Modifying the content flag & edit links. - Solved!

Dec 12, 2007 15:12

Hi! I'm currently using this tutorial to change my entry and comment linkbars from text to images. It's still working fine, but I would love to be able to change the content flag link & the edit the comment link to images as well. Is there anything I can add to the existing code in order to do that? Thanks in advance ( Read more... )

link bar

Leave a comment

Comments 15

roomfor2 December 12 2007, 21:09:20 UTC
Yep, you know in your tutorial where you change the red text, you need to add in

"flag" => "url of image",

and

"edit_entry" => "url of image",

in the order you want them to be in the linkbar in relation to the others that you already have. You need to do it in both places where you need to specify urls.

I'm rubbish at explaining, but hopefully that makes sense.

Reply

contrary_lady December 12 2007, 21:25:22 UTC
The flag is working, but for some reason the edit the comment isn't.

Reply

roomfor2 December 12 2007, 21:31:58 UTC
Sorry, my fault completely. In the second set of data, you need to add

"edit" => "url of image",

not the edit entry that I told you previously.

Let me know if that works for you.

Reply

contrary_lady December 12 2007, 21:40:34 UTC
It's no problem. It doesn't seem to be working. Perhaps I need to tweak something in this section? :

# Print the start of the comment linkbar ( ... )

Reply


ankhutenshi December 12 2007, 23:57:04 UTC
Thanks, been meaning to ask this since the useless piece of crap Flag thing came out.

I was using "flag_content" => "url of image" instead of just "flag". Go figure. LOL!

Reply

contrary_lady December 12 2007, 23:59:40 UTC
You're welcome! :)

Reply


Leave a comment

Up