Bottom of
Page
9/20/2007
Categories and Comments
Yet another question... can someone tell me how I can create a menu item listing my categories, set as links to each category?

And, one more... where do I go to edit/delete comments? 

For some reason I got inundated with spam on my recent Message Board post... but I can't seem to find where/how to delete the comments.



Thanks!!

posted by MothMan at 08:14 | in: Questions
Permalink | email this post | Comments(15)| Add Comment
Comments:

Posted by sarai at 08:24, 9/20/2007 | Link | |
Well I made a working categories menu, but I don't have the same template as you so I don't know if what I did will work here...feel free to peek at my source code and see if you can figure it out from there.
NysaK
*edit* well I see edit and delete buttons here, and all my posts have them as well, check your comment settings? *shrug*

Edited by sarai on 2007-Sep-20 at 05:29


Posted by mothman at 08:42, 9/20/2007 | Link | |
Test


Posted by mothman at 08:43, 9/20/2007 | Link | |
Weird... I don't have those links showing for me. I can't even edit my own comments.


Posted by mothman at 08:45, 9/20/2007 | Link | |
Oh... and... re: your category list... did you create that 'manually'? ie. you just created the menu item and url's yourself? (as opposed to an automated function using the <% category %> code stuff)


Posted by mothman at 08:53, 9/20/2007 | Link | |
Stranger still... I just noticed that the edit-delete coding IS there in my code... it just doesn't show up.... UNLESS I *preview* a comment I'm making... then in the preview page, the edit-delete buttons appear...but on ly in the preview page. Once I go to the regular blog, the links are gone.

My guess is I must have somehow broken my template coding... I dunno.


Posted by mothman at 08:55, 9/20/2007 | Link | |
OK, scratch that idea too... I just put back in the default code for the template, and the links still don't show for me.



Posted by sarai at 08:56, 9/20/2007 | Link | |
Yep I created it all myself, I didn't use any of the back end functions(as Styles called them) because I couldn't figure out how to.
Odd that you can't edit, I can..here and on my own blog...*scratches head*


Posted by sarai at 09:03, 9/20/2007 | Link | |
well your comments on my blog have edit/delete links, at least I can see them, and all my comments here do...must be something with your user settings. I'm kinda clueless too.


Posted by Chandramoon at 09:27, 9/20/2007 | Link | |
I think it's all to do with the thing not really recognising us as logged in . I can't do any of those things either and none of my links to friends work unless I type them in manually in the browser then they do of course. That's even if I log in a zillion times.


Posted by CleanNeedles at 10:18, 9/20/2007 | Link | |
IT's hit and miss for me... About 50 percent of the time i can edit or delete comments i leave else where. I think it is just as the above post states. The code is brand new and buggy and will have to be bloggified for a bit before we see and end to all the gremilns.
Keep on Smiling :)


Posted by WelshPixie at 06:40, 9/21/2007 | Link | |
From your 'dashboard' (the first page you get when you go to www.efx2blogs.com and sign in) I went to my blogs (clicked the link where it said the name of my blog) -> Entries -> Entry Categories, and there it has an area to create categories.


Posted by sarai at 08:34, 9/21/2007 | Link | |
I entered all my categories that way as well BUT...my template doesn't have a categories function(some seem to though) so it didn't automaticaly give me a categories menu on my blog. I got it sorted out in the end :)


Posted by WelshPixie at 10:24, 9/21/2007 | Link | |
In your template code, down the bottom, there's a list of the boxes that appear in your side menu. The code to add the categories menu is:

< h2 >Categories< /h2 >
< Categories >< a href='<%CategoryURL%>' ><%Category%>< /a >< br > < /Categories >

(without the spaces in the tags)


Posted by mothman at 10:40, 9/21/2007 | Link | |
Thank you, that's what I needed. :)


Posted by WelshPixie at 03:54, 9/21/2007 | Link | |
Yawp yawp yawp. :D



Add Comment

Post Comment

 

Login Required

To post a comment in this weblog, you must login. Click here to login..
Top of
Page