I made this simple script to have in my vbulletin home the
Joomla's LATEST NEWS - LATEST ARTICLES - LATEST DOWNLOADS (DocMan)
DEMO
(Under Top 8 Stats)
Plugin Requirements:
Joomla
DocMan
Installation Instructions:
Upload the file in the folder "Joomla"
Upload joomlalatest.xml as product
Make the template Modifications
Setting Up.
Template Modifications:
In FORUMHOME find:
PHP:
$navbar
Add After:
PHP:
<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
Go in your Joomla CPA
Go in Section Manager
Note the " Section ID" for the section you would display
Then Open "mod_vbla.php"
and modify this value: "$secid = #;"
Joomla News
Go in your Joomla CPA
Go in Section Manager
Note the " Section ID" for the section you would display
Then Open "mod_vbln.php"
and modify this value: "$secid = #;"
Joomla Downloads
You have nothing to set up.