![]() |
Tigga: Hey, thanks so much for the help with the source add-on! I'll give it a try!
-Jason |
"clicks install" ;)
Hi Tigga, Thanks for the hack! :D Im going to play around with the layout to suit my website. If I wanted to shuffle them around is there any easy way to do it? |
Hey, i just recently moved to a new server and everything was working fine. since i moved the vbindex page hasnt been working. is there something i forgot to change?
|
glo - No problem. I'm sure you'll enjoy it. :) What exactly do you mean by "shuffel them around"?
DarkDraco - What error is it giving you? Did you change the path to your forums folder in your myvbindex.php file? |
Hi Tigga,
What i mean is... Ideally I would like 2 have only 2 columns, The News in the centre and the user cp, active users, custom templates and polls all on the right column instead of the left hand side. As I dont want to use the Latest Forum topics. |
Ahh ok. Yes, you can do that by editing the index template and changing the table structure there.
|
Login to your forum admin, click on Templates (bottom left), then Modify.
If not expanded, click on Expand, then find mYvBindex Templates and click [expand]. From there, click on index [edit] . This is the default template, where I commented all the columns: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="no-cache"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Cache-Control" content="no-cache"> <!-- end no cache headers --> <META NAME="title" CONTENT="$hometitle"> <META NAME="keywords" CONTENT=""> <META NAME="description" CONTENT=""> <TITLE>$hometitle</TITLE> $headinclude </head> <body> $index_header <table width="100%" cellspacing="10"><tr align="left" valign="top"> <!-- LEFT COLUMN --> <td width="165"> $welcometext $buddylist $loggedinusers $search $custom1 $currentpoll $currentweather </td> <!-- END LEFT COLUMN --> <!-- MIDDLE COLUMN --> <td valign="top">$newsbits</td> <!-- END MIDDLE COLUMN --> <!-- RIGHT COLUMN --> <td valign="top" width="170"> $custom2 $stats $calendar <table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="100%"><tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr id="cat"><td bgcolor="#1D6AA0"><smallfont color="#000000"><b>Latest Forum Topics</b></font></smallfont></td></tr> $threadbits</table></td></tr></table> </td> <!-- END RIGHT COLUMN --> </tr></table> $index_footer </body></html> So, to move eg. weather box to the right column, just type $calendar in your left column where you want it to appear. To copy all right hand column items to the left, you just move everything from right column between <td> and </td> tags, and then delete those (<td> and </td>). This will leave you with only two columns. |
hey Tigga, back on my old forum i changed the file to index.php. i made about 3 copies of this index.php for different pages in folders. they all worked fine. since i moved to the new site i dont get an error, it tries to load the page for like 10 minutes at a blank page then it gives me a page not found. www.darknemesis.com check it out
|
That's odd that it would just give you a blank page like that. The best thing I could suggest would be to double check that all the templates are there. There's not anything else I can think of off the top of my head, so if you would like to set me up a temporary admin account at your forums and possibly FTP access to your server I'll log in and take a look. Oh, and I can't see anything on your site right now as you have your forums closed. I'm seeing the closed message on your homepage though, so that would mean parts of the script are actually working right.
|
I'm getting this error
Warning: SAFE MODE Restriction in effect. The script whose uid is 606 is not allowed to access /home/virtual/site101/fst/var/www/html owned by uid 0 in /home/virtual/site101/fst/var/www/html/index.php on line 16 Warning: Unable to access ./global.php in /home/virtual/site101/fst/var/www/html/index.php on line 19 Is this because my shared hosting is in safe mode and you have to turn of safe mode for the Vbindexpage to work? |
As far as I know safe mode shouldn't have an effect on the script. What did you set in the chdir part of your myvbindex.php file?
|
Quote:
Thanks Ivanmcp |
Quote:
I have my chdir as www.nytech.ca/forums |
Shawnn - You need to put the path to your forums there, not the URL. Try /home/virtual/site101/fst/var/www/html/forums
|
thanks that did the trick :cool:
|
I wanted to have news taken from 2 forums, anyway how do I do that?
|
Shawnn - Glad you got it working. :)
certify - Yes. In your News Forum ID field, just put XX OR forumid=YY (Replace XX and YY with your news forum id's.) |
Two major problems I need help with ASAP.
The regular part of the script installed OK, but I ran into a stonewall when I tried to install the weather script (the install script keeps giving me a "This page cannot be displayed - Cannot find server or DNS Error"). I have made the necessary changes to the functions.php file, so that shouldn't be causing a problem... Also, Latest Forum Headlines is checking threads in forums that have been designated as private... I DON'T want it to do that. Help! |
I did a fresh install...first time ever...and i just ended up with a blank page..i did check the path on myvbindex.php and its correct..
if you would like to look goto home.udgnet.com |
Here is where I am at, everything is installed and looks good except for 1 problem I cannot figure out so I have to post, Once I am on myVbindex page I cannot get to the main forums page to view all of my forums, I have been bashing my head trying to figure it out but cannot find where I went wrong.
|
reismarktq2 - I think you're the 4th person now to complain about this problem... If you're sure that you've uploaded the weather_install.php file to your admin directory and you are going to the correct url, then I'm not really sure what the problem would be. If you would like to set me up a temporary admin account at your forums and a FTP account then I'll be glad to take a look and see if I can figure out what the problem is. Other than that though there's not much I can do.
Harken - Did you run the install file and do you see the index templates in your Admin CP? Goat Boy - What do you mean you can't get to your forums? You can't find a link, or your forums page won't load? Can you post here or PM me with a link to your site? |
Quote:
You can get to the forums by clicking a link from the "latest Forum Topics" . Alternatively, modify your header to include a link to the forums. |
Tigga: Please check your PM's...
|
Looking into it now. :)
|
Quote:
I can click on the new posts in the "latest Forum Topics", to the forums but when I would like to view the foums as a whole that is where my problem lies. GB |
yes and yes...i checked..
|
Ok Tigga figured out my 1st problem Thanks, I have 1 more question, is there a way to have myvbinbex.php and index.php in the same root folder but have myvbindex.php load first when you go to the webpage with just typing in www.yoursite.com/forums?
|
ok tigga i have found 2 problems.
1. When i add smilies to my forum and use them in a news post it doesnt show any of my new smilies?? 2. When the main index.php checks for a users Private Messages it pops up and says you have a new message. so i click ok and it sends me to: www.realmods.net/private.php?s= instead of: http://www.realmods.net/forum/private.php?s= how do i fix this?? |
Harken - I'm really not sure why you would get a blank page like that if all the templates are installed and installed... If you would like to set me up a temporary admin account & FTP account and PM me with the details I'll gladly take a look to see what the problem is.
Goat Boy - There may be a way you could redirect users to your myvbindex page rather than the index page, but I'm not too familiar with redirects so I'm not sure how easy that would be to do. Alternatly you could rename your original index.php file and change the places in vBulletin and it's templates that calls your index.php page. I've never had a reason to do anything like that, so I'm not sure how hard it would be. Jacko - When you put in the path to the smilies are you putting in the full path to them (ex /forums/images/whatever.gif)? Thanks for pointing out the PM thing. I've been meaning to put instructions for that in the readme file for a while now and have forgotten every time I made an update. To fix that you just need to look in your head_newpm template and find private.php in two places. Replace that with $bburl/private.php both times. |
The redirect is a good idea but I do not have that option with my current webhost :( I created a seperate directory and having it working thanks for your time Tigga, you are a busy man!.
GB |
Sorry, I tried to read all 80 pages. Does this work with 2.3.0?
Thanks in advance. |
It is working for me using 2.3.0. You did better than me, I could only read through 30 before I got bored.
GB |
Hey, thanks for the fast reply.
|
Quote:
|
Tigga,
I reinstalled and upgraded to 3.x, however some strange behaviour with news posts. All replies/comments to a news post are showing up as individual news posts? Has this been covered? What I did was change the Quote:
Thanks! |
Quote:
sorted :) excellent and quick reply and straight to the point (am still yet to get a PM on my main page though, maybe cause no-one wants to PM me :() |
i get the following error messahge when trying to enable HTML in the news forum??
Quote:
|
right its not just the news forum its all of them.. hmm maybe post this in another forum..?! :(
|
jarvis - That's odd... Was it giving you problems before you changed the newsforumid part? You could try changing that query to something like this:
PHP Code:
Jacko - That's something to do with a hack you've installed. I can tell you it's something to do with the "allowdollaroffers = " part, but that's about it... |
Hello.
I did not want to read now 83 sides. Therefore I write my request times at the risk that it was already times answered. One can change that somehow that one can from the index gentleman out with a Vote co-ordinate and then to the inquiry is not linked, but to the index side back comes. And the same also with that log in. Naturally one is not to that to then co-ordinate from the forum with the index to come. Thus nevertheless already a little distorted the whole. ------------------------------------------------------------------------------ Und jetzt noch mal auf Deutsch. Die Google ?bersetztung ist echt grausam ;) ------------------------------------------------------------------------------ Hallo. Ich wollte jetzt nicht 83 Seiten durchlesen. Daher schreibe ich mein Anliegen mal auf die Gefahr hin, dass es schon mal beantwortet wurde. Kann man das irgendwie ?ndern, dass man aus den Index herraus bei einem Vote abstimmen kann und dann nicht zu der Umfrage gelinkt wird, sondern zu der Index Seite zur?ck kommt. Und das gleiche auch auch mit den einloggen. Nat?rlich soll man dann nicht nach den abstimmen vom Forum auf den Index kommen. Also doch schon ein wenig verzwickt das ganze. |
All times are GMT. The time now is 11:12 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:
|