Home arrow Ondersteuning arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Next and previous buttons also on top of page (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Next and previous buttons also on top of page
#19857
tranchellinim (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Next and previous buttons also on top of page 1 Month, 1 Week ago Karma: 0  
Hello!

I'd like to have the next and previous buttons also on the top of all question pages.
To achieve it I modified my survey.pstpl file

It look ok in the preview but doesn't show up it the actuel survey.

What did I do wrong?

Thanks for all your help!

Michael
 
Logged Logged  
  The administrator has disabled public write access.
#19858
tranchellinim (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Next and previous buttons also on top of page 1 Month, 1 Week ago Karma: 0  
The code is in the attached image.
 
Logged Logged  
  The administrator has disabled public write access.
#19872
holch (User)
Junior Lime
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Re:Next and previous buttons also on top of page 1 Month, 1 Week ago Karma: 0  
As far as I remember the buttons are in the "Navigator".

When I look at your code, there is only ONE Navigator. Seems like you copied the wrong code?
 
Logged Logged  
  The administrator has disabled public write access.
#19878
tranchellinim (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Next and previous buttons also on top of page 1 Month, 1 Week ago Karma: 0  
Thanks for your help.

I agree with you. The navigator seems to be the point.
But, if I'm not wrong, the Navigator includes both buttons.
In the preview both appear.

Michael
 
Logged Logged  
  The administrator has disabled public write access.
#19886
jcleeland (Admin)
Moderator Lime
Posts: 243
graphgraph
User Offline Click here to see the profile of this user
Re:Next and previous buttons also on top of page 1 Month, 1 Week ago Karma: 7  
From memory, the navigator won't work at certain parts in the page. It gets filled with information during the building of a page, and some of that information isn't available until after the question is actually produced. The only way to have it display somewhere else is to have the actual html code provided after the questions, but use CSS to reposition where it appears in the layout.

Jason
 
Logged Logged  
  The administrator has disabled public write access.
Go to top