Ehm, you want me to repost it? It's gotta be around page number 60 and 85 somewhere...
And can I simply replace the 3.4 index.php with the 3.5 index.php or are there more changes?
EDIT: I checked and of the 4 modifications I posted, only 2 remain useful (the others are included in the default vbHome zip-file now):
Quote:
If you want to use the images in your style for the "print" and "email to friend" links, replace "print.gif" with "printer.gif" and "friend.gif" with "sendtofriend.gif" in the "home_articlebits" template
|
And:
Quote:
Go to your admin control panel and browse to the "home_pollresult" template
In there, there are 3 instances of "bar1"
Change all 3 to "bar$option[colornumber]"
Open your vbHome index.php file and find
Code:
$option[barnumber] = round($option[percent]);
and BEFORE that ADD:
Code:
$option[colornumber] = $option[number]%6 + 1;
Now you will have different coloured bars on your vbHome page, similar to how vBulletin shows poll results.
|
If you want me to put this in password protected zips, say so and I'll delete the old posts.