The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | ||||||||||||||||||||||||||
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:
And Headlines! http://pluh.com/forums/PluhHeadlines.php Let me know if you like it! (Thanks Dark Wizard and Bane) *NOTE: I will not be able to provide support for this hack, as I am extremely busy. Sorry...* Show Your Support
|
Comments |
#432
|
||||
|
||||
I have that hack installed and I still sometimes get that error location. Don't expect that hack to fix the problem completely.
|
#433
|
|||
|
|||
This is a great news program, but I would like to know if there is a way for me to display 5 news headlines instead of the same number of News items it shows in the news?
Currently I have 10 news items to be shown, but I only want 5 headlines in that area. How can I edit this? My site is at www.ac2hq.com Thank you. |
#434
|
|||
|
|||
Hi,
I really like this hack/addon, but I have a request for a new feature. I use coranto (new version of newspro) right now and it has an option to display a dividing table after a new day starts. You can see that at www.cscentral.com Here is how it looks in the code: PHP Code:
Would it be possible to implement this in pluhnews? Thanks, Sebastian |
#435
|
|||
|
|||
Quote:
PHP Code:
Hope this helps, Sebastian |
#436
|
|||
|
|||
So has anybody figured out how to add avatars to the news events? I know others wanted this feature too.
|
#437
|
|||
|
|||
Just a FYI:
I have version 1.0 installed on my site and it works great. http://www.ac2hq.com We had to put in some extra code to suppress an error message, but other than that, its great. PS: Whats so good about 1.5? |
#438
|
||||
|
||||
There seems to be a strange bug in this. Whe you are pulling an article from the selected forum, it runs fine. However, when you COPY an old article (one no longer on the main PluhNews page) from that forum to another this start to get a bit kooky.
The article reshows back on the page, but not the original article but a reply firther down. Anyone else encountered this problem? |
#439
|
|||
|
|||
Quote:
Quote:
I'm having the same problem with my site. I can open http://my site/forums/pluhnews.php just fine, and it works as intended, but if I try to include pluhnews.php inside my http://my site/index.php, I just get a blank page. Like everyone else, I know the error comes from global.php. Even if I add the full path to global.php in the pluhnews.php file, it still produces a blank page since inside global.php other requires are called. And since those other requires don't have a full path defined, the script cannot find them. (since all requires are called like "./global.php" and "./functions.php".... and since I'm requiring the file from the root directory, it's looking for functions.php, global.php, etc in the root rather than in /forums.) How did you remedy this problem? Is there a command that will force require statements to look in the same directory as the required file versus the directory the initial call is made from? Any help is appreciated! Thanks. |
#440
|
|||
|
|||
ok, i fixed it. I just added added some chdir stuff to the beginning of pluhnews.php where the requires are called:
Code:
chdir("./forums"); require("./global.php"); require("./PluhConfig.php"); require("./admin/config.php"); chdir(".."); If anyone knows of a better solution. Feel free to point it out. Optimization is good. |
#441
|
|||
|
|||
is there anyway to have pluhnews inherit vbulletin styles or code like <smallfont> and {categoryfont } ect. ect.
That would be great. I want to put my news in tables but I am going to have different styles and I want the news to inherit the different style colors when a user changes styles. Is this possible. I tried to do it but I kept getting errors and it just wouldn't work with the echo" being in the script. Well what I want to do is, i have vbportal and the front page I am using the news from that, and then I am going to have different sections of within the site and each section is going to have a news forum. I need a script that will post the news from the specific forum on the sections front page. Pluhnews is great but I want something that will use vbulletins styles like vbportal does. I asked about this over at phpportals.com and I they didn't give me an answer. Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|