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)

Bit 02-04-2009 12:40 PM

I am getting this Invalid Forum specified. If you followed a valid link. The installation was easy, but the actual forum can not be reached.

yabsoft 02-04-2009 04:41 PM

Quote:

sir i mean in the top 10 or 5 forum stats all link not working
top 10 or 5 forum stats? Could you pint me the url which is not working?

yabsoft 02-04-2009 04:50 PM

Quote:

Originally Posted by Bit (Post 1734171)
I am getting this Invalid Forum specified. If you followed a valid link. The installation was easy, but the actual forum can not be reached.

Do you remove the forum_id from forum url?

elmati 02-04-2009 04:52 PM

i find a bug
the system dont rewrite the today birthdays users profile link :)

that's all for now

gsmlover4u 02-04-2009 05:18 PM

sir chek this link not work here

https://vborg.vbsupport.ru/

Bit 02-04-2009 05:29 PM

Quote:

Originally Posted by yabsoft (Post 1734405)
Do you remove the forum_id from forum url?

Yes I did, is that an issue? So how do you remove the forum ID from the specific forum.

yabsoft 02-04-2009 07:13 PM

Quote:

Originally Posted by gsmlover4u (Post 1734432)

Fixed on your forum. This was caused by the externalurls option in config.php:
PHP Code:

'exclusive_externalurls' => 
    array (
      
=> 'yabsoft.com',
      
=> 'www.yabsoft.com',
      
=> '127.0.0.1',
    ), 

Adding your domain to the list fixed the issue.

gsmlover4u 02-04-2009 07:23 PM

Quote:

Originally Posted by yabsoft (Post 1734541)
Fixed on your forum. This was caused by the externalurls option in config.php:
PHP Code:

'exclusive_externalurls' => 
    array (
      
=> 'yabsoft.com',
      
=> 'www.yabsoft.com',
      
=> '127.0.0.1',
    ), 

Adding your domain to the list fixed the issue.

dear sir thanks alot now its working fine :D :D :D:)

elmati 02-05-2009 12:18 AM

1 Attachment(s)
Ok, another bug...
the rewrite replace characters and now the link dont work...

see attachment...
Attachment 94129

the: "***" are replaced by "-" so link dont work

vbulletin says: "This user has not registered and therefore does not have a profile to view."
false: this person is registered...

as i see nicks without special characters works fine but nicks with: "*,.~{^ etc, dont...

any solution?

thanx in advance!

gsmlover4u 02-05-2009 01:40 AM

Quote:

Originally Posted by elmati (Post 1734773)
Ok, another bug...
the rewrite replace characters and now the link dont work...

see attachment...
Attachment 94129

the: "***" are replaced by "-" so link dont work

vbulletin says: "This user has not registered and therefore does not have a profile to view."
false: this person is registered...

as i see nicks without special characters works fine but nicks with: "*,.~{^ etc, dont...

any solution?

thanx in advance!

yes you are right same with me :D :p :p

allinvain 02-05-2009 04:25 AM

Hmmm, great plugin and thanks for your work. However I don't think this is ready for prime time yet. I've noticed some really odd issues that I can't explain. For example. When viewing specific threads or forums all my adsense ads disappear. Also some images from my header from example do not show up (yes I did check the IMG array as you recommended and it's not set to 1)

I'll be glad to reinstall it once most of the bugs have been squished...good luck with the development.

Jaxel 02-05-2009 08:47 AM

This looks like an interesting mod...

However... I already have a redir.php for a different mod. So I cant use this.

gsmlover4u 02-05-2009 12:53 PM

sir check it plz now these posted link (red marked) not working also image link posted not work picture not showing

http://img19.imageshack.us/img19/215...hislinkzo7.jpg

drumbum 02-05-2009 01:43 PM

Installed this mod and working great except that it made my goodle ads disappear. When I diabled the mod, they reappeared. Any reason for this?

Using mod "Google Adsense Postbit Integration" for this feature.

drumbum 02-05-2009 02:29 PM

Ok so I removed this code from the config file

PHP Code:

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

and the google ads returned. does this affect anything else? or should I be okay with doing that. So far I haven't detected any additional issues.

EDIT: Actually upon further review by doing this I'm getting an "error" message at the bottom of the page cause it loaded but with errors. So looks like i still need a solution to this issue. thanks!

yabsoft 02-05-2009 06:52 PM

Quote:

Originally Posted by allinvain (Post 1734856)
Hmmm, great plugin and thanks for your work. However I don't think this is ready for prime time yet. I've noticed some really odd issues that I can't explain. For example. When viewing specific threads or forums all my adsense ads disappear. Also some images from my header from example do not show up (yes I did check the IMG array as you recommended and it's not set to 1)

I'll be glad to reinstall it once most of the bugs have been squished...good luck with the development.

Quote:

Originally Posted by drumbum (Post 1735167)
Installed this mod and working great except that it made my goodle ads disappear. When I diabled the mod, they reappeared. Any reason for this?

Using mod "Google Adsense Postbit Integration" for this feature.

Quote:

Originally Posted by drumbum (Post 1735204)
Ok so I removed this code from the config file

PHP Code:

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

and the google ads returned. does this affect anything else? or should I be okay with doing that. So far I haven't detected any additional issues.

EDIT: Actually upon further review by doing this I'm getting an "error" message at the bottom of the page cause it loaded but with errors. So looks like i still need a solution to this issue. thanks!

The bug should be fixed. Try to redownload the attachment to update the php scripts files without reimporting the product. BUT you must be careful if you have modified the file yabbseo/data/config.php. When you upload new scripts, please don't overwrite your customised config.php.

By the way, if you remove
PHP Code:

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

, your forum may not function properly, since YABBSEO could not parse some javascript correctly.

yabsoft 02-05-2009 06:53 PM

Quote:

Originally Posted by drumbum (Post 1735204)
Ok so I removed this code from the config file

PHP Code:

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

and the google ads returned. does this affect anything else? or should I be okay with doing that. So far I haven't detected any additional issues.

EDIT: Actually upon further review by doing this I'm getting an "error" message at the bottom of the page cause it loaded but with errors. So looks like i still need a solution to this issue. thanks!

Yes, you have to re-enable this. The error means some javascript are not runing properly.

yabsoft 02-05-2009 06:56 PM

Quote:

Originally Posted by Jaxel (Post 1734979)
This looks like an interesting mod...

However... I already have a redir.php for a different mod. So I cant use this.

You need not upload redir.php if you don't want to redirect external url by like this: redir.php?url=xxx

To disbale the redirecting, edit yabbseo/data/config.php,
PHP Code:

'redirect_externalurl' => '1'

change to
PHP Code:

'redirect_externalurl' => '0'

Hope this helps.

yabsoft 02-05-2009 06:57 PM

Quote:

Originally Posted by elmati (Post 1734773)
Ok, another bug...
the rewrite replace characters and now the link dont work...

see attachment...
Attachment 94129

the: "***" are replaced by "-" so link dont work

vbulletin says: "This user has not registered and therefore does not have a profile to view."
false: this person is registered...

as i see nicks without special characters works fine but nicks with: "*,.~{^ etc, dont...

any solution?

thanx in advance!

Werid, the converted username should be working. Could you PM your site url to check?

drumbum 02-05-2009 07:24 PM

thanks looks like its working perfect now!

yabsoft 02-05-2009 08:19 PM

Quote:

Originally Posted by drumbum (Post 1735475)
thanks looks like its working perfect now!

Glad to know:)

gsmlover4u 02-06-2009 01:32 AM

thanks sir now working perfect :) :D :) :p

Jaxel 02-06-2009 03:11 AM

Okay... I installed this mod and I am getting a few small errors with USERNAMES...

-Manta- turns into http://www.8wayrun.com/members/_manta_/
D.I.N.O turns into http://www.8wayrun.com/members/d_i_n_o/
ai-uchi turns into http://www.8wayrun.com/members/ai_uchi/

These are legal URL characters... so this should be easy enough to fix.

I have a VERY restrictive and arcane registration RegEx in place to avoid this type of issue; but it appears that three characters are still giving issues: . - @

Code:

^[A-Za-z0-9]((\w)|[\-\.\@])+[A-Za-z0-9]$
Also...
'showthreadnew' => 'f{forum_id}/{thread_title}-t{thread_id}/newposts/',

Doesnt seem to work for me.

Jaxel 02-06-2009 03:24 AM

new issues...

my forums... http://www.8wayrun.com/
my wiki... http://www.8wayrun.com/wiki

This mod has broken my Wiki.

JVSP 02-06-2009 04:36 AM

forum logo and header images have disappeared with this activated.

