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 |
#212
|
|||
|
|||
eh I cant get this thing to work for the life of me.
|
#213
|
||||
|
||||
try including the admin/config.php and the global.php on your main page before the <html> tag. and than take them out of the pluhnews.php
|
#214
|
|||
|
|||
hm when I do that it crashes.. My main page right now is .shtml is there anything I need to change beside adding those commands at the top and renaming it to .php? (i am somewhat new to PHP, just started toying with it recently)
I get a sweet assortment of errors |
#215
|
|||
|
|||
btw I dont remember ever seeing anyone entounter these ones:
Warning: Undefined variable: REQUEST_URI in \path\to\global.php on line 39 Warning: Undefined variable: QUERY_STRING in \path\to\global.php on line 47 Warning: Undefined index: HTTP_POST_VARS in \path\to\global.php on line 64 Warning: Undefined index: action in \path\to\global.php on line 64 Warning: Undefined index: action in \path\to\global.php on line 67 then there is this one which is what I did see: Warning: Cannot add header information - headers already sent by (output started at \path\to\vbulletin\global.php:39) in \path\to\vbulletin\admin\functions.php on line 1457 This is what I get when I include it on my index Warning: Undefined variable: REQUEST_URI in \path\to\vbulletin\global.php on line 39 Warning: Undefined variable: QUERY_STRING in \path\to\vbulletin\global.php on line 47 Warning: Undefined index: HTTP_POST_VARS in \path\to\vbulletin\global.php on line 64 Warning: Undefined index: action in \path\to\vbulletin\global.php on line 64 Warning: Undefined index: action in \path\to\vbulletin\global.php on line 67 Fatal error: Failed opening required './admin/config.php' (include_path='') in \path\to\vbulletin\global.php on line 72 This isnt fun anymore |
#216
|
||||
|
||||
in your global.php look for all the ./global and replace that with the full path to your global.php than it should work.
|
#217
|
||||
|
||||
and your index should be a .php not .shtml because it cant phrase php . Try changing the file extension before you try changing all your paths in global.
|
#218
|
|||
|
|||
Yea, I have tried most of that. I will try it again though. One thing is that my Index is located in a different DIR than the pluhnews.php would that make a difference?
|
#219
|
|||
|
|||
I am getting closer now, I am now getting
Warning: Undefined variable: REQUEST_URI in \path\to\global.php on line 39 Warning: Undefined variable: QUERY_STRING in \path\to\global.php on line 47 Warning: Undefined index: HTTP_POST_VARS in \path\to\global.php on line 64 Warning: Undefined index: action in \path\to\global.php on line 64 Warning: Undefined index: action in \path\to\global.php on line 67 And my news gets added at the bottom. BUT I have not seen these "QUERY_STRING" and all the other things mentioned anywhere else in this thread. \ When I do the require command at the top of my index page I get those errors at the very top above all the layout, no more header error though |
#220
|
||||
|
||||
also try putting your PluhNews in the same directory as your index.php seeing thats what the instructions say .
|
#221
|
|||
|
|||
Yep. Tried that (thats where it is now with these errors)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|