Closed (fixed)
Project:
Revisioning
Version:
6.x-2.2
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2009 at 14:41 UTC
Updated:
14 May 2009 at 01:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
rdeboerThe documentation page Subtheming Quick and Dirty may get you on track ...
It has some step-by-step examples for restyling and restructuring your page with minimum effort.
The templates that you want to override (via your subtheme) are in
... /sites/all/modules/revisioning:Just copy these files to your subtheme folder (as explained in detail in the aforementioned doc page) and edit to your heart's content!
I suggest you download the latest development version of Revisioning, as it has a couple of minor improvements regarding these templates.
Comment #2
bimmelim commentedThanks for helping me out! In fact, i don`t want to theme the links rather making them appear on my node. I`m using a custom node template file for my news, called node-news_article.tpl.php. This is how it looks like:
I also appended a screenshot called "Custom_Node_Template.jpg" to show how it looks like in the browser. As you can see, the links to edit, publish or revert the current revision are not showing.
Now, if i delete the node-news_article.tpl.php file, the standard node.tpl.php is used.
Now, the links appear above the news text right below the tab bar. See screenshot Standard_Node_Template.jpg. Is there any chance to get this working with the custom node template file?
Besides, sorry for using a not so distinct title.
Best regards
Stephan
Comment #3
rdeboerHi Stephan,
I managed to reproduce your issue.
Just replace the line
by
and you should be fine!
Rik
Comment #4
rdeboer