PDA

View Full Version : Integration with vBulletin - [AJAX] - Slide Panel (F1)


apdcanari
03-23-2008, 10:00 PM
Hello,

I speak French...

1. Upload the js file in clientscript : forumroot/clientscript/slidepanel.js

2. Add to CSS


#dhtmlgoodies_leftPanel ul{
padding-left:20px;
margin-left:0px;
}
#dhtmlgoodies_leftPanel div{
padding:3px;
}
#mainContent{
width:460px;
background-color:#fff;
padding-right:5px;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
padding-left:5px;
}

#dhtmlgoodies_leftPanel{
background:#fff;
color:#000;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
height:100%;
left:0px;
z-index:10;
position:absolute;
display:none;
overflow:hidden;
}
#dhtmlgoodies_leftPanel #leftPanelContent{
padding:0px;
}
#dhtmlgoodies_leftPanel .closeLink{
padding-left:2px;
padding-right:2px;
background-color:#FFF;
position:absolute;
top:7px;
left:135px;
border:1px solid #000;
color:#000;
font-size:0.8em;
}
#dhtmlgoodies_leftPanel .closeLink:hover{
color:#FFF;
background-color:#000;
}


3. Add to template HEADINCLUDE

<script type="text/javascript" src="clientscript/slidepanel.js"></script>

4. Add to template HEADER

<!-- Code for the left panel -->
<div id="dhtmlgoodies_leftPanel">
<a class="closeLink" href="#" onclick="initSlideLeftPanel();return false">Fermer</a>
<div id="leftPanelContent">
<!-- This is the content -->
<div>
<!-- table to support left column nav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td>

<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr><td class="tcat" nowrap="nowrap"><a href="usercp.php$session[sessionurl_q]">
Tableau de bord</a></td></tr>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('yourcp')"><img id="collapseimg_yourcp" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_yourcp].gif" alt="" border="0" /></a><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">Votre profil</a></td></tr>
<tbody id="collapseobj_yourcp" style="$vbcollapse[collapseobj_yourcp]">
<tr><td class="$navclass[profile]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/user_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">Modifier vos informations</a></td>
</tr>
</table>
</td></tr>

<tr><td class="$navclass[customize]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/vcard_edit.gif" width="16" height="16"></td>
<td>
<a class="smallfont" href="profile.php?$session[sessionurl]do=customize">Personnalisation du profil</a></td>
</tr>
</table>
</td></tr>

<if condition="$show['profilepiclink']">
<tr><td class="$navclass[profilepic]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">Modifier votre portrait</a></td>
</tr>
</table>
</td></tr>
</if>
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('networking')"><img id="collapseimg_networking" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_networking].gif" alt="" border="0" /></a>R?seau</td></tr>
<tbody id="collapseobj_networking" style="$vbcollapse[collapseobj_networking]">
<tr><td class="$navclass[buddylist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/emoticon_smile.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />Contacts</if></a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[usergroups]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/group.gif" width="16" height="16"></td>
<td><a class="smallfont" href="group.php$session[sessionurl_q]">Groupes sociaux</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[usergroups]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/group_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">Mes groupes</a></td>
</tr>
</table>
</td></tr>

<tr><td class="$navclass[album]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/photos.gif" width="16" height="16"></td>
<td><a class="smallfont" href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">Images & Albums</a></td>
</tr>
</table>
</td></tr>
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('settings')"><img id="collapseimg_settings" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_settings].gif" alt="" border="0" /></a>Param?tres
et Options</td></tr>
<tbody id="collapseobj_settings" style="$vbcollapse[collapseobj_settings]">
<if condition="$show['avatarlink']">
<tr><td class="$navclass[avatar]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_empty.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">Modifier votre avatar</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['siglink']">
<tr><td class="$navclass[signature]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/page_red.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">Modifier votre signature</a></td>
</tr>
</table>
</td></tr>
</if>
<tr><td class="$navclass[password]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/lock.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">Email & Mot de passe</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[options]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/cog.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">Modifier vos options</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[ignorelist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/user_delete.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">Modifier la liste d'ignor?s</a></td>
</tr>
</table>
</td></tr>
</tbody>
<if condition="$show['pmmainlink']">
<tr>
<td class="thead" nowrap="nowrap">
<span id="nav_pmfolders"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pm')"><img id="collapseimg_pm" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pm].gif" alt="" border="0" /></a>Messages
priv?s</span></td>
</tr>
<tbody id="collapseobj_pm" style="$vbcollapse[collapseobj_pm]">
<tr><td class="$navclass[pm_messagelist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_open.gif" width="16" height="16"></td>
<td colspan="2"><a class="smallfont" href="private.php?$session[sessionurl_q]folderid=0">Bo?te de r?ception</a></td>
</tr>
<tr>
<td width="20">
&nbsp;</td>
<td>
<img border="0" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" /></td>
<td><a class="smallfont" href="private.php?$session[sessionurl_q]folderid=-1">?l?ments envoy?s</a></td>
</tr>
</table>
</td></tr>
<if condition="$show['pmsendlink']">
<tr><td class="$navclass[pm_newpm]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Envoyer un message</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['pmtracklink']">
<tr><td class="$navclass[pm_trackpm]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_go.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">Suivre vos messages</a></td>
</tr>
</table>
</td></tr>
</if>
<tr><td class="$navclass[pm_editfolders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/folder_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">Modifier vos dossiers</a></td>
</tr>
</table>
</td></tr>
</if>
</tbody>
<tr>
<td class="thead" nowrap="nowrap">
<span id="nav_subsfolders"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('subs')"><img id="collapseimg_subs" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_subs].gif" alt="" border="0" /></a>Discussions
suivies</span></td>
</tr>
<tbody id="collapseobj_subs" style="$vbcollapse[collapseobj_subs]">
<tr><td class="$navclass[substhreads_listthreads]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/newspaper.gif" width="16" height="16"></td>
<td colspan="2"><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">Lister les abonnements</a></td>
</tr>
<tr>
<td width="20">
&nbsp;</td>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" /></td>
<td><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription&daysprune=-1&folderid=all">Voir tout</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[substhreads_editfolders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/folder_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">Modifier vos dossiers</a></td>
</tr>
</table>
</td></tr>
</tbody>

<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('misc')"><img id="collapseimg_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_misc].gif" alt="" border="0" /></a>Divers</td></tr>
<tbody id="collapseobj_misc" style="$vbcollapse[collapseobj_misc]">
<tr><td class="$navclass[event_reminders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/time.gif" width="16" height="16"></td>
<td><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">Rappel des ?v?nements</a></td>
</tr>
</table>
</td></tr>
<if condition="$show['paidsubscriptions']">
<tr><td class="$navclass[paid_subscriptions]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/coins.gif" width="16" height="16"></td>
<td><a class="smallfont" href="payments.php$session[sessionurl_q]">Abonnements payants</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['attachments']">
<tr><td class="$navclass[attachments]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/attach.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">Pi?ces jointes</a></td>
</tr>
</table>
</td></tr>
<tbody>
</if>
</table>
<!-- / usercp nav -->

<if condition="$show['popups']">
<div class="vbmenu_popup" id="nav_subsfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
</tr>
$cpnav[subsfolders]
</table>
</div>
</if>
<if condition="$show['popups']">
<div class="vbmenu_popup" id="nav_pmfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
</tr>
$cpnav[pmfolders]
</table>
</div>
</if>
</td>
</tr>
</table>
<!-- / table to support left column nav -->
</div>
<!-- End content -->
</div>
</div>
<!-- End code for the left panel -->

5. After if you want a link in your template, you can add this :

<a href="#" onclick="initSlideLeftPanel();return false">Voir le Slide Panel ou appuyez sur F1</a>

Touch F1 in your keayboard, or click the image (top right) http://www.apdcanari.com/forum/images/visionsblue/misc/expand.gif

Source : http://www.dhtmlgoodies.com/

C?dric :rolleyes:

lasto
03-24-2008, 10:06 AM
quite neat that if a little slow but the idea is deffo a good one.

Installed and works fine on 3.6.8 but if i scroll the forum with the menu at the side there is a really bad flicker - is there anyway to fix this.

All the text in the side menu needs editing as its not english but besides this it works fine.

apdcanari
03-24-2008, 10:46 AM
quite neat that if a little slow but the idea is deffo a good one.

Installed and works fine on 3.6.8 but if i scroll the forum with the menu at the side there is a really bad flicker - is there anyway to fix this.

All the text in the side menu needs editing as its not english but besides this it works fine.

Thanks.

If you want, you can remplace the code for template HEADER, with :

<!-- Code for the left panel -->
<div id="dhtmlgoodies_leftPanel">
<a class="closeLink" href="#" onclick="initSlideLeftPanel();return false">Fermer</a>
<div id="leftPanelContent">
<!-- This is the content -->
<div>
Insert your text here !
</div>
<!-- End content -->
</div>
</div>
<!-- End code for the left panel -->

Slow ou High

You can change param in js file (sidepanel.js)

C?dric :rolleyes:

lasto
03-24-2008, 10:52 AM
thanks a lot m8 but your code above is just fine - im just gonna edit it to english thats all.

TomJames
03-24-2008, 04:31 PM
Nice I'm gonna test this later :)

Magnumutz
03-24-2008, 05:15 PM
Very nice, good job !!
I'm gonna change the speed when i'll install it.

Jezlad
03-24-2008, 05:32 PM
Sorry guys, can we be more specific on what this does please? I'm not following but if it's what I think i'll definately install it.

lasto
03-24-2008, 05:43 PM
Sorry guys, can we be more specific on what this does please? I'm not following but if it's what I think i'll definately install it.

It deffo does what you thinking :)

what it does is after install is that if u press F1 or add the button link to your board it slides in a hidden menu from the left of the board.Very useful indeed as can be used for all sort of stuff such as access to quick links etc.

apdcanari
03-24-2008, 05:53 PM
It deffo does what you thinking :)

what it does is after install is that if u press F1 or add the button link to your board it slides in a hidden menu from the left of the board.Very useful indeed as can be used for all sort of stuff such as access to quick links etc.

Thanks for explications

My English is bad :erm:

Allan
03-24-2008, 06:12 PM
Tr?s bon hack, bravo ? toi :)

apdcanari
03-24-2008, 06:19 PM
Tr?s bon hack, bravo ? toi :)

Merci Allan, enfin on se comprend ;)

lasto
03-25-2008, 04:07 PM
anyway to have this slide in from the right and not the left ?

codershark
03-26-2008, 06:17 AM
I have found a mistake.

In Opera Browser , when a User type the charakter "p" it open the menu too, and the user cant type the charakter "p" in the text....

can someone fix it ?

fukdawrld
05-09-2008, 09:13 PM
great hack but it doesn't show at all for me.

Thank u anyway

AnjX
05-25-2008, 10:24 AM
Thanks! Works Very Good!

Oyabun
05-25-2008, 04:40 PM
Can you add any code to let that menu stay open while going to another site? I mean by klicking on any of these links it should still stay opened :(/

bmwusa
05-26-2008, 01:46 AM
Je vous remercie pour l'excellent travail, install?!
ok i got that from google translate! lol
good work!!

in case someone need the code in spanish i leave mine...
en caso de que alguien necesite el codigo en espano aqui dejo el mio

<!-- Code for the left panel -->
<div id="dhtmlgoodies_leftPanel">
<a class="closeLink" href="#" onclick="initSlideLeftPanel();return false">Ayuda</a>
<div id="leftPanelContent">
<!-- This is the content -->
<div>
<!-- table to support left column nav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td>

<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr><td class="tcat" nowrap="nowrap"><a href="usercp.php$session[sessionurl_q]">
USER CP</a></td></tr>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('yourcp')"><img id="collapseimg_yourcp" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_yourcp].gif" alt="" border="0" /></a><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">Tu perfil</a></td></tr>
<tbody id="collapseobj_yourcp" style="$vbcollapse[collapseobj_yourcp]">
<tr><td class="$navclass[profile]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/user_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">Edita tus detalles</a></td>
</tr>
</table>
</td></tr>

<tr><td class="$navclass[customize]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/vcard_edit.gif" width="16" height="16"></td>
<td>
<a class="smallfont" href="profile.php?$session[sessionurl]do=customize">Personaliza tu Perfil</a></td>
</tr>
</table>
</td></tr>

<if condition="$show['profilepiclink']">
<tr><td class="$navclass[profilepic]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">Editar fotograf?a</a></td>
</tr>
</table>
</td></tr>
</if>
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('networking')"><img id="collapseimg_networking" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_networking].gif" alt="" border="0" /></a>Red Social</td></tr>
<tbody id="collapseobj_networking" style="$vbcollapse[collapseobj_networking]">
<tr><td class="$navclass[buddylist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/emoticon_smile.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />Contactos</if></a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[usergroups]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/group.gif" width="16" height="16"></td>
<td><a class="smallfont" href="group.php$session[sessionurl_q]">Grupos Sociales</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[usergroups]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/group_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">Mis Grupos</a></td>
</tr>
</table>
</td></tr>

<tr><td class="$navclass[album]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/photos.gif" width="16" height="16"></td>
<td><a class="smallfont" href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">Imagenes & Albums</a></td>
</tr>
</table>
</td></tr>
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('settings')"><img id="collapseimg_settings" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_settings].gif" alt="" border="0" /></a>Config. & Opciones</td></tr>
<tbody id="collapseobj_settings" style="$vbcollapse[collapseobj_settings]">
<if condition="$show['avatarlink']">
<tr><td class="$navclass[avatar]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_empty.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">Cambiar tu avatar</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['siglink']">
<tr><td class="$navclass[signature]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/page_red.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">Cambiar Firma</a></td>
</tr>
</table>
</td></tr>
</if>
<tr><td class="$navclass[password]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/lock.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">Email y contrase?a</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[options]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/cog.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">Modificar Opciones</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[ignorelist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/user_delete.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">Modificar lista de Ignorados</a></td>
</tr>
</table>
</td></tr>
</tbody>
<if condition="$show['pmmainlink']">
<tr>
<td class="thead" nowrap="nowrap">
<span id="nav_pmfolders"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pm')"><img id="collapseimg_pm" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pm].gif" alt="" border="0" /></a>Mensajes Privados</span></td>
</tr>
<tbody id="collapseobj_pm" style="$vbcollapse[collapseobj_pm]">
<tr><td class="$navclass[pm_messagelist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_open.gif" width="16" height="16"></td>
<td colspan="2"><a class="smallfont" href="private.php?$session[sessionurl_q]folderid=0">Bandeja de Entrada</a></td>
</tr>
<tr>
<td width="20">
&nbsp;</td>
<td>
<img border="0" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" /></td>
<td><a class="smallfont" href="private.php?$session[sessionurl_q]folderid=-1">Mensajes Enviados</a></td>
</tr>
</table>
</td></tr>
<if condition="$show['pmsendlink']">
<tr><td class="$navclass[pm_newpm]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Enviar un Mensaje</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['pmtracklink']">
<tr><td class="$navclass[pm_trackpm]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_go.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">Confirmaciones de recibido</a></td>
</tr>
</table>
</td></tr>
</if>
<tr><td class="$navclass[pm_editfolders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/folder_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">Editar Carpetas</a></td>
</tr>
</table>
</td></tr>
</if>
</tbody>
<tr>
<td class="thead" nowrap="nowrap">
<span id="nav_subsfolders"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('subs')"><img id="collapseimg_subs" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_subs].gif" alt="" border="0" /></a>Suscripci?n a discusiones</span></td>
</tr>
<tbody id="collapseobj_subs" style="$vbcollapse[collapseobj_subs]">
<tr><td class="$navclass[substhreads_listthreads]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/newspaper.gif" width="16" height="16"></td>
<td colspan="2"><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">Mostrar suscripciones</a></td>
</tr>
<tr>
<td width="20">
&nbsp;</td>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" /></td>
<td><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription&daysprune=-1&folderid=all">Ver Todas</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[substhreads_editfolders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/folder_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">Editar Carpetas</a></td>
</tr>
</table>
</td></tr>
</tbody>

<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('misc')"><img id="collapseimg_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_misc].gif" alt="" border="0" /></a>Varios</td></tr>
<tbody id="collapseobj_misc" style="$vbcollapse[collapseobj_misc]">
<tr><td class="$navclass[event_reminders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/time.gif" width="16" height="16"></td>
<td><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">Recordatorios</a></td>
</tr>
</table>
</td></tr>
<if condition="$show['paidsubscriptions']">
<tr><td class="$navclass[paid_subscriptions]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/coins.gif" width="16" height="16"></td>
<td><a class="smallfont" href="payments.php$session[sessionurl_q]">Suscripciones pagadas</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['attachments']">
<tr><td class="$navclass[attachments]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/attach.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">Archivos adjuntos</a></td>
</tr>
</table>
</td></tr>
<tbody>
</if>
</table>
<!-- / usercp nav -->

<if condition="$show['popups']">
<div class="vbmenu_popup" id="nav_subsfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
</tr>
$cpnav[subsfolders]
</table>
</div>
</if>
<if condition="$show['popups']">
<div class="vbmenu_popup" id="nav_pmfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
</tr>
$cpnav[pmfolders]
</table>
</div>
</if>
</td>
</tr>
</table>
<!-- / table to support left column nav -->
</div>
<!-- End content -->
</div>
</div>
<!-- End code for the left panel -->


Thank you nice mod....

pooffck1
05-26-2008, 07:26 AM
question!, i just installed this hack and the background colour of the side panel is WHITE, how do i add my own background so it blends in? please reply

thanks

(by the way fantistic mod)

dvbusuario
05-29-2008, 05:01 AM
It's exellent!!!
INSTALL!!

Thank You!

voter
06-29-2008, 12:35 PM
Nice Installed.

Please, use the unique vbphrase variables like $vbphrase[editprofile] instead of "Modifier vos informations".

I understand, that you are proud to be French - but hard coding French words limits interest to mode drastically as of a lot of job for non French speaking sites.

dvbusuario
07-09-2008, 02:10 AM
I have found a mistake.

In Opera Browser , when a User type the charakter "p" it open the menu too, and the user cant type the charakter "p" in the text....


can someone fix it ?

Me too happens to me, does anyone know how to fix it? :(

pilotxx
07-10-2008, 05:30 PM
Hii. i need some help pls.
My forum if from right to left. how can i fit it to this? i want to see it from right.

Oyabun
08-21-2008, 04:56 PM
Me too happens to me, does anyone know how to fix it? :(

To bring this topic back = HOW CAN WE FIX IT? (:

Oyabun
08-25-2008, 04:17 PM
Please, someone help <_<

Graphictr
01-20-2009, 05:47 PM
Thanks! Works Very Good!