Jump to content
LemmeCheck.Info

Leaderboard

Popular Content

Showing content with the highest reputation since 09/21/14 in all areas

  1. TGPX - V10 Is out (along with TubeX, Arylia and LinkX) Changelog: V10: Categories Tables Fixed / Search & Replace in Templates Fixed V9: Mixed gallery import fixed Grab it here: https://www.adultlist.com/adult-webmasters/ (Arylia needs an original license, TubeX - LinkX and TGPX are free to download and use)
    1 point
  2. php 7 does not support the mysql extension and would need to be converted to mysqli. I am working on a workaround and will share if I can succeed.
    1 point
  3. Arylia can't handle finding images in galleries with images linked via https links. To fix you need to edit the multiFunctions.inc.php file in the app folder. Around line 1236, replace if(!startsWith("http://", $imageUrl)) { with if(!startsWith("http://", $imageUrl) && !startsWith("https://", $imageUrl)) { Just thought I'd share...
    1 point
  4. I'm a bit in late but it could help some. You can setup the lightbox data-rel in this file: arylia/commons/userFunctions.inc.php example for prettyphoto: $imageCode = '<A data-rel="prettyPhoto[pp_gal]" TARGET=_blank" HREF="'.$linkUrl.'" ><IMG class="aligncenter" SRC="'.$thumbUrl.'" ALT="'.htmlspecialchars($title).'" TITLE="'.htmlspecialchars($title).'" WIDTH="'.$thisFile["value][0].'" HEIGHT='.$thisFile["value][1].'" /></A>'; } else {
    1 point
  5. Hello Guys! Just here to report Arylia 3.1.2 WORKS flawlessly under php 5.4 We haven't even updated and patched the script, and it does the job.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. policies