vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Online Location using SEO Friendly Url... (https://vborg.vbsupport.ru/showthread.php?t=318814)

wolfe 05-25-2015 08:37 PM

Online Location using SEO Friendly Url...
 
im having some issues with my whos online some are resolving EG if the file name is in the location

test.php?etcetc

but if the user has loaded it via SEO url

/test/?etc

then its just shows as

Unknown location
/test/?etc


any ideas.

this is the SEO code
PHP Code:

class vB_Friendly_Url_Test extends vB_Friendly_Url
{
    protected 
$idvar 'category';
    protected 
$idkey 'id';
    protected 
$titlekey 'title_clean';
    protected 
$ignorelist = array('category','id');
    protected 
$script 'test.php';
    protected 
$script_base_option_name 'vbforum_url';
    protected 
$rewrite_segment 'test';



SaN-DeeP 05-26-2015 03:56 PM

Check with your SEO powered team.

wolfe 05-28-2015 06:26 PM

i use vbulletins Friendly URL Code...

Lynne 05-29-2015 12:34 AM

Look into the function fetch_seo_url.

wolfe 05-30-2015 07:13 PM

i have but its picking the file up as the SEO_URL in the whos online instead of the actual php file.


All times are GMT. The time now is 01:01 PM.

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.01103 seconds
  • Memory Usage 1,713KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete