vBulletin Modifications

Need a mod/hack for vb integrations

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 09-08-2005, 10:13 AM   #1
Junior Member
Maxy's Avatar
Join Date: Sep 2005
Maxy is on a distinguished road

Question Need a mod/hack for vb integrations

Hello friends,

Is there any hack or mod to display a forums threads (or headings only) on a html based website....Like latest news from forums (displayed on front page of html website)

Please share...

Regards,
Maxy




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 09-08-2005, 10:42 AM   #2
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by Maxy
Hello friends,

Is there any hack or mod to display a forums threads (or headings only) on a html based website....Like latest news from forums (displayed on front page of html website)

Please share...

Regards,
Maxy
If it's a html website and you can't use php no!
But I think you should have a look @ portal systems or just use a query + echo to find the latest news etc. shouldn't be that way hard!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2005, 12:00 PM   #3
Junior Member
Maxy's Avatar
Join Date: Sep 2005
Maxy is on a distinguished road

Default

Can you please recomend some portal system?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2005, 08:59 AM   #4
Coder
Join Date: Jun 2004
Location: England
infinityfxp is on a distinguished road

Default

vbadvanced is probably the best portal

outher portals u can use




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2005, 10:04 AM   #5
Coder
Join Date: Aug 2004
Fury is on a distinguished road

Default

its easy to make Portal System, aint that hard.

if you want latest threads to be displayed, you can just make it by using PHP file (you know that the output will be html eventually but you have to use php for it), and read the latest threads for example:

$threadlist = $DB_site->query("SELECT * FROM thread ORDER BY `threadid` DESC LIMIT 10");
while ($tdlist = fetch_array($threadlist))
{
$title = $tdlist['title'];
$forum = $tdlist['forumid'];
.
.
.
eval('$tdlistbit .= "' . fetch_template('tdlistbit') . '";');
}
eval('$tdlist = "' . fetch_template('tdlist') . '";');

this is example will present you 10 Last Threads who posted in the forum, you can modify it to give you by forum, more threads \ less.. etc'.
just simple coding, and you get the perfect Portal system, that you want and exacly with your needs.

JUST to integrate vBB with your own portal system you have to call global.php (require_once('./forum_folder/global.php');)

Hope i gave ya prespective how it should look
its for vB3.0.x not 3.5.x

enjoy!
__________________
The Brave Ones Doesnt Live Forever, But The Cowards Doesnt Live At All..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-10-2005, 12:03 AM   #6
Junior Member
Maxy's Avatar
Join Date: Sep 2005
Maxy is on a distinguished road

Default

Thanks a lot infinityfxp & Fury for suggestions
..i found one another way for this .. to insert RSS feed of the board with the help of a simple script like-http://www.geckotribe.com/rss
Just a thought...




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-10-2005, 08:00 AM   #7
Coder
Join Date: Jun 2004
Location: England
infinityfxp is on a distinguished road

Default

very nice and handy link thanks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-19-2007, 02:35 AM   #8
vB Newbie
Join Date: Mar 2007
Hitman is on a distinguished road

Default

Hello,

I run a vbulletin 6.x and wanted to know how I can get news from my forums on an php page. So when I post in a certain catigory it will post that news on a page. any ideas?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-19-2007, 02:57 AM   #9
Advanced Coder
Join Date: Jul 2006
Location: VA Beach
Redline is on a distinguished road

Default

1. Why did you bring up a thread thats 2 YEARS OLD?

2. vBadvanced




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-19-2007, 03:11 AM   #10
vB Newbie
Join Date: Mar 2007
Hitman is on a distinguished road

Default

Cause this is what I was looking for and wanted to know if there was anything for vb 6.x and I don't want to use vbadvanced. Thus the reason why I said PHP page.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SMS Mod/Hack ? Bro_Joey_Gowdy vBulletin Modification Requests 15 05-06-2004 05:00 AM


All times are GMT -3. The time now is 03:15 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)