vBJaquette (vBcover like)(by Pitbull)

KillaStaff

New Member
This is a french mod, vBJaquette 1.0, like vBcover :)

Mod create by "@pitbull"

Installation :

import product "product-3bola_Syst3m.xml"

Template Modification :

In Forumdisplay, find :

Code:
	<if condition="$show['threadicons']">
		<td class="thead" colspan="2">&nbsp;</td>
	<else />
		<td class="thead">&nbsp;</td>
	</if>

After, add :

Code:
       <if condition="$foruminfo[addjaq]">
                <td class="thead" width="150" align="center" nowrap="nowrap">
                <span>Covers</span>
                </td>
       </if>

(repeat this modification 2x)

In Threadbit, find :

Code:
	<if condition="$show['threadicons']">
		<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else />&nbsp;</if></td>
	</if>

After, add :

Code:
<if condition="$foruminfo[addjaq]">
<td class="alt2">
<img src="$thread[threadjaq]" width="100" height="140">
</td>
</if>

Activate system in vbulletin options.

Activate system in forum manager (forum where you want display cover).

add :

Code:
$news_defil
<br />

where you want for add news scrolling (in forumhome after $navbar in exemple picture)

(you can use only news scrolling for exemple, and not display in forumdisplay if you don't like)
 

h@ck3r

New Member
KillaStaff said:
yes you have an options for activate in the forum manager, you select yes or no for "display covers"

Great!

Then I'll give this a go. Should be nice for my car forum :)
 

basshoernchen

New Member
Then I'll take Google in English:))
I found your very nice addon, but what bothers me is that it is possible for each topic link to enter a cover, although it has disabled the option.

Is it not possible. Is the cover option is disabled, the input Cover link does not appear.
 

kan3

New Member
Hey brother God bless you. Bro can you please check this thread, and see if there is any new version and if its stable....

Code:
http://www.vbulletin-ressources.com/forum/showthread.php?t=1170&highlight=jaquette

TY.
 

kan3

New Member
Oh thx bro. About the "if its stable" I was asking about the mod (Jaquette v2) thats on that afore mentioned URL.
 

KillaStaff

New Member
kan3 said:
Oh thx bro. About the "if its stable" I was asking about the mod (Jaquette v2) thats on that afore mentioned URL.

ok, no, this mod (jaquette v2) is a real shit ^^

vbjaquette from pitbull is best and stable, the mod of your url is really bad ;)
(for exemple, no option in forum manager, you activate or no in certain forum by condition in template -_-')
 

kan3

New Member
Bro a little problem....

95173434.png


There are no spaces between the covers.....
 

basshoernchen

New Member
a little Problem ²

In Internet Explorer, if you cover my editor is still depicted as an Red X.
Is it still possible to extend it in a certain area on the cover input link does not appear? :)
 

vB Member

New Member
Yes i turn it of in forum E-Books and its on?
Do you understand my Problem? I turn it of (forum maneger) but it is on.

And when i put this in FORUMHOME template
Code:
$news_defil
<br />
it shows 3 images from 10 ?

Sorry for my bad English
THX
 
Top