GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need quick help with Babelogger v3 (https://gfy.com/showthread.php?t=1134213)

druid66 02-22-2014 11:52 AM

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.

druid66 02-22-2014 12:44 PM

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

KillerK 02-22-2014 01:37 PM

Quote:

Originally Posted by druid66 (Post 19992151)
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


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?

druid66 02-22-2014 02:16 PM

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.

druid66 02-23-2014 02:04 AM

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