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 ...
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
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 restrictionUsers 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)) { ...
$Groupids = explode(',', $vbulletin->options['Allowed_Groups']); if(is_member_of($vbulletin->userinfo, $Groupids)) {
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 ###################### ...
<?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
LinkBacks Es el termino generalizado que se usa como referencia entre los tres métodos de comunicación entre sitios: TrackbacksPingbacksRefbacks¿ 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