Version: , by Kayn
Developer Last Online: Dec 2010
Version: 2.2.x
Rating:
Released: 07-02-2001
Last Update: Never
Installs: 59
No support by the author.
UPDATED! Woohoo!
I just fixed/added stuff from version 1.0!
Download the new version 1.5 if you have the old 1.0 - lots of better features.
From the readme.txt:
Quote:
This script isn't really a hack, just an external script that pulls information out of the VBulletin Database for news
or whatever reason you see fit. It's easy to install and configure, and has tons of the same features that many other
news scripts have, except you don't have to modify any Vbulletin source code (which I'm never comfortable doing
for some reason, but that's just me .
I had a really rough time finding a good, EASY news script that did what this does. I searched and found some, but
it really came down to easy installation. I didn't want to modify MySql tables or mess with the advanced Vbulletin
source (well, to me anyway). So I wrote this script. Yer.
This script was intended for VBulletin 2.0 only (I don't know if it will work with previous releases) and PHP4.
After you install, if at all possible, I would appreciate some credit to my script. A link to http://pluh.com
on your page before or after your news would be great. Let me know when you have it installed too - I love
seeing my stuff working on other websites!
Originally posted by amykhar It's not tough. Just make sure to get the full path to your Pluhconfig.php file, and then in your global.php, edit the requires to contain the full path as well.
Instead of include "PluhConfig.php" you would have include "/home/username/dirctory/PluhConfig.php"; I am doing it across 3 domains, and it works like a charm.
Amy
Sorry, could you point me where in global.php? I only changed in Pluhconfig.php and sure it doesn't runs properly. The coments links are using a wrong url.
And now a little help translating the news. I can manage it all, changing some variabkes and template, but I have a little problem with the date.
Could you help me on translate it into another language? I can have another format but only in english. I need them in Spanish, so any help with that please?
Now I have my problem with date. Any idea to have date in another language. I know in PHP you can get the server time and get into the language you want, so it should not be very difficult. I tryed to do a simple replacement but it doesn't runs
I'd ike to have all my forum dates in another language, so could you point me where in the PHP files of VBulletin is managed the date?
You can convert time and dates in PHP easily.
Just read up on how to use the date function (php.net/date or so) and you should be able to get it exactly the way you want to.
When going to the Headlines page, it works great. I included it on my front page and got some errors. I fixed the errors and nothing shows up. I know it's included because I got the errors, and I know its working because the headlines page works. Also, everything in my HTML after the <include> tage is not there . What could be wrong?