Forums / Setup & design / Showing content version history for anonymous users...

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Showing content version history for anonymous users...

Author Message

Dariusz Wlodarczyk

Sunday 26 October 2003 2:24:36 pm

How I can show version history of content (product, article or something else) to anonymous users.

Please step by step because I'm totaly newbie in Exponential :)

Tore Skobba

Tuesday 28 October 2003 7:11:18 am

Sorry but step by step to such a general question is gonna take ages.. However, in your template displaying the content insert this:

Version {$node.object.current_version}

For a start insert it into design/your_desing/templates/page_topbox.tpl and see what happens (might have to clear cache at admin/setup)

cheers
Tore

Ouff, sorry, saw that I answered another question now:(.. You need to do some iteration on the $node.object. variables.. Small tip could be to chech out the template which is invoked when admin clicks manage in the default edit template.

Dariusz Wlodarczyk

Tuesday 28 October 2003 8:46:19 am

Thanks a lot, I look at this :)

Paul Forsyth

Tuesday 28 October 2003 8:54:19 am

You could also look at the template code the admin site uses to show versions. Its located at:

design/standard/templates/content/view/versionview.tpl

If you ever manage version of an object in the admin this template is used to show those versions.

paul

Dariusz Wlodarczyk

Wednesday 29 October 2003 6:48:13 am

I look at the admin interface and based on this I made my own template to view content version history. But I have another problem - permissions to view this history. Rights to versionread function in content module for anonymous user not working :(

So my question is: what permissions I must set to permit not logged user viewing version history ?