![]() |
Quote:
|
The "isnews" column should be the last one on your post table. As long as you didn't get any errors when you ran the install file though it should be there.
Did you make the posts before or after you installed the script? If it was before, then the script only displays news that was made after it was installed. You could double check that you modified your newthread.php file correctly and uploaded it. If that still doesn't work let me know. Also, what do you have set for your News Forum ID? |
How do you update the news??? I tried the code you gave in my phpmyadmin, but it doesnt update... All new posts register... And i see no problem with how i set it up... This is the code I used:-
UPDATE post SET isnews='Y' WHERE postid=(replaced with thread id); |
u need to go to your admin cp, set the fourm id to the right one :\ at least i think so
u should be able to put your mouse over the link to the forum, and find out its id number |
hey plur, you know how I made my links open up on the side. Is the code you gave me with the meta tags search engine friendly. Can the search engines see those pages and content?
Also my other question is I want to make it so the poll on the index gets picked randomly from any poll on the forum. Is their a way to do this? I have released my index so to get to it go to www.ar-racing.com |
Ok, here's my newthread.php file where I think it suppose to be at.
Quote:
The news posts are ID#3 The Polls forums are ID#2 And I did post something after I installed it to test if it worked. And got nothing. |
I install mYvBindex v3.1 Hack into my forum
Q. How Can I add the index.php to the online.php http://www.doha.ws/index.php Regards |
@ Faranth
I have already set my news forum ID... Ive had myvbindex before, but I updated my vbulletin, so the news posts dont register anymore... I tried the code that plurplanet gave to update the posts in phpmyadmin, and it doesnt work... I even checked to see if the isnews column was there and it is... Also check my newthread and newreply.phps to see if I hacked them ok... There seem to be no problem there... So I either delete all the posts in my news section and repost them again so they register, or I find an easier way.... Cloud |
Cloud - According to your post above, you set it to update the wrong post. The number should be the postid, not the threadid. Be sure you were using the postid in that query and if it still doesn't work let me know.
arracing - I can't guarantee how 'random' the polls will be since I've never had much luck with this function, but other people say it works fine so hopefully it will do the trick... Just open your myvbindex.php file and look for: ORDER BY thread.pollid DESC LIMIT 1 Change that to: ORDER BY RAND() Sulaiti - Open your online.php file and look for: case 'index.php': Right Above that Add: $userinfo[activity] = 'home'; break; Then look for: case 'index': Right Above that Add: case 'home': $userinfo[where] = "Your Site Name Here <a href='/index.php?s=$session[sessionhash]'>Main Index</a>"; break; Be sure to replace "Your Site Name Here" with the name of your site. |
Ah... Thank plurplanet;)
Works great now Cloud |
All times are GMT. The time now is 12:47 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:
|