![]() |
Did you run the myvb_install.php file?
|
yes, I did run the install file, it added all templates, db entries, etc, and I even added the weather portion.
I can see all the templates and modify them, I just dont see any new options on my admin cp? That is where they are supposed to be added right? Is there a step in the myvb_install file that I can re-run to try to get vb_index options on my admin cp? |
I finally got my admin CP to see the myvbindex options. Not sure what happened.
Anyhow, Hard to believe, but this is one of my first succesful hacks installed. Still need to beef the site up... but thanks for this hack... Does anyone know how to show all the forums on this index page, rather than just new threads? Thanks again |
That is weird... Not sure why the options wouldn't have shown up if the install file was ran, but I'm glad to hear you got it working. :)
As for putting the forums on there, see the attachment in post #837 in this thread. |
Quote:
- miSt |
Hey Tigga -
The hack is installed, tweaking it now, but am having the same smilie problem others are having - it's putting post icons in when they shouldn't be, and referencing invalid path names, like: domain.com/forums/images/icons/icon19.gif when it should be domain.com/forums/images/icons/sick.gif How can I fix this? I've updated all post icon paths. Thx, Jeff |
Got the post icon issue resolved, for anyone else who is having problems, here is the fix.
Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Regards, Liz. |
Everything has went well with the install but my news doesnt show up in the center of the page, just a blank white area and I'm sure I have the id correct. Someone have a clue what I might have done wrong.
Thanks, Mark |
This is really a great hack, 1 problem....
But I should ask this first: I downloaded 3.1 yesterday, do I have to fix some nasty bugs or something already? Oke, When you are unregistered, and you try to reply or vote (what is not allowed!) Then you'll get an error message, but de vbullet.gif is nog coming up! The link where he's looking at, looks like This with all the error/acces denied etc errors/pages... how can I fix this? Fix: In Template Standarderror look for the location of the vb_bullet.gif, and replace {imagesfolder} in the real location, for example just /images/vb_bullet.gif (This is a workaround, but I had to fix it today...) |
Mark - did you start a thread in that forum?
h4x0rtje - thanks - I have the same prob! Jeff |
imageconstrux - The fix efulghum posted should work. On most servers there shouldn't be a problem with the way it pulls the icons now, but I guess it may be necessary on some configurations to join the icon table as well. If that doesn't work though let me know.
efulghum - Thanks for posting that fix. I'll be sure to join the icon table in the next release. :) refertech - The script can only recognize threads that were created after the script was installed. If the posts were made after the script was installed and they're not showing up, check that you modified your newthread.php file correctly. If you need to update posts that were made before the script was installed, see this post for instructions on how to update them. |
Thanks Tigga
and i want to tell you this after reviewing alot of this thread. I appreciate your patience and understand when dealing with people such as my self who are far from being as good a hacker as you are. Mark Oh yea, is it safe to upgrade to 2.3.0 C3 after this install? |
Thank you refertech. I'm not that good of a hacker yet, but I try to help where I can. :)
Yes, it is safe to upgrade to 2.3.0, but when you run the vB upgrade script it will delete the myvbindex templates that have not been customized. That's really not a big deal though as you can just upload the myvb_install file to your admin cp again and go to http://yoursite.com/forum/admin/myvb_install.php?step=2. That will install only the templates for you, and any that were customized will remain the same. As long as you do that you shouldn't have any problems, but if for some reason you do let me know. |
I think it is discussed before... but I can't find it.
When the PM popup appeares on the vbIndex.php, and you click to see it, you are redirected to the wrong link it misses the forum directory...... |
Tigga - by default the news has a break between each news post... like so:
-------- news1 -------- -------- news2 -------- etc etc... Well is this hardcode because i can't located the <br /> or <br> tag to remove in the templates... Regards - miSt |
^ Ignore that silly comment :p
- mi |
Quote:
Amy |
h4x0rtje - If you'll edit your head_newpm template and look for 2 places it has private.php - change that to the full url to your forums and it should fix the problem.
Mist - Don't worry, I usually do ignore your silly comments. J/K :p Amy - Thanks for helping. :) |
Ok, I'm stumped and I'm not really sure how to search for this in the thread.
My first problem is some of my weather pics arent showing up because of invalid links. Ex:hxxp://www.mysite.com/directory/test/images//weather//26.gif Why would I have double / I know I've set something wrong. I'm also having trouble logging out. I cant. :) I have a few other problems so hang on to your hat Tigga. :) |
For the weather, you should be able to edit your index_weather template and change this line:
<img src="{ imagesfolder }/weather/$iconset$weatherdata[cicon].gif" border="0" alt="$weatherdata[context]"> Just change { imagesfolder } to the url to your board's images folder. Did you change the cookie domian when you were installing the script? Changing that can affect the cookies for some people, so just try clearing your cookies and then logging back in. |
I got it worked out. Thanks Tigga.
The post bit for the log in screen isnt showing up either. Where would i correct that url at? This is the url that it is calling for. hxxp://www.mysite.com/forum//forum/images/vb_bullet.gif Thanks for your help. I'll buy the beer next time. :) Mark |
Check your standarderror template and make sure the url for the image is "{ imagesfolder}/vb_bullet.gif" - without the space after the { ;)
|
Hey...I love the hack...thanks... ;) www.eogn.net
I was wondering what I would do to make more custom windows? I want to be able to make $custom3 $custom4 etc...and also i'd like to be able to control it from the admin if possible. What do I have to do to do this? |
It was correct. I'm not sure why it wasnt working. I just changed it to the entire URL and now it works. That shouldnt hurt anything should it?
Oh and I think the custom template buttons are backwards. When I check yes for custom template 1. It shows me custom template 2 and vise versa. And when I edit the custom template 1, it actually is editing the template labeled 2 on the home page. When i try to log into my site after clearing all my cookies in my browser it get a 404 page. After entering my user and pass it calls for www.mysite.com/member.php when it should be calling for www.mysite.com/forum/member.php :banana: <-- I sure like to watch him dance. :) Mark |
Netstartz - Nice site. :) To add more custom templates, please check this post. The instructions there should be pretty simple... Then to have it so they can be turned off and on in your Admin CP, please see this post for the queries you would need to run.
refertech - Changing the image that way won't affect anything unless you have multiple styles for your board. If you do and a user selects a style besides the default, then they will see the wrong icon there. Other than that though there's nothing wrong with changing that. You are right about the custom templates being switched... Well, actually it does display the correct template, but the index_custom1 template has "Custom 2" in it and vice versa. I'll be sure to update that in the next version so thanks for pointing that out. What do you have set for the URL under "General Settings" in your main vBulletin options? I would suggest making sure that is set to the full URL to your forums as it seems that none of your links in the header work either... Those links and the login form use that option to determine what the URL is, so you should check to make sure it's set correctly. |
yea I have check that url and its correct. This doesnt make sense to me and your right all the links are incorrect on the log in page which is why that image link was probably wrong too.
My url is as follows hxxp://www.mysite.com/forum |
That's really weird... The $bburl is a global variable that should be able to be used anywhere on your forum, or with any file that includes the global.php file. Do you maybe have another hack installed that could somehow have messed that up? Here's something simple you can do to test and see if it's working other places... Go to your FAQ section and click on "What are referrals?" (last option in the 2nd block). In that section you'll see a url like this: http://plurplanet.com/forum/index.php?referrerid=1. Double check that the url there is correct and let me know if it is.
|
<a href="http://www.mysite.com/forum/index.php?referrerid=1" target="_blank">http://www.mysite.com/forum/index.php?referrerid=1</a>
Its correct. Man. Only me. If I can contact in you PM ill bring up something that might have caused it too, but i'm unsure. |
Hmmm... There's nothing I can think of off hand that would cause that, especially if it's working ok through the forum. You could of course edit the templates that have $bburl in them and change that to the full url to your forum, but that will make it harder if you ever change the location of your forum, domain name, or anything like that. It is at least an option though incase nothing else works. Feel free to PM me as well with what you think could have caused it and maybe that'll help.
|
Tigga - i can't wait to show you what i've done with myvbindex, I LOVE THIS SCRIPT !!
- miSt |
Yea it really is great...I started w/ vbhomelite but was to lazy to fix it up the way I wanted to. I learned a lot from playing around with this hack and VB in general.
|
You'll have to send me a link to check it out. I'm sure you've done some nice things with it. :)
I just can't wait until the public beta for vb3 is out so I can start playing with that and making a new index with all of it's features. :D |
Isn't upgrading from a fully hacked board to VB3 going to be a pain? I love all the features I'm seeing, but I have tons of hacks installed...
|
Heh... Yea, it is going to be a major pain, but I think it'll be more than worth it with all the new features, plus from what I hear the coding is 10 times better. If you take a good look at my site you'll see that EVERYTHING on there uses the vBulletin database, so I figure that by the time I finish getting everything to work with the beta version then the full one should be out. :)
|
I should be able to show you on monday/tuesday. This script is so versatile its unbelievable.
Just a comment. Why have a <p> tag at the end of every block to seperate it. This is bad coding because you don't close the tags at any stage. It would be best to use a <br /> tag instead :) Regards - miSt |
You know, in the 3 years that I've been writing HTML I was never aware that a <p> tag should technically be ended. Of course I've seen many people do it that way, but I wasn't aware that it should be done that way. Thank you for pointing that out. Though I've never had any problem with using the tag without closing it I'll keep that in mind and make sure to end it or use a <br> tag instead.
While we're on the subject, maybe you could tell me what the difference between a <br /> and <br> is? I had never seen the <br /> tag done that way until I started getting into PHP, but I've never quite understood what the difference is. :ermm: |
.
|
Uh huh... Are you bumping all these posts for a reason Faranth?
|
/me was wondering the same thing.
|
|
All times are GMT. The time now is 01:24 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:
|