![]() |
Need quick help with Babelogger v3
Hey,
Trying to figure out multiple row posting, Jakez have mod for this: http://www.13scripts.com/mods/mods.php?id=25 but the page is unclear for me aka not sure what to do, i know some of you did this multiple posting modification, care to share how? i would appreciate, cheers, d. |
maybe ill show what i've done and some1 tell me what i did wrong:
i need to find such code in the index.php: "if($use_ads=="yes") {" here it is: " $gallery=str_replace("%imageurl%",$script_url.$ima ges_path.$row[imgname],$gallery); $num++; if($use_ads=="yes") { if($num==$ads1) {$gallery.=$template_ads_1;} if($num==$ads2) {$gallery.=$template_ads_2;} }" now if i understand correctly write this code above of it: "$row_num++; if($row_num==2){$gallery.="";$row_num=0;}" so i did: " $gallery=str_replace("%imageurl%",$script_url.$ima ges_path.$row[imgname],$gallery); $num++; $row_num++; if($row_num==2){$gallery.="";$row_num=0;} if($use_ads=="yes") { if($num==$ads1) {$gallery.=$template_ads_1;} if($num==$ads2) {$gallery.=$template_ads_2;} }" now it's not working, obviously i did smth wrong, what? on Jakez page is something written about manipulating post templates but hes page is broken and i'm not sure what exactly i need to change in post templates: http://www.13scripts.com/mods/mods.php?id=25 |
Quote:
if($row_num==2){$gallery.="";$row_num=0;} So once it runs twice, it sets $gallery = nothing? Is and resets to run 2 more times? What does it do? |
i'm not that familiar with php, check the link please. it suppose to setup two posts one next to another.
could be that i've screwed smth, that's why i'm asking. |
up, still looking for explanation
|
| All times are GMT -7. The time now is 06:27 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123