PDA

View Full Version : Major Additions - Joomla Latest - Vbulletin Integration


spaziopc
04-24-2008, 10:00 PM
I made this simple script to have in my vbulletin home the
Joomla's LATEST NEWS - LATEST ARTICLES - LATEST DOWNLOADS (DocMan)


SEE DEMO HERE (http://www.prohw.net/Forum/)

Plugin Requirements:
Joomla
DocManInstallation Instructions:

Upload the file in the folder "Joomla"
Upload joomlalatest.xml as product
Make the template Modifications
Setting Up.Template Modifications:

In FORUMHOME find:
$navbar
Add After:
<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.

Done!

SEE DEMO HERE (http://www.prohw.net/Forum/)

spaziopc
04-25-2008, 10:30 AM
Plese Click Install.

This mod is supported ;)

iogames
04-25-2008, 01:55 PM
Molto buono!

but can you point me right to the demo? ;)

Nice site

fpena
04-25-2008, 01:56 PM
So does this allow for the display of the forum's latest posts and stats in a Joomla wrapper or for a single login?

Either way it looks promising! I'll try to test it on my test server soon!

spaziopc
04-25-2008, 01:59 PM
This mod shows your Joomla News or Article in Vbulletin.

spaziopc
04-25-2008, 02:00 PM
Molto buono!

but can you point me right to the demo? ;)

Nice site

Demo Site --> http://www.prohw.net/Forum/

My mod is under Top 8 Stats.

doraj
04-25-2008, 03:46 PM
Hello Spaziopc,

but without component Docman, this Mod don't works?

And, if i want show only latest news and article in Joomla, and not in Forumhome vBulletin, Can I do it?

Thanks :)

spaziopc
04-25-2008, 04:56 PM
If you don't want to have Latest Download,
in the template modification delete this two lines:

<td class="thead">Latews Downloads</td>

and

<td class="alt2" align="left">$test1</td>

It will work without DocMan too.

spaziopc
04-25-2008, 04:57 PM
And, if i want show only latest news and article in Joomla, and not in Forumhome vBulletin, Can I do it?

What do you mean?

Sunsetdriver
04-28-2008, 08:41 AM
Thanks! Installed! :cool:

Does it work with both J1.0.x and J1.5.x?

spaziopc
04-29-2008, 04:29 PM
Tested Only on J1.0.X
but It could work also with J.1.5

codershark
05-01-2008, 10:30 AM
works with 3.7 ???

spaziopc
05-03-2008, 08:01 PM
Yes, it could works fine

spaziopc
05-07-2008, 03:22 PM
Tried with J!1.5 It works fine ;)

spaziopc
05-12-2008, 07:00 PM
Supported also with 3.7.0

MarkoXaser
05-24-2008, 01:35 PM
but where i upload the file???????????

my site is in this folder http://www.justoverclock.com/sito

MarkoXaser
05-25-2008, 03:03 PM
Call to a member function getCfg() on a non-object in...

uff

ElChancho
08-24-2008, 12:49 PM
I'm getting the following error:

Fatal error: Call to a member function on a non-object in /modules/mod_vbln.php on line 22

Rubiano
12-11-2008, 10:23 PM
Help!


Fatal error: Call to a member function getCfg() on a non-object /modules/mod_vbln.php on line 22

It even says that when i delete the files and uninstall the product and remove the template modification