vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - TfSEO 2: the free vBulletin url rewrite (https://vborg.vbsupport.ru/showthread.php?t=173738)

imedic 09-01-2008 06:09 PM

You convince me to give it a go. Many thanks.
Will look for ZH -- Meta Tags too, site map I already have it.
I will give a nomination too for rewrite since ranking is vital for us all :D

imedic 09-01-2008 08:08 PM

Got my first error :(
Quote:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 347

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 348
It is repeated for 10-12 times on forum homepage above it.
It dissapear on any other page.
Forum is working good and links appear to be rewritten ok at first glance.
This is on Directory setting, Forum Subiect Post rewritten, medium metod with htaccess provided. I have put the vbseo rewrite line too in the htaccess.

I use romanian language that has the following chars not showing at all in any settings
şţă?? ŞŢĂ??
We use also: stai STAI instead of the above but some are using it and all this spechial chars are replaced by - char making confusion.

Can you please help ...

PiTXI 09-02-2008 04:00 PM

I've installed product-tfseo_2_vbaplugin_37 and I've removed
PHP Code:

$mods['title'] = ($news['prefix'] ? $news['prefix'] : '') . ' <a href="' $vbulletin->options['bburl'] . '/showthread.php?' $vbulletin->session->vars['sessionurl'] . 't=' $news['threadid'] . '">' $news['title'] . '</a>'

from modules/news.php

and now WORKS!!!

Great!!

Jaxel 09-02-2008 07:07 PM

The content of tfseo_adv_portal_recthreads_exp is still broken... It has the wrong template in it.

Kem 09-02-2008 08:33 PM

Quote:

Originally Posted by PiTXI (Post 1612891)
I've installed product-tfseo_2_vbaplugin_37 and I've removed
PHP Code:

$mods['title'] = ($news['prefix'] ? $news['prefix'] : '') . ' <a href="' $vbulletin->options['bburl'] . '/showthread.php?' $vbulletin->session->vars['sessionurl'] . 't=' $news['threadid'] . '">' $news['title'] . '</a>'

from modules/news.php

and now WORKS!!!

Great!!

Yes, but your News titles gone ??. Any way to fix it ? Because i need it

GoTTi 09-03-2008 05:27 AM

question, what benefit is this mod to the forum?

superjeff 09-03-2008 05:35 AM

Quote:

Originally Posted by Sadikb (Post 1611838)
Hi, can someone please explain whether I have to overwrite my original inlinemod.php with the one provided here?

Easy. Take my file, overrwite it to yours, in your default installation board.
Quote:

Originally Posted by PiTXI (Post 1611878)
Does this mod work with accents?

I've urls with these chars:

?, ?, ?, ?, ? and ?

All are missed..
I need all chars for my spanish forum.

Please, help.
---------------------------------

Well, I know how fix it. I've set "Italian" Option in Admin > TfSEO > Character Replacements


Then, edit this file: includes/functions_tfseo_chr_ita.php

and modify: function remove_accents by this one..

PHP Code:

<?php
function remove_accents($string){
    return 
strtr($string,
                
"?&????????@???",
                
"eeieeoaiouaaun");
}
?>

It's all.

Ok, if you d'like to help the next, this is for the spanish language (so i can add it in the original product).
Quote:

Originally Posted by Jaxel (Post 1613018)
The content of tfseo_adv_portal_recthreads_exp is still broken... It has the wrong template in it.

Quote:

Originally Posted by Kem (Post 1613084)
Yes, but your News titles gone ??. Any way to fix it ? Because i need it

Yes, this is a wrong template in that plugin, my fault. It will fixed with next incoming relase

Tompa85 09-03-2008 06:32 AM

The link in a quote ("Originally Posted by XYZ") is not right.
It has to link to the rewritten URL.

minky1 09-03-2008 09:49 AM

Great Mod, just one problem I can see, page numbering is broken - 'Page 1 of 46' for instance at top of page, if you click '2' or '3' it still gives page 1.

Sadikb 09-03-2008 10:09 AM

Hi everyone,

I solved the duplicate content problem. If you want your domain.com/content/ to redirect to www.domain.com/content while using this MOD, then add the 3 lines at the top in your .htaccess file.

Code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^your-domain\.com
RewriteRule ^(.*)$ http://your-vb-root-path/$1 [R=permanent,L]



All times are GMT. The time now is 12:49 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01890 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete