![]() |
Requesting access for Kars10 (my Username in your Forum).. ;)
|
|
Access granted to all users who comply with the rules. :)
|
i havent loaded vbulletin yet, but the url provided will hold the forum, and vBhome. Looking to get all the info i can before installation...that ok? Same user name in both forums...yours and here
|
Hi elmcitizen. Only users who comply with the rules will obtain access. Feel free to ask your questions here.
You don't need access to the forums to setup your home page. |
|
Here I am :)
|
i installed as in the docs, but for some reason i get this on the front page now, the path is correct in the global.php file
Warning: Failed opening './usr/home/elite/www/testforums/admin/config.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/elite/www/testforums/global.php on line 163 Warning: Failed opening './usr/home/elite/www/testforums/admin/db_.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/elite/www/testforums/global.php on line 170 Fatal error: Cannot instantiate non-existent class: db_sql_vb in /usr/home/elite/www/testforums/global.php on line 171 |
hehehehe
Finally, my VbHome is working fine Everything was OK, except I didn't run the indexer :) anyway, I modified something that allowed my vbhome now to act as a real NEWS PORTAL with photoes :) hahahah finally.. :) you can see a snapshot of it here : http://www.halfmoon-sa.com/my_vbhome.gif tell me what do you think?!!! :) :tired: :knockedout: nyahahaha Thanx VBhome people, I finally got something great for my site :) you can visit it at: http://www.halfmoon-sa.com/index.php if you would like to see it active. Thanx |
Ok I have a problem and I have tried to seach, but when a user gets a new PM and they have their settings to get a popup notice it does not go to the correct location of private.php
vbhomelite dir www.aximforums.com/ forum dir www.aximforums.com/forum/ If they go to the vbhomelite and get a new pm it does not go to /forum/ to view the PM but thinks its in / and gives an error about not finding the file, since its not there. I did find one thread that said to replace two things in the head_newpm template, but that only causes an error with IE. |
Feel free to signup to the forums and share your mods with other licensed members :D
|
Quote:
Have fun to correct it, is explained in the readme file, really easy to perform. Let me know if you got it up and running. Guys please read carefully the readme file, is all explained there... |
Quote:
Always double check everything when you edit a vbHL template. They are not the same like the forums. |
Please enable my account "minodsy" as Licensed Member Status on http://www.teckwizards.com/forum/
My homelite: http://dev.dsy.it (this url is yet quite under construction)... my account name: minodsy |
Hi TECK
Sorry, I didn't modify the VBHOME code, I just added some BBCODE things to make it like that ;) so it's just simply BBCODE if anybody like to know, just ask and I'll put the code (keep it secret) loool ;) thanx |
hey, please activate my acount at: teckwizards.com
I registred by my nick (Ageel), but I didn't get the activation code. So I registered again by (Ageel911) my site is: http://www.halfmoon-sa.com for (Ageel911) and (http://www.half-moon.cjb.net) for (Ageel) I hope you can activate (Ageel) and delete (Ageel911) :) Regards |
3.8 released. :)
|
This sounds awesome TECK... but will modules be included in the free version as well?
And how much will the retail version be costing? - miSt |
No, they will not.
Depends on how extensive the work will be. It will range between 100$ and 160$. We will see. It's still a long way until then. |
Geez thats quite a lot of money for a college student hehe... What's planned for it... Reviews... downloads... links database... add a module via admin cp...?
- miSt |
Topics? :p
|
Quote:
|
Sorry. It's working perfectly for everyone. You did not set the right path, I can see it from the message.
|
Quote:
if the path is wrong, how do i find a correct path for it ? |
What do you have as forum path set?
|
Quote:
$adminpath = 'testforums/admin'; |
Aha, is fine, it should work properly...
|
Quote:
any other ideas ?... if i put the old index.php file from vb, the forums work.. but not with your index.php file ? |
The $adminpath simply replaces in each include_once() the correct path to grab each needed file. That's all it does. So if your folders are like that:
---[root < vbHL index.php and global.php here ------[testforums ---------[admin then everything should work well. |
Quote:
its more like ---[root ------[testforums < vbHL index.php and global.php here ---------[admin as its a test forum, i have everything in the testforum directory |
That's why is not working. :)
Try this: $adminpath = 'admin'; BTW, I hope you did not replaced the forum index.php and global.php with the vbHome ones... if you want to have everything in the same folders as the forum, make sure you rename the vbHome files not the forum ones, then call vbHome first with a .htaccess file. I strongly recommend you to use the folders schema I posted in the previous post, just to avoid problems and headaches. If you really really really want to have everything in the same folder, rename vbhome files to home.php and homeglobal.php, then change the reflected include_once() to point to homeglobal.php No need to worry about location, since the vbhome global.php takes care of everything. |
Can this do 3 columns, like vbulletin.org?
Thanks! CJ |
Yes. Templates editing... really easy.
|
Do you have the upgrade files for 3.7/3.8?
|
Is listed in the first post how to upgrade to 3.8, from 3.7 or a lower version. :)
|
Does it look like the hack will be compatible with vB3? I'd love to use it, but I'm not going to base my site around something unless I know it will work with vB3 without major hassles and huge updates . . .
|
As I said before, the vBulletin file changes are minimal, only 2 (each with one or 3 lines of code added). The rest is handled by the vbHL global.php file. When VB3 is released, we will have a version for it also. So no need to worry about the new VB version. ;)
Since VB is totally diferent, you will have to use the same process for upgrade like you upgrade from VB2. Is up to you if you want to wait until spring time, when is due the first beta for users. |
Install help Global php
I know I am missing something simple, but for the life of me I can't figure it out. I am getting the same errors as Supernut was, the only difference is that vbhl is installed as directed with a rootdirectory, then a forum directory. I have tried every shorrt and long version I can come up with for the location of the admin directory. I tried the script revealed with the info.php file and used that address without sucess. This is what my global.php currently looks like ////////////////////////////////////////////////////////////////// // Enter your Admin CP path here (no slash) ////////////////////// $adminpath = '/home/thewatc/public_html/testforum/admin'; // done editing ////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// If this helps this is what the program calls the file Editing /home/thewatc/public_html/testforumGlobal.php... Any ideas would be appreciated |
If you installed global.php and index.php in the root, and the forums are in the testforum directory, it would be testforum/admin.
|
lost myself, did you read about 10posts above or searched the thread?
|
All times are GMT. The time now is 04:34 AM. |
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:
|