vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




Well here is My dilemma...PLEASE HELP!!!

jugo
08-26-2005, 06:01 AM
I have a random Image Hack which the admin specifies a delimeter that is used in the image file name as the files to use in a random image sequence.

I want to be able to specify a different delimeter for each style used.

The setting in the vBoptions is like this:

STYLEID : DELIMETER

Examples below: (This is the content in the $vbulletin->options['randimg_map'] variable)

1:_rand1_
2:_rand2_

The code I use here is to separate the StyleID from the Delimeter:


$input = $vbulletin->options['randimg_map'];

$data = preg_split('/[\n:]/', trim($input));
for($i = 0; $i < count($data); $i+=2)
{
$delim = $data[$i+1];
if ($style[styleid] = $data[$i]) {
$fid = "/".$delim."/";
}
}

So if the styleID is 1 then $fid should be _rand1_ and if the styleID is 2 then $fid should be _rand2_ (depending on how it's set up in the $vbulletin->options['randimg_map'] setting).

What about my code is not right....I have spent two days on this already. It uses _rand2_ for both no matter what style i am currently viewing the site with.

Any help provided would be greatly appreciated.

Thanks


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum