Version: 1.00, by VBDev
Developer Last Online: Dec 2021
Version: 3.0.0
Rating:
Released: 01-10-2004
Last Update: Never
Installs: 46
No support by the author.
With this hack, you'll add on your board a news system that you control from the admin control panel. These news, you choose them, they appear on the forum in a box, with marquee text viewable for each member. They can be used, to display a general message to your members ...
you can insert VBCodes and smilies. You can choose to display or not the news box on the forum.
Improvment in comparison with VB2 version :
- Display of a special news if the user is unregistered. THe news is a link to the register form.
- Use of expand/collapse system to reduce the box. The position of the box is saved
Ce hack permet d'ajouter ou vous voulez sur votre forum un systeme de news que vous gerez via le CP, ces news c vous qui les choisissez, elles apparaissent sur le forum sous forme d'un texte deroulant visible par chaque membre. Elles servent en fait a faire passer un message a vos membres ...
Vous pouvez inserer du VBCode dans ces news et des smilies. Vous pouvez choisir via le CP admin d'afficher ou pas le systeme de news sur l'accueil du forum.
Amelioration par rapport aux precedentes versions VB2.xx :
- Affichage d'une news supplementaire si le visiteur n'est pas enregistr? lui disant qu'il n'est pas enregistr?, le texte est un lien qui lui permet d'acceder a la page d'enregistrement
- Utilisation du systeme expand/collapse pour reduite l'affichage de la boite de news avec enregistrement de la position de cette fenetre
Installation time : 15
Templates to modify : 1
Templates to add : 3
Files to upload : 1
Files to modify : 2
Phrases to add : 5
Query to run : 1
//number of spaces between news
for($i=0;$i<$s_num;$i++)
$new['comments'] .=" ";
modify those templates:
Code:
1)
add to the END of "danews" template
<b>Welcome to our newest member : </b><b><font color=red>$newusername</font></b><br />
<tbody id="collapseobj_news" style="">
<tr>
<td class="alt$alt" align="center" cellpadding="0">
<table border="0" width="80%">
<tr>
<td><marquee>
2) change danews_news template to:
$new[comments]
3)add to the end of danews_fin
</tr>
</table>
</td>
</tr>
i just installed this hack on my site and i'm VERY please. it's everything i wanted.
but i was wondering how i would go about adding "$news_affichage" onto other pages on my forum such as in my vba gallery home page and my vba cmps page. i already tried adding them in the templates but nothing shows up. what do i need to do in addition to make them show on ALL or most of my pages?