View Full Version : forum news
on my website :
http://www.forums.rareaquatics.co.uk/
the theme i have it has got "forum news"
is there a way how i can display news here or any type of mod i have to install?
thanks
Lynne
10-19-2009, 04:16 PM
You can put whatever you want in there, I would guess. If you just want to use rss to import the latest threads on your site, take a look at any of these to pull threads via javascript:
[HowTo] Display your latest threads on an external page using an RSS2 feed (http://www.vbulletin.com/forum/showthread.php?t=159044)
[HowTo] Display your latest threads on an external page using an XML feed (http://www.vbulletin.com/forum/showthread.php?t=158934)
[HowTo] Display your latest threads on an external page using an RSS feed (http://www.vbulletin.com/forum/showthread.php?t=158916)
im not that good at coding is there anyway i can remove the box from the left hand side ?
DeanLag
10-19-2009, 08:02 PM
You'll have to look into the code. Its usually in the header or headinclude templates.
Lynne
10-19-2009, 08:22 PM
im not that good at coding is there anyway i can remove the box from the left hand side ?
You should ask the style designer how to do that if you can't figure it out yourself.
i was the one thats installed everything but im just lucky i guess i cannot find the php page i have to edit lol
--------------- Added 1255991591 at 1255991591 ---------------
is this an external feed ?
http://www.forums.rareaquatics.co.uk/external.php
if so how do i display it into the news box on the main website ?
DeanLag
10-19-2009, 09:35 PM
Well when I don't know where something is (in which template), I usually highlight a whole bunch and then view selection source.
Go into Style templates and then search in templates. If theres nothing showing up, you narrow down your search.
For example: Forum News
Try searching that in your templates. If it returns headinclude, then try to look at the code and remove the boxes.
It should be something like:
<div class="sidebar_cat">Forum News</div>
<div class="sidebar_menu">News Item</div>
Prolly in your headinclude. Try it and lemme know!
hey mate is this is ?
<if condition="$vboptions['externalrss']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" />
<if condition="$show['foruminfo'] OR $show['threadinfo']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$foruminfo[forumid]" />
</if>
</if>
--------------- Added 1255993100 at 1255993100 ---------------
thanks for all the info itsn ow gone it was in styles in a file called "FORUMHOME"
its now gone thanks for all the info
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.