![]() |
i was wanting to see if anyone is will to help me install this hack -- im not that good at vbulletin yet and any help will be nice :)
just icq me if you will help or give me a reply :) Thanx :) |
Quote:
345 queries!!! i never saw this before... try this: http://www.after-darkness.com/main.php?explain=1 ans scroll at the bottom... |
over 40 queries, you server goes on the red line...
btw, i just posted v.20, it does help on the queries. sadie, you have to check you hacks, something is REALLY wrong on that page... |
Nakkid, please remove the comment you have in the first post (You like the vB.org main homepage? vbHome (lite) is exacly this). It's not what we use here and I don't want people to think that.
|
first of all thanks nakkid for this great hack
and how can I get the hack to replace the "enter" to become as < br > I hope I can explain this :) the problem I faced is that I have few members that don't no anything about HTML and when they try to add a news they are no breaks between the lines because they keep pressing Enter without knowing that it won't show up if the didnt use < br > I remember I did the same with phpnuke but my brain is dead now I remember something about using str_replace but I'm not sure I hope you can help out with this :) |
it's ok I got :)
I just removed this code Code:
$newstext=str_replace("<br />","",$newstext); |
Quote:
dxb, did you try 2.0? let me know. |
I will try it ... thanks alot m8 :)
|
i only test it on my localhost. try it and let me know if everything went well.
the new version should reduce significantly the server load... |
Quote:
My only problem is that now the news posts do not show the text of the post. Any ideas? :) |
glad that helped :)
post a news.. and it will show.. try it. is because the new articleid filed must be updated. also, keep on trying to remove all the extra stuff you dont need, go to war with every query... the less you have the better is for your server. an ideal number should be 25, max 30queries. |
]weeeeeeeeeeeee... love vbHome... :D gonna install 2.0 at thursday :D
|
Ok edit that statement i now get a plain white screen :(
|
did you tried the trick i mentioned on how to get the path? in install.txt? let me know please.
did you installed the templates? |
yeah i tried to call up the member2.php and i got a blank sceen.
|
hmm you are right. they changed the code, since the new db_mysql.php was updated.
you have to find your path. create a file with the content: Code:
<?php phpinfo(32); ?> |
ok that worked for getting my path :) but i still get a blank screen and i have added all the templates and uploaded the vbhome_lite.php and called that up then deleted it but nothing is working and i know it is me and not the vbhome .
|
what do you mean you called vbhome_lite.php? this is the table alteration installer. did you ran it into your /admin folder?
if you are not sure of something, please let us know and we will help you. tell here exacly all the steps you did, at letter and we will tell you what went wrong. and dont worry, nobody was perfect when it started to code php or install a hack. our goal here at vb.org is to get our hacks up and running.. in order to do this, we need to know exacly what you did. take your time and explain in as many details as possible what you did so far. :) i tried to make it as clear as possible the install.txt file but nobody's perfect right? if something is unclear, please post it.. step by step.. what you did and where you got stuck. |
ok i got it to somewhat work but it looks all messed up :)
but hey im glad i got it this far and i thank you for the help :) http://www.thechosenway.com |
you are more then welcome.. but you did all the job by yourself. congrats. :)
i'm glad you got it working. i wasnt able to see your page because it is asking me to register... |
hmm sorry about that i will change that :) see if it works for you now :)
http://www.thechosenway.com |
yep. you sure did got it up and running. :)
all you have to do is play with the html code and make it look the way you want. the important thing is: you installed correctly all vbHL components. |
Thanks in advance with this I will try to give you as much info as I have.
Directory structure /web "root" /web/vbhome "vbhome directory" /web/forum "forum directory" I ran info.php and entered the path that it gave me when i try to view vbhome im my browser all I get is a blank page with the following html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> I have created all the templates and checked everything I can think of but it just wont work arrgh! Thanks and I cant wait to get this thing working! |
matt, get the path where /forum/global.php is located.
it will work. |
thanks,
I was pointing to the vbhome directory... Duh Now it works. -Matt |
I'm having problems with it. See my husband usually installs the hacks for me, but he hasn't been available, so I tried to do it myself. BAD IDEA!
I have an error "Parse error: parse error in /home/www/theparentclub/index.php on line 50" I'm not sure if I did any of it right. Hope you can help. Iliana www.theparentclub.com |
I updated with this new version yesterday, and now guests can see the thread links to my private sections on the vbhome page....
Any ideas why? If I log in as a guest, those forums cannot be seen. Only on the home page. And if I click the link, it lets me right in...(as a guest) |
my mistake.. sorry.
in vbHL index.php file, find: Code:
$forum=$DB_site->query("SELECT forumid FROM forum"); Code:
$forum=$DB_site->query("SELECT forumid FROM forum WHERE forumid<>$newsforum"); |
Perhaps if I ask the certain questions where I had trouble, someone here can help me. Keep in mind, that I haven't installed many hacks, so I'm not very good at this.
1.) When it mentions to add the vbulletin code into the index.php for vbhome, do I put the code that is from the boards index.php in there? 2) When I tried step 5 to set my {imagesfolder} to the full url. I got a lot of broken images. I think I did the rest correctly and when I went through the final steps I got the following error. But do I call this link to get to my vbhome page ( http://www.theparentclub.com/index.php )? There I get this error: Parse error: parse error in /home/www/theparentclub/index.php on line 50 I am sure there is something I'm not doing right and could use some help. Thanks, Iliana |
Momo... line 50 is:
Code:
// ADD HERE YOUR VBULLETIN CODE please be more specific on how you changed your { imagesfolder } you should do it this way: instead of [high]images[/high], you should have: http://www.yoursite.com/forum/images |
That's what confused me. Not sure what code I place there, so I put the code from the index.php of my forums.
|
I did put that exact url instead of images and some of the images on my boards had broken links showing up.
|
you cannot add the hole forums index.php. only parts of it.
on the first post there is a little tutorial on how to add extra code. follow the steps there. all the best, nakkid. |
For someone who is new to this, how can I know what parts I'm supposed to add?
I'm sorry for all these questions, don't mean to waste anyone's time. :( |
That will be kinda hard for you, MomofThree. This hack is not kinda newby friendly, it wont work just like 2+2=4.
|
thanks a lot nakkid...that did the trick.
Great hacks, keep em' comin!! |
Yeah I'm noticing that. :(
But I'm not going to give up either! :) |
Ok I put this code in only in the vb home index.php file:
[vB code] eval("\$homepminfo = \"".gettemplate('home_pmloggedin')."\";"); } else { $pminfo=''; } and now I get this error: Parse error: parse error in /home/www/theparentclub/index.php on line 51 Should I be calling the following url?: http://www.theparentclub.com/index.php ??? |
Looks nice, but I can't make up my mind of installing this one or Vbindex...they both look so similar..
I saw the screenshots of Vbhome, but does anyone actually have a live demo? (as in a forum running Vbhome?) Thanks ;) |
no. i dont have a live site. why would you need it? is the same like in the picture.
the difference between vbHome and vbIndex is the queries. if you like to have 100queries on your main page and kill your server, install vbIndex. over 40queries is really high the server load. element copied part of my code. vbHome Lite 1.0 was bad. had queries on the loop that were getting multiplied. the more threads and news you had, the more queries you ended up with. so with PPN's help i got the latest threads re-writen and also grabbed directly from the post table the actual message in the database, for the news goodies. is small and fast and it doesnt clutter your page with noend queries. ---------------- Iliana, please notice on the PM addon the way i mentioned the [high]VB Code[/high]? if you look at that area of code, you will see that there is some extra code. due to jelsoft copyright, i'm not allowed to show the code so i replace it with the pharantesis... i really cant do more then this. if you are not sure, please wait for your husband. i'm sorry i could not help more. what i can do, just to give you an example is to send you through PM an example of pm code so you understand the mechanism. let me know if that's ok with you. ---------------- Quote:
think of you when you started and if someone would tell you that: [high]hey, that's not for you... ur too newbie to fit here...[/high] i know that's not what you ment woolf, but that's what it sounds like.. :) now let's be nice all of us (especially me, who i had attitude probs before - that i want to correct and earn again everyone's respect) and help Iliana. |
All times are GMT. The time now is 09:50 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:
|