The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
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 [HowTo] Display your latest threads on an external page using an XML feed [HowTo] Display your latest threads on an external page using an RSS feed |
#3
|
|||
|
|||
im not that good at coding is there anyway i can remove the box from the left hand side ?
|
#4
|
|||
|
|||
You'll have to look into the code. Its usually in the header or headinclude templates.
|
#5
|
||||
|
||||
You should ask the style designer how to do that if you can't figure it out yourself.
|
#6
|
|||
|
|||
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 [DATE]1255991591[/DATE] at [TIME]1255991591[/TIME] --------------- 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 ? |
#7
|
|||
|
|||
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! |
#8
|
|||
|
|||
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=$forumin fo[forumid]" /> </if> </if> --------------- Added [DATE]1255993100[/DATE] at [TIME]1255993100[/TIME] --------------- 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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|