vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] DragonByte SEO v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=308615)

RaYdeN.ADM 05-22-2017 07:41 PM

Quote:

Originally Posted by DragonByte Tech (Post 2586787)
Have you tried turning UTF-8 on in the settings?


Fillip

With "Enable UTF-8" nothing happens, with "Convert URLs to UTF-8" either.

Try "Filter Non-Latin Characters", the only one that works halfway is the "Keep Non-Latin Characters" option, it adds the accent (accent mark), but it only works for the post, in the subfores it returns me to the home.

Try combining the 3 options, none gave results closer to the recently commented. :(

webmaster74 06-14-2017 01:15 AM

Hi. When from the vbulletin admin panel I run Maintenance, Diagnostics, Suspect File Versions, I get a message telling me that the files dbseo.php and dbseositemap.php have not been found! Though the product has been uninstalled ! How to handle this? thank you.

webmaster74 06-19-2017 08:22 PM

5 days and not a single answer......

RaYdeN.ADM 06-19-2017 08:34 PM

Quote:

Originally Posted by webmaster74 (Post 2587624)
5 days and not a single answer......

You complain? I am waiting for a solid response since May 16 XD
Then they want to buy the full plugin :v

DragonByte Tech 06-19-2017 08:39 PM

Quote:

Originally Posted by RaYdeN.ADM (Post 2586799)
With "Enable UTF-8" nothing happens, with "Convert URLs to UTF-8" either.

Try "Filter Non-Latin Characters", the only one that works halfway is the "Keep Non-Latin Characters" option, it adds the accent (accent mark), but it only works for the post, in the subfores it returns me to the home.

Try combining the 3 options, none gave results closer to the recently commented. :(

Make sure your forum URLs include the forum ID. That will fix any problems with forums returning 404.

Quote:

Originally Posted by webmaster74 (Post 2587514)
Hi. When from the vbulletin admin panel I run Maintenance, Diagnostics, Suspect File Versions, I get a message telling me that the files dbseo.php and dbseositemap.php have not been found! Though the product has been uninstalled ! How to handle this? thank you.

Delete the md5sums file from your includes folder.

For priority support, please post @ our site - vB.org is not actively monitored as it is hard to keep track of all the threads :)


Fillip

RaYdeN.ADM 06-19-2017 08:59 PM

Quote:

Originally Posted by DragonByte Tech (Post 2587627)
Make sure your forum URLs include the forum ID. That will fix any problems with forums returning 404.

Delete the md5sums file from your includes folder.

For priority support, please post @ our site - vB.org is not actively monitored as it is hard to keep track of all the threads :)


Fillip

I don't know what to modify.

https://vborg.vbsupport.ru/external/2017/06/3.png

BirdOPrey5 07-21-2017 07:55 AM

Using PHP 7.0 and VB 4.2.5 (not to say the issue doesn't exist in other PHP versions...) but has anyone come across the issue where if the Forums are the default tab in navigation manager, everything works, but if the Articles (AKA CMS/Home) is the default tab then both the Articles (Home) tab and Forum tab loads the Articles/Home tab and the URL in the browser is http://www.domain.com/content/ for both tabs? Mousing over the Forum tab does not show /content/ at the end of the domain.)

In Navigation Manager both tabs are set to default VB 4.2.5 values. .htaccess file checked with just DBSEO code in it. And it all works fine with DBSEO disabled and the .htaccess code removed.

DragonByte Tech 07-21-2017 07:57 AM

That could potentially happen if the index.php file didn’t require the correct file. For instance, if index.php had forum.php in it but CMS was default, that would be an issue.

Also, turn off Force Forum Directory Index and see if that helps.

Fillip

BirdOPrey5 07-21-2017 08:08 AM

Quote:

Originally Posted by DragonByte Tech (Post 2588762)
That could potentially happen if the index.php file didn?t require the correct file. For instance, if index.php had forum.php in it but CMS was default, that would be an issue.

Also, turn off Force Forum Directory Index and see if that helps.


Fillip

That was quick.

Unfortunately index.php is default code and while disabling Force Forum Directory did get the URL to change to end in forum.php, clicking on it still brings me to the Articles tab and /content/

I even put a query string at the end for forum.php like forum.php?txt=3393993 just to make sure it wasn't a browser cache issue, and still redirecting to Articles.

DragonByte Tech 07-21-2017 08:10 AM

Yes, by default index.php has
PHP Code:

require('forum.php'); 

in it, which may cause this issue if you have CMS set as the default.

Try changing it to
PHP Code:

require('content.php'); 

and change
PHP Code:

define('VB_REDIRECT'true); 

to
PHP Code:

define('VB_REDIRECT'false); 

if that doesn't work.


Fillip


All times are GMT. The time now is 04:07 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.02599 seconds
  • Memory Usage 1,755KB
  • 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
  • (4)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