Attention: No official support is provided at Community Help, this is for users helping each other. If you want official support go to chevereto.com/support
This is after having gone through the steps to implement the linked randomizer customization into v4.
Did I have to include this snip of rewrite code anywhere else that it wasn't already pre-coded in?
Issue:
Right now, when I click the RANDOMIZER icon within an album, I get the below format which looks correct per the example in the initial Guide:
Can someone please help me learn what I've missed in this setup to get things working correctly per the initial Guide so I can get this working properly? I'd really appreciate the guidance! Thank you in advance.
This is after having gone through the steps to implement the linked randomizer customization into v4.
- Created /overrides/ folder and i.php file within that at: public_html > app/legacy/routes/overrides/i.php
- Created /snippets/ folder and modal_random.php within that at: public_html > content/legacy/themes/Peafowl/overrides/snippets/modal_random.php
- Updated existing album.php file along path: public_html > content/legacy/themes/Peafowl/overrides/views/album.php
- Updated existing .htaccess file along path: public_html > .htaccess
Did I have to include this snip of rewrite code anywhere else that it wasn't already pre-coded in?
You will require to use RewriteRule randomizer/(.+)\.gif$ i/?album=$1 [R=301,L] at your server rewrite.
Issue:
Right now, when I click the RANDOMIZER icon within an album, I get the below format which looks correct per the example in the initial Guide:
However, when I go to the provided link, I get the following error:Randomizer
All images in this album will be in the randomizer. You can add or remove images from the album at any time to effect the randomizer.
Link
https://_____.com/randomizer/g3IW.gif
That page doesn't exist
The requested page was not found.
Can someone please help me learn what I've missed in this setup to get things working correctly per the initial Guide so I can get this working properly? I'd really appreciate the guidance! Thank you in advance.
Last edited: