vBJaquette (vBcover like)(by Pitbull)

kan3

New Member
Killastaff bro, can you please ask my question in french over

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

KillaStaff

New Member
In plugin manager

-> admincp -> plugins & products -> plugin manager

search plugin "Nouveautés Défilantes"



$newzdisplay = '';
$newz = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "thread WHERE threadjaq <> '' ORDER BY threadid DESC LIMIT 20");
while ($newzres = $db->fetch_array($newz))
{
$newzdisplay = $newzdisplay . '<a href="./showthread.php?t=' . $newzres['threadid'] . '"><img src=' . $newzres['threadjaq'] . ' width="60" height="80" border="0">HERE PUT ONE OR MANY SPACE</a>';
}
$newz = $newzdisplay;



and it's ok you have your space in news scrolling :)
 

asifnur

New Member
o im so srry lol
mmm u see tht big space? i dont need it its a big gap
like the [pic] ----------------------------------------------------- [thread name]

but i want [pic]thread name
u get me?
 

asifnur

New Member
ok guys i fixed it but 1 more problem now the news isnt showing up :mad:
i didnt do anyrthing but the news automatticly got invisible ...
like its showing the text : news but it isnt showing pics under it :(
 

karev

New Member
its possible to use the $news_defil variable out of the vbulletin template systeme i mean in a external page ????
 

goodbye

New Member
asifnur said:
im having big problem and its quite annoying please help me
pic included

make sure you do the FORUMDISPLAY part two times, there are two parts you have to edit, i made the the same mistake.
 
Top