Advertisement System V2.6 Aka Ad Management - vBulletin.org Forum

Esta es una discusión para el tema Advertisement System V2.6 Aka Ad Management - vBulletin.org Forum en el foro Soporte para Productos/Plugins, bajo la categoría Soporte vBulletin; Advertisement System V2.6 Aka Ad Management - vBulletin.org Forum 1=upload the 4 files in folder upload to your forum folder 2= import the product-advertisement *** Header : 2 edits 1= at the end add : ...
Página:


Resultados 1 al 1 de 1

Temas similares

  1. Por magiccen en el foro Soporte para Productos/Plugins
  2. Por coleccionocromo en el foro Soporte para Productos/Plugins
  3. Por Sublime en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  4. Por Hybrideology en el foro Archivos de vBulletin 3.0 - 3.7
  5. vBulletin Mail System Respuestas: 3
    Por toek en el foro Sala de Charla
  1. #1
    Miembro especial Miembro de plata Array Avatar de habanero68
    Fecha de ingreso
    13 feb, 08
    Ubicación
    miami
    Mensajes
    97
    Gustado
    10 Veces
    Me Gustan
    13 Veces

    Predeterminado Advertisement System V2.6 Aka Ad Management - vBulletin.org Forum

    Advertisement System V2.6 Aka Ad Management - vBulletin.org Forum

    1=upload the 4 files in folder upload to your forum folder

    2= import the product-advertisement
    *** Header : 2 edits

    1= at the end add : $ad_headerEnd

    2= before :
    <td align="$stylevar[right]" id="header_right_cell">
    <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
    </td>
    Add :

    <td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else />&nbsp;</if></center>
    *** Footer 2 edits :
    1= in top add : $ad_footerStart

    2= before :
    <if condition="$show['dst_correction']">

    add :
    $ad_footerEnd

    **** navbar 1 edit :
    at the end add : $ad_navbarBelow



    *** Postbit&Postbit_legacy 1 edit :
    after :
    <!-- / post $post[postid] popup menu -->
    add :
    $ad_postbit_below

    *** FORUMHOME 2 edits :
    1 = Below
    $navbar
    Add

    $ad_leftcolumn_code

    nb= if you have problem to display the sidebar try to add :
    <table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
    <tr>
    <td valign="top">
    above

    $ad_leftcolumn_code

    2 = above :
    $footer
    Add:
    $ad_rightcolumn_code

    *** forumhome_forumbit_level1_post & forumhome_forumbit_level2_post : 1edit
    at the end add : $ad_forumbit_end

    ***** threadbit 1 edit :
    at the end add : $ad_threadbit_end

    hola: alguien que me explique esto.
    gracias
    Última edición por habanero68; 08/01/2009 a las 18:38 Razón: Mensajes fusionados automáticamente