vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - YABBSEO[vB] Lite - Another Better SEO Module for vB 3.8.x (https://vborg.vbsupport.ru/showthread.php?t=203849)

yabsoft 02-02-2009 12:51 PM

Quote:

Originally Posted by Hasann (Post 1731831)
http://yabsoft.com/forum/memberlists/y-2.html

you have got one problem too

is this beta version?

Thanks for your report. I have fixed it. Since on my site, I used another URL format which is not tested fully.

gsmlover4u 02-02-2009 05:24 PM

latest post link in the forum stats not working ?
any solution ?

yabsoft 02-02-2009 06:00 PM

You mean your forum or our forum not working with last url?

Adam21 02-03-2009 09:30 AM

Edit: Its there a way to remove the forum id from the rewrite url?
i.e:
Code:

http://www.myforum.com/forum/forumid-forum description/thread title.html

elmati 02-03-2009 01:17 PM

I installed it and so far it works perfect!

Thanks for this great mod :)

yabsoft 02-04-2009 10:41 AM

Quote:

Originally Posted by Adam21 (Post 1732870)
Edit: Its there a way to remove the forum id from the rewrite url?
i.e:
Code:

http://www.myforum.com/forum/forumid-forum description/thread title.html

Yes, it is supported:
edit yabbseo/data/config.php,
change
PHP Code:

'forumtitleonly' => '0'

to
PHP Code:

'forumtitleonly' => '1'

And then you remove the f{forum_id}_ from
PHP Code:

'template' => 
    array (
      
'showthreadpage' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-page{thread_page}.html',
      
'showthread' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}.html',
      
'showthreadnew' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-newpost.html',
      
'showthreadpost' => 'f{forum_id}-{forum_title}/{thread_title}-{thread_id}-p{post_id}.html#post{post_id}',
      
'forumdisplaypage' => 'f{forum_id}-{forum_title}/index{forum_page}.html',
      
'forumindex' => 'forumindex.html',
      
'forumdisplay' => 'f{forum_id}-{forum_title}',
      
'member' => 'members/{username}.html',
      
'memberlistpage' => 'memberlists/{member_page}.html',
      
'memberlistltr' => 'memberlists/{letter}.html',
      
'memberlistltrpage' => 'memberlists/{letter}-{member_page}.html',
      
'memberlist' => 'memberlists',
    ), 

You need note that you have to make your forum titles are different. And this lite version doesn't support customise your forum title without actually changing the forum title. Our full version will support customise the forum title.

yabsoft 02-04-2009 10:43 AM

Quote:

Originally Posted by elmati (Post 1733032)
I installed it and so far it works perfect!

Thanks for this great mod :)

Thanks for your report:)

Adam21 02-04-2009 11:52 AM

For some unknown reason,all images posted using the [img] tags cant be displayed in all posts.It's just a blank instead of images.

yabsoft 02-04-2009 12:09 PM

Quote:

Originally Posted by Adam21 (Post 1734130)
For some unknown reason,all images posted using the [img] tags cant be displayed in all posts.It's just a blank instead of images.

Make sure you have the following code in config.php:
PHP Code:

'img' => 
    array (
      
=> '<',
      
=> 'src',
      
=> '=',
      
=> '>',
      
=> '1',
    ), 

Becareful NOT
PHP Code:

 4 => '0'


gsmlover4u 02-04-2009 12:22 PM

Quote:

Originally Posted by yabsoft (Post 1732172)
You mean your forum or our forum not working with last url?

sir i mean in the top 10 or 5 forum stats all link not working


All times are GMT. The time now is 10:30 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.01363 seconds
  • Memory Usage 1,753KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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