Closed (fixed)
Project:
Forward
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 16:46 UTC
Updated:
24 Apr 2012 at 15:41 UTC
Jump to comment: Most recent file
If the node was created by an anonymous user the function forward_form_submit() creates the $submitted var as "by " which means it isn't empty and is included in forward.tpl.php. Patch on its way.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | forward-anonymous_template-1506688-2.patch | 1.19 KB | Sarenc |
Comments
Comment #1
Sarenc commentedPatch for review:
Comment #2
john.oltman commentedThanks for the patch, will try it out and apply to 6.x DEV branch if it works out. Looks like the correct fix though.
Comment #3
john.oltman commentedTested out OK but I had to apply the same fix to the old style theme function as well.
Committed to 6.x and will appear in the next 6.x DEV build.
Changing issue version # to 7.x-1.3 since a similar fix needs to be ported to the 7.x branch. I will work on that soon.
Comment #4
john.oltman commentedFix committed to 7.x branch. This also required a change to use variable_get instead of theme_get_setting to determine whether a node being forwarded should display the post information in the first place.