vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Zoints SEO (https://vborg.vbsupport.ru/showthread.php?t=127336)

amcd 10-04-2006 01:49 PM

its not very clear how this accomplishes url rewriting wothout mod_rewrite.

will it work with lighttpd?

tyler_d 10-04-2006 03:37 PM

Also is there any disadvantage to enabling Zoints SEO URL rewriting without mod_rewrite?

I know that that one of the advantages is processor speed but I did not see it talk about disadvantages over the mod_rewrite option.

corsacant 10-04-2006 04:42 PM

I've installed this product but I have one question. What is the advantage of the mod_rewrite option over just normally re-writing the urls?
Thanks in advance.

HaYLaZ 10-04-2006 06:39 PM

in rewrite options second options shows your urls like below;

http://www.xxx.com/forumdisplay.php/xxxx.html

but third options is full html.
İt shows your links like below;

http://www.xxxx.com/xxxx-f652.html

needtheend 10-04-2006 08:56 PM

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>

I can't fint the text above in threadbit template. (I'm using 3.6.2)

Spiffware 10-04-2006 09:23 PM

vbulletin 3.6.2 just came out i hope this will not change this much if so i hope it will be up and running on a fresh 3.6.2 as soon as posible....

flindersredclaw 10-05-2006 12:23 AM

ok It seems to have corrected itself.

The issue must have something to do with cookies... I cleared my cookies and all the options are there now.

Great set up.

chatpalace24 10-05-2006 04:13 PM

hi all together :)

for all People from Germany that looks beasty , because the german "Umlaute" like ? , ? , ? , ? in thread and forum title ... her is the quickfix, and hopefully DChapman integrates it :

Oki here we go .

Open the file /includes/function_zseo.php and search for this :
Code:

function zseo_cleaned_string($string)
{
        global $vbulletin;
       
        $bit = iif($vbulletin->options['zointsseo_url_separator'], '_', '-');

after that write this :

Code:

$string = str_replace("?", "Ue", $string);
        $string = str_replace("?", "ue", $string);
        $string = str_replace("?", "Ae", $string);
        $string = str_replace("?", "ae", $string);
        $string = str_replace("?", "Oe", $string);
        $string = str_replace("?", "oe", $string);
        $string = str_replace("?", "ss", $string);

Thats all folks.

Have Fun

da420 10-05-2006 09:32 PM

DChapman,

I have vBGallery, vBGoogleMap Member Edition, and vBA CMPS and have installed this, and as requested filed a ticket including my FTP info and an admin account with your support as to try and get these issues resolved for the community. I appreciate this very much.

Thanks for this,

Dustin

Ronak 10-06-2006 04:50 AM

Code:

<a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
i cant find this code in forumhome_lastpostby template :(

Please Help me:(


All times are GMT. The time now is 10:30 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.01324 seconds
  • Memory Usage 1,735KB
  • 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
  • (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