Closed (fixed)
Project:
Advanced Forum
Version:
5.x-1.0-alpha13
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2008 at 07:23 UTC
Updated:
26 Dec 2008 at 21:06 UTC
Dear Michelle,
I tried to do some editing in the AF.module so that i will add a GUI replacement for flag as offensive link for abuse module.
Yet it doesnt work with me
Other than adding it in AF.module... am i missing anything else
Sincerely,
Bisher
Comments
Comment #1
michelleFinally, 1.5 months later, I've just committed the code to make this possible. It'll be in the dev in 3 hours. Sorry it took so long to respond. I wanted to wait until I could tell you how to do it... Just didn't expect it to take so long.
All you need to do is put a .png file in your style's images directory with the same name as the link key. To find the link key, go to function _advanced_forum_buttonify_links and add
print $link_key . "<br />";right after the line that says "default:". Then go to any forum thread and it will print the options at the top. It should be pretty easy to find from there.Michelle