|
Joomla Latest - Vbulletin Integration
This modification is in the archives.
I made this simple script to have in my vbulletin home the
Joomla's LATEST NEWS - LATEST ARTICLES - LATEST DOWNLOADS (DocMan) http://www.prohw.net/Forum/ Plugin Requirements:
In FORUMHOME find: Code:
$navbar Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<td class="tcat" colspan="5">
<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_3')"><img id="collapseimg_forumbit_3" src="prohw/buttons/collapse_tcat.gif" alt="" border="0" /></a>
<a href="#">Main Directory</a>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumbit_3" style="">
<tr align="center">
<td class="thead">Latest News</td>
<td class="thead">Latews Downloads</td>
<td class="thead">Latest Articles</td>
</tr>
<tr align="center">
<td class="alt2" align="left">$test</td>
<td class="alt2" align="left">$test1</td>
<td class="alt2" align="left">$test2</td>
</tr>
</table>
<br />
Setting Up: Joomla Articles
and modify this value: "$secid = #;" Joomla News
and modify this value: "$secid = #;" Joomla Downloads You have nothing to set up. Done! http://www.prohw.net/Forum/ Download
This modification is archived, downloads are still allowed. |
|||||||||