dothanhtrung 02-06-2009 04:47 AM

oh nice mod, but is it user for vietnamese?

digif 02-06-2009 04:55 AM

how to change the footer link, it's in black color so it's very ugly

yabsoft 02-06-2009 08:28 PM

Quote:

Originally Posted by Jaxel (Post 1735760)
new issues...

my forums... http://www.8wayrun.com/
my wiki... http://www.8wayrun.com/wiki

This mod has broken my Wiki.

Try to edit .htaccess:
Code:

RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
change to
Code:

RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images|wiki)/
That will make YABBSEO work with your wiki.

yabsoft 02-06-2009 08:32 PM

Quote:

Originally Posted by digif (Post 1735803)
how to change the footer link, it's in black color so it's very ugly

You can choose other our copyright link:
PHP Code:

'powered_by_yabbseo' => '2'

you can assign value 1-8 to show different copyright. Just give a try to look what you want.

yabsoft 02-06-2009 08:33 PM

Quote:

Originally Posted by fxlr8 (Post 1735789)
forum logo and header images have disappeared with this activated.

Do you have installed latest version?

JVSP 02-06-2009 08:36 PM

Quote:

Originally Posted by yabsoft (Post 1736469)
Do you have installed latest version?

yes

allinvain 02-07-2009 02:17 PM

I'm having the same issue as Jaxel. Some username characters do not work (ie "^"). Also header images do not work on thread display. See example:

http://www.forexnirvana.com/f4-admin...-theme-20.html

When I try to view the header image I get the following error:

Page Not Found!f2-introduce-yourself/curves/c1_03.jpg

I did modify config.php to include the "curves" theme directory but no go..

I disabled it btw as this is a production forum and I can't have any bugs popping up.

JVSP 02-07-2009 03:17 PM

yes, please fix the images issues.

allinvain 02-07-2009 04:01 PM

So far I think only two bugs remain...1) a workaround for odd username characters 2) the images issue for *some* themes.

I noticed that it happens only when your vbulletin theme folder is outside the images folder..ie forum root. I suppose I can modify the theme to look for the images in a different location and move it the images folder...but any way to fix the username issue?

giorgioarmani 02-07-2009 05:19 PM

Does this work on latest 3.8.1

allinvain 02-07-2009 05:40 PM

It should..it works on my 3.8.0 install....

giorgioarmani 02-07-2009 08:16 PM

Thanks allinvain...

How easy is it to install?

yabsoft 02-07-2009 08:48 PM

Quote:

Originally Posted by allinvain (Post 1737042)
I'm having the same issue as Jaxel. Some username characters do not work (ie "^"). Also header images do not work on thread display. See example:

http://www.forexnirvana.com/f4-admin...-theme-20.html

When I try to view the header image I get the following error:

Page Not Found!f2-introduce-yourself/curves/c1_03.jpg

I did modify config.php to include the "curves" theme directory but no go..

I disabled it btw as this is a production forum and I can't have any bugs popping up.

Add the following code into your yabbseo/data/config.php:
PHP Code:

'image:' => 
    array (
      
=> 'background\\-',
      
=> 'url',
      
=> '\\(',
      
=> '\\>',
      
=> '1',
    ), 

after
PHP Code:

'import' => 
    array (
      
=> '\\@',
      
=> 'url',
      
=> '\\(',
      
=> '\\"',
      
=> '1',
    ), 


JVSP 02-07-2009 09:30 PM

Images are not showing......... when viewing the properties of my images they show like this:

http://www.xxxxx.com/forum/http://www.xxxx.com/forum/images/misc/banner_black.jpg

or

http://www.xxxxx.com/forum//forum/cyb_banners/NSM.jpg

it seems to be doubling parts of the address.

yabsoft 02-07-2009 10:05 PM

Quote:

Originally Posted by fxlr8 (Post 1737340)
Images are not showing......... when viewing the properties of my images they show like this:

http://www.xxxxx.com/forum/http://www.xxxx.com/forum/images/misc/banner_black.jpg

or

http://www.xxxxx.com/forum//forum/cyb_banners/NSM.jpg

it seems to be doubling parts of the address.

Are you sure? Could you send me your forum url with the YABBSEO enabled to check?


All times are GMT. The time now is 11:04 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.02208 seconds
  • Memory Usage 1,865KB
  • 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
  • (3)bbcode_code_printable
  • (11)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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