Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Styles
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 17:07 UTC
Updated:
29 Mar 2012 at 21:15 UTC
print $reply_link; in advf-forum-post.tpl.php not working
How move the buttom reply to advf-forum-post.tpl.php and to put it in a different place
| Comment | File | Size | Author |
|---|---|---|---|
| move_buttom_reply.gif | 24.16 KB | Cyberespia |
Comments
Comment #1
ltwinner commentedThis seems to be due to a very minor bug. The $reply_link variable in advf-forum-post.tpl.php has not been created in advanced_forum_preprocess_node. If you add the following code to the advanced_forum_preprocess_node(&$variables) function in the advanced_forum.module file it will work.
Comment #2
michelleWell, it's not a bug but seems like a reasonable feature request and minor enough to add to 1.x. Committed. Thanks. :)
Michelle
Comment #3
michelleActually, should probably check 2.x for consistency. Can't remember if it's done there.
Comment #4
michelleCommitted to 2.x.
Michelle
Comment #6
munka111 commentedworks,thanks a lot