PDA

View Full Version : Mini Mods - vBHome - Members Joined


gabrielambrogio
04-30-2010, 10:00 PM
Hi , the frist product of vBHome series is vBHome - Members Joined , this "mini-mod" create one table whit the name + avatar of the new members register
Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=241627)
Info
Compatible whit 3.8.x all versione
Auto URL about url member profile's
Automatic avatar
9 Slot for member

About this script
This script is disponible for download for licensed member and not licensed

Demo
WebMaster Forum (http://www.wmaster.it/forum/) in header

Installation
Upload the file noavatar.png to the image folder
On footer add this code in anywhere part


<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0" class="tborder">
<tr>
<td class="tcat" colspan="3">Ultimi Iscritti</td>
</tr>
$newmemberjoined
</table>

<br /><div style="text-align:center;">Powered by <a href="http://www.wmaster.it/forum/">vBHome</a></div>

In Ultimi Iscritti rename this part in anywhare mode

Dont remove the copyright

gabrielambrogio
05-01-2010, 10:34 AM
- Reserved -

matthewhotdude
05-01-2010, 12:31 PM
Nice, but it there a way to tur off avatars?

Floris
05-01-2010, 12:45 PM
<center> is invalid for xhtml, which is what 3.x is written in. Just a small side note.
Personally I desire not to use this addon, as it's just a table block on forumhome, and comes with vbhome branding, as if the whole page is by vbhome, which isn't the case. Sorry.
The demo link also doesn't work. It doesn't show the block in the footer.

gabrielambrogio
05-02-2010, 07:11 AM
<center> is invalid for xhtml, which is what 3.x is written in. Just a small side note.
Personally I desire not to use this addon, as it's just a table block on forumhome, and comes with vbhome branding, as if the whole page is by vbhome, which isn't the case. Sorry.
The demo link also doesn't work. It doesn't show the block in the footer.

This mod is not valid for xhtml , this is secure but do not know the brand vbhome , this vbhome product is the first in a series

Good Bye
Gabriel

HybridIllusions
05-02-2010, 07:17 AM
This mod is not valid for xhtml , this is secure but do not know the brand vbhome , this vbhome product is the first in a series

Good Bye
Gabriel

What he's getting at is that it should be valid, if it is to be a valuable mod for vBulletin.

Just replace <center> with <div style="text-align:center"></div>

gabrielambrogio
05-02-2010, 03:09 PM
Update :


<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0" class="tborder">
<tr>
<td class="tcat" colspan="3">Ultimi Iscritti</td>
</tr>
$newmemberjoined
</table>

<br /><div style="text-align:center">Powered by <a href="http://www.wmaster.it/forum/">vBHome</a></div>

Thanks man ;)

Mikelito
05-02-2010, 03:26 PM
Good :)

gabrielambrogio
05-02-2010, 03:55 PM
Good :)

Thanks