The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
is it possible to have a forum made invisible (create a table with all info necessary) on the forum main page, but to be viewable by pulling the info about this forum and the threads with a script (for example review.php) that will grab the information and allow you to make comments on the specific review?
my goal is to have an external script that will show all the forum thread infos into review.php (sort of pluhnews.php) but the forum is not available on the main page area. anonymous users could post comments, as well as the registered members. so basically is like this: a. you have your index.php main page (not the forum main page), where you can read the review (pulled from the invisible forum) b. people can make comments on the review (review.php) c. the admin can post a new review using the newthread.php let me know what should i start with. ty for taking the time to read this post. |
#2
|
|||
|
|||
thats easier than you think
as your not going to be bothering about permissions and probably not going to use the vB global file. PHP Code:
|
#3
|
||||
|
||||
is amasing how simple it is..
anyway, i wanted to thank you. that should get me started. but i have a quick question: if i create an invisible forum, will this script you posted there, still grab the info, because is connecting to the database and access it's info, right? also, i want to show only the last 3 reviews that i post on the forum. i will make it visible only to admins. do you have any ideas? thanks alot. |
#4
|
||||
|
||||
ok.. here what i did:
i customized the news in any forum script to make it the main page of the web site (click here to view the mod). on that page on top of the news i want add the reviews, that will show only the latest 3 of them published on the invisible forum. so i have the global.php file inserted, because i dont like to have the database, username and password included on a simple file. now i will insert ur code and make a template to grab the actual review html code for each review. i will post it here so other people can use it for their sites. if u have any other ideas, let me know. ty |
#5
|
||||
|
||||
ok PPN... here it is what i did:
PHP Code:
|
#6
|
|||
|
|||
PHP Code:
|
#7
|
||||
|
||||
ty PPN, i got i found the little mistake.. firefly open my eyes.. hehe. istarted a new thread in the right forum. you can read all about it in my signature. click on "can you help" link. thanks for taking the time do sort it out the matter.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|