View RSS Feed

All Blog Entries

  1. [HOW-TO] Relevant Replacements (Reemplazos relevantes)

    by , 10-29-2007 at 06:14 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    Los reemplazos releventas son etiquetes predefinidas VB_SEO_RR_* (hasta 3) dentro de las cuales se puede definir HTML + variables que deja disponible vBSEO.
    De esta manera se SEOniza mucho mejor cada foro y cada hilo dentro del foro.
    Veamos como se usa, y cual es el resultado.

    Ir al vBSEO Panel de Control -> Pinchar en Relevant Replacements

    Rellena la primera caja de texto relativa a la etiqueta VB_SEO_RR_1

    Con este contenido
    ...
    Categories
    vBSEO , BMW FAQ Club , vBSEO 3.0.1
    Attached Thumbnails Attached Thumbnails crr.jpg   crr1.jpg   crr2.jpg  
  2. developer-network

    by , 10-25-2007 at 08:33 AM
    hi
    i want to introduce you my new site: http://www.developer-network.org

    all about yui,javascript,html,dom

    if you love/want to learn javascript, the yahoo user interface(yui) you could be right for our community

    Updated 10-25-2007 at 05:15 PM by ragtek

    Categories
    Uncategorized
  3. Plugin restrict search when server load is high

    by , 10-24-2007 at 10:43 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    This is a old plugin that i make in the earling times of vBulletin 3.5

    This plugin allow to you disable searches when the load average reaches a defined level.
    • Can exclude user groups of the search restriction
    • Users with search restricted can use google integrated search (by the plugin)
    The code
    PHP Code:
     
         $Groupids 
    explode(','$vbulletin->options['Allowed_Groups']);
     
         if(
    is_member_of($vbulletin->userinfo$Groupids))
         { 
    ...
    Categories
    BMW FAQ Club , Php
    Attached Thumbnails Attached Thumbnails plugin1.jpg   plugin2.jpg   plugin3.jpg  
    Attached Thumbnails Attached Files
  4. Create a Custom page link and vBSEO-it

    by , 10-22-2007 at 05:08 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    Create a archive in your forum root with name links.php

    Copy the following content

    PHP Code:
    <?php
    // ####################### SET PHP ENVIRONMENT ###########################
    error_reporting(E_ALL & ~E_NOTICE);
    // #################### DEFINE IMPORTANT CONSTANTS #######################
    define('THIS_SCRIPT''links'); // change this depending on your filename
    // ################### PRE-CACHE TEMPLATES AND DATA ######################
    ...

    Updated 10-26-2007 at 06:42 AM by dbembibre

    Categories
    BMW FAQ Club , Php
    Attached Thumbnails Attached Files
  5. Spanish translation of LinkBacks at www.bmwfaq.com

    by , 10-19-2007 at 06:44 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    LinkBacks

    Es el termino generalizado que se usa como referencia entre los tres métodos de comunicación entre sitios:
    • Trackbacks
    • Pingbacks
    • Refbacks
    ¿ Por qué LinkBacks ?

    Los LinkBacks (Trackbacks, PingBacks y Refbacks) le permite notificar a otro sitio que usted ha publicado algo relacionado con lo que está escrito en una página concreta.
    Esto aumenta las posibilidades de que los colaboradores
    ...

    Updated 10-29-2007 at 06:28 AM by dbembibre

    Categories
    vBSEO Spanish Translation , BMW FAQ Club , vBSEO 3.0.1 , vBSEO
Page 31 of 35 FirstFirst ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 LastLast