![]() |
yep thats what i have in there and still nothing. :(
i think i am gonna have to give it rest for a while i have been working on this for about 18-19 hours now, and i am not getting anywhere. the only thing i can think of is maybe my path is incorrect, i may not fully understand what should go in there. at the top of my ws_ftp box when i am in the admin folder it says /precisio/precisionmuscle.org/forum/admin is that the full path, my brain is cooked. |
in my humble just put $adminpath = 'forum/admin';
in the globals.php file a...and also check the syntax on the templatephp should end up lik ethis: $only['forumdisplay'] = 'Forum Display'; $only['forumhome'] = 'Forum Home Page'; $only['getinfo'] = 'User Info Display'; $only['home'] = 'Home Page'; $only['memberlist'] = 'Member List'; and on newthread should end like this: $postid=$DB_site->insert_id(); if (in_array($foruminfo['forumid'], explode(',', $articleforum))) { $DB_site->query("UPDATE thread SET articleid=$postid WHERE threadid=$threadid"); } (paste exactly fron first carachter to last do not copy paste any spaces before $ or after} Step 4 follow to th eletter since your forum resides on a folder called forum so just put forum/images (exactly like th einstructions) hope youll be up and running in no time... By the way my BvBulletin is 2.3.0. so just check my code if it sno diferent from yours but I think is the same |
thanks man i will give that a try. **crosses fingers**
|
check the update... more complete
|
dude i really appreciate your help on this.
|
uggg i followed the steps to a 't' and still a blank page.
|
Hi. We have been installing this hack in our forum since 20 days 7 or 8 times and we always get the same problem.
Database error in vbHome 2.3.4: Invalid SQL: SELECT COUNT(*) AS total FROM thread WHERE forumid IN( ) AND dateline>1077386035 mysql error: You have an error in your SQL syntax near ') AND dateline>1077386035 ' at line 4 mysql error number: 1064 Date: Sunday 22nd of February 2004 04:27:56 PM Script: http://www.thesourceofcharmed.com/ Referer: Anybody knows where is the problem?? Thanx |
Hello,
I was able to get this hack successfully installed and running at http://www.redszone.com/index.php . Now, I'm sure the answer to the question I'm about to ask can be found somewhere in this thread, but I don't have the time or the patience to read 90 pages worth of replies. My question is this: now that I have vbHome Lite working, how do I customize the index.php file such that the background is not the default VB blue color (my forum logo doesn't look right on that) and that the 'home' button can be removed (take a look at the URL I posted above and you'll see what I mean)? Additionally, I would like to move everything into tables (similar to the home page of vbulletin.org) so that all the information is not displayed down the left hand column, but those first two items will be enough for now. Thank you very much. Boss |
Quote:
So i tried it on my own and you showed me the right way. But your code did not work. I had to add after your code in the /global.php an additional line but not in the /forum/global.php. Code before: Code:
$pagestarttime = 0; Code:
$pagestarttime = 0; Cheers, Pseudomizer |
Gotta silly one going on...
OK downloaded the zip file and expanded and Actually read the readmefirst.htm file: (note: vbulletin 3.0 RC4 here) ok, on the "/admin/forum" folder... I thought that my "/includes" was the right folder, since that's where my config.php (you know... config.php.new was edited and saved as config.php). If this is the case, then I get reasonably far by changing global.php to 'vbulletin/includes' for the admin folder. But then it gets screwy b/c I need to add $dbservertype = 'mysql'; into the config.php folder, else global.php tries to open db_.php instead of db_mysql.php. Well, it opens alright, but suddenly my database name, server, login, password is forgotten (it's all in my config.php, but db_mysql.php doesn't see those). Quote:
a) is my assumption correct on forum/admin = vbulletin/includes based on config.php being there and db_mysql.php being there? b) did I do right by adding $dbservertype to config.php c) in home lite, instructions reference newthread.php and template.php... don't see either of these in my /vbulletin/includes folder.. Gracias! |
All times are GMT. The time now is 05:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|