- Desde
- 14 Jul 2010
- Mensajes
- 2.774
me baje este hack Adds Avatar to Navbar - vBulletin.org Forum
me pide que suba el xml del producto y que entre a la plantilla navbar para agregar esto
me pide que suba el xml del producto y que entre a la plantilla navbar para agregar esto
en mi plantilla es orange, no aparece lo que se me pide buscar, pero en la plantilla default si aparece, como haría entonces para que aparezca el avatar en el nabvar?With TMS:
Upload the plugin and you´re done.
Without TMS:
Open the navbar template and search for:
==================================
<else />
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
==================================
add above
==================================
<td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td>
==================================
After that upload the plugin and you´re done.