Jump to content

how to set max slides for home slides presently its 5 ?


Recommended Posts

hello

 

in this module you can create as many slides as you want, so why not to just upload no more than 5 slides ?

you can disable upload form with simple if condition:

if (!count(array_of_slides_here)=>5) {
here upload form
}

what ps version you use? also what slider module? default one?

Link to comment
Share on other sites

hello

 

in this module you can create as many slides as you want, so why not to just upload no more than 5 slides ?

you can disable upload form with simple if condition:

if (!count(array_of_slides_here)=>5) {
here upload form
}

what ps version you use? also what slider module? default one?

 

 

Hi Thanks for quick reply

 

I am using default onle , i can configure through module -> in admin area,  but i have to set in code , which file etc... 

 

 

Thanks

Ram

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...