You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am including WebYep2 manually, and I am facing a problem with the Loop or more specifically the Automatic controls option.
I have the Loop working perfectly, but when I want to place the Control Buttons „by hand“ (using the php code snippet in the documentation) the page is not loading from that section of code on.
aLoopIDs("Fieldname") as $webyep_oCurrentLoop->iLoopID) { $loopid=$webyep_oCurrentLoop->iLoopID; $_SESSION["loopid"]=$loopid; $webyep_oCurrentLoop->loopStart(false,$webyep_oCurrentLoop->iLoopID); // WebYepV2 ?>
together with
showEditButtons(); // WebYepV1 ?>
Would be great to hear what you think could help me. Thank you!
The text was updated successfully, but these errors were encountered:
Hi There is an error with manually inserted loop control buttons which we have fixed in our latest version although we haven't yet uploaded the new 2.1 onto GitHub
if you can email me directly then I can help you out
All the best Max
max.izzat(at)gmail.com
Hello, I am including WebYep2 manually, and I am facing a problem with the Loop or more specifically the Automatic controls option.
I have the Loop working perfectly, but when I want to place the Control Buttons „by hand“ (using the php code snippet in the documentation) the page is not loading from that section of code on.
aLoopIDs("Fieldname") as $webyep_oCurrentLoop->iLoopID) { $loopid=$webyep_oCurrentLoop->iLoopID; $_SESSION["loopid"]=$loopid; $webyep_oCurrentLoop->loopStart(false,$webyep_oCurrentLoop->iLoopID); // WebYepV2 ?>together with
showEditButtons(); // WebYepV1 ?>Would be great to hear what you think could help me. Thank you!
The text was updated successfully, but these errors were encountered: