Hola a todos. Algunos usuarios desisten de utilizar vBSEO, y lo desinstalan de su foro. He aquí una breve guía sobre cómo desinstalar el producto. ¿Cómo desinstalar vBSEO? Si por algún motivo necesitas desinstalar vBSEO, puedes seguir las siguientes instrucciones: Para versiones 3.3.x de vBSEO, o anteriores: Inicia sesión en el Panel de Control de vBSEO: Code: http://www.dominio.com/foros/vbseocp.php ...
http://www.dominio.com/foros/vbseocp.php
This is an adaptaion of this code found for VB4 for adding social bookmarks to VB blog on VB3.8 forums http://www.vbulletin.org/forum/showp...0&postcount=16 Go to blog_show_entry Find PHP Code: <if condition="$bookmarksites"> <div style="float:$stylevar[right]">$bookmarksites</div> </if> Direcly above add PHP Code: <!-- / social media button --> <br /> ...
<if condition="$bookmarksites"> <div style="float:$stylevar[right]">$bookmarksites</div> </if>
<!-- / social media button --> <br />
Original code taken from a VB4 hack found on the following http://www.vbulletin.org/forum/showt...manager&page=5 This will add a new button below the post reply button for your members to submit threads to any social networking site like facebook, Twitter, digg...any of them! Find in SHOWTHREAD PHP Code: <!-- / controls above postbits --> Add below PHP Code: <!-- / social media button --> <br ...
<!-- / controls above postbits -->
<!-- / social media button --> <br
Originally Posted by KURTZ thanks Brian just tested this: Code: # Allow Archive.org to save snapshots of everything User-agent: ia_archiver Allow: / # Tame yahoo... it tends to eat a ton of resources without a delay User-agent: Slurp Crawl-delay: 60 #list individual pages and files here that all bots should ignore, as well as group extentions. #If you re-write everything to .html, you can disallow *.php, but note that if you don't have a CRR ...
# Allow Archive.org to save snapshots of everything User-agent: ia_archiver Allow: / # Tame yahoo... it tends to eat a ton of resources without a delay User-agent: Slurp Crawl-delay: 60 #list individual pages and files here that all bots should ignore, as well as group extentions. #If you re-write everything to .html, you can disallow *.php, but note that if you don't have a CRR
Originally Posted by anupam_luv But the same should be true in case of blog publishing? In fact the structure of blog pages also look different. "Blog this post" button under each post creates a copy of that post BUT in this case it DO add a canonical link on the blog page. Why not in articles?