You are here: Home arrow Forum
PachyForge Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:problem with slider template (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:problem with slider template
#282
mayjorb (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline
problem with slider template 2 Years, 8 Months ago Karma: 0  
The slider template is supposed to allow users to add an infinite new sub-themes like the series template does. It seems to be missing the form at the bottom of the screen on my installations. Does anyone know how to remedy this? I have 2 users who want this ability currently.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#283
mayjorb (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline
Re:problem with slider template 2 Years, 8 Months ago Karma: 0  
Due to the lack of response to this and by reviewing the NMC installation of Pachyderm 2.04 that there isn't a fix for this.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#284
ssayre (Admin)
Admin
Posts: 152
graph
User Online Now
Re:problem with slider template 2 Years, 8 Months ago Karma: 1  
Hi-

Here is the fix:

Checking the definition for pachyderm.slider in the component descriptions table, and I see there is an upper limit in place:

<limits>
<limit for="pachyderm.slider.media_item" strict="YES">
<key>min-length</key>
<integer>1</integer>
<key>max-length</key>
<integer>12</integer>
</limit>
</limits>

If you remove the max-length key and the following integer tag, it will make the list have no upper bounds.

<limits>
<limit for="pachyderm.slider.media_item" strict="YES">
<key>min-length</key>
<integer>1</integer>
</limit>
</limits>

Best,
Scott
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#285
mayjorb (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline
Re:problem with slider template 2 Years, 8 Months ago Karma: 0  
Thanks Scott, that did the trick.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop