vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - TfSEO 2: the free vBulletin url rewrite (https://vborg.vbsupport.ru/showthread.php?t=173738)

Zorck 04-25-2008 12:23 AM

Jeff Thanks a lot for sharing this mod!. Is very usefull.

I have doubt with the instructions of the files edits.

In the Archive.php I cant find the first code to change.

Code:

$output .= "\t<li><a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$thread[threadid]\">$thread[title]</a></li>\n";
with the external.php I find the first code to change 2 times, I need to change both?

Code:

// list returned threads

if (!empty($threadcache))

{

        foreach ($threadcache AS $thread)

Thanks for the help!

Zorck 04-25-2008 02:27 AM

Jeff, I think thar I find a bug.
In the forums where I have a link-forum, I ge this error

Code:

Warning: implode() [function.implode]: Argument to implode must be an array. in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 9
If I inactive the forum-link the error disapear.
I have VB3.7RC4 and you last version of the mod.

Regards, Sergio

superjeff 04-25-2008 04:42 AM

Quote:

Originally Posted by Zorck (Post 1498682)
Jeff Thanks a lot for sharing this mod!. Is very usefull.

I have doubt with the instructions of the files edits.

In the Archive.php I cant find the first code to change.

Code:

$output .= "\t<li><a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$thread[threadid]\">$thread[title]</a></li>\n";
with the external.php I find the first code to change 2 times, I need to change both?

Code:

// list returned threads

if (!empty($threadcache))

{

        foreach ($threadcache AS $thread)

Thanks for the help!

Yes, change both.
Quote:

Originally Posted by Zorck (Post 1498731)
Jeff, I think thar I find a bug.
In the forums where I have a link-forum, I ge this error

Code:

Warning: implode() [function.implode]: Argument to implode must be an array. in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 9
If I inactive the forum-link the error disapear.
I have VB3.7RC4 and you last version of the mod.

Regards, Sergio

Sorry of this.. i thinked to have fox it with the last relase, but i didint tinked about the forum links.
I will fix it tomorrow, today I am from my grandfathers.

Zorck 04-26-2008 01:21 AM

thanks!

superjeff 04-26-2008 06:41 AM

Ok, i have fixed it, but it is soo easy that i will not relase a new relase only for this.
You must only replace all the code in the plugin called "Query for last page in forumhome" with this:

PHP Code:

if (!empty($forum['lastpostinfo']) AND $forum['lastpostinfo'] != $vbphrase['private'] AND $forum['lastpostinfo'] != $vbphrase['never'] AND $forum['lastpostinfo'] != '-' AND $vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND $vbulletin->options['tfseo_page_index'])
{
$tfseo_tot_post $vbulletin->db->query_read_slave("
SELECT thread.replycount
FROM " 
TABLE_PREFIX "thread AS thread
WHERE threadid = '
$lastpostinfo[lastthreadid]'
"
);
$a mysql_fetch_assoc($tfseo_tot_post);
$a implode($a);
$a $a $vbulletin->options['maxposts'];
$a floor($a);
if (
$a 0)
{
$tfseo_total_page $a+1;
$tfseo_lastpage $vbulletin->options['tfseo_pagina'] . $tfseo_total_page ".html";
}



Zorck 04-27-2008 01:38 AM

excellent!. Thanks Jeff for the quick support.

jscieza 04-28-2008 02:20 PM

Hi superjeff,

I have just installed TfSEO in my forums a few days back and it's working fine :)

But there are some issues that I have noticed:
  1. Links from Who's online aren't being rewrited
  2. RSS feed links aren't being rewrited (yes, I have edited all files as your readme indicates)
  3. Previous/Next Thread links aren't working (it appears that it's a know bug)

I'm using vBulletin 3.7.0 RC1. When you have time please take a look at this issues. Hope you are fine with your studies, good luck in your exams!

Kind regards,

Jonathan.

superjeff 04-28-2008 03:58 PM

I'm sixteen years old, i don't go to the university! :)
  1. I think i could fix it in the future, but i don't know how
  2. This is very strange! I will attack my external.php, i have done it a lot of time ago (3.6.x) and it works well with the 3.7 too.
  3. A rewrite of this will add a lot of queryes, and it have by default a "nofollow" tag. Vbseo don't rewrite it, but the url works in my forum.

superjeff 04-28-2008 04:03 PM

Quote:

Originally Posted by jscieza (Post 1501519)
I'm using vBulletin 3.7.0 RC1.

You should update soon... :)

jscieza 04-29-2008 01:49 AM

Quote:

Originally Posted by superjeff (Post 1501582)
I'm sixteen years old, i don't go to the university! :)
  1. I think i could fix it in the future, but i don't know how
  2. This is very strange! I will attack my external.php, i have done it a lot of time ago (3.6.x) and it works well with the 3.7 too.
  3. A rewrite of this will add a lot of queryes, and it have by default a "nofollow" tag. Vbseo don't rewrite it, but the url works in my forum.

But you go to the school :)

1. Glad to hear.
2. It's "attach" not "attacco" :D. Also... I suggest you don't attach your own vBulletin files, there are some reasons but the most important is that it's appears to don't be allowed by the vBulletin.org forums.
3. Erm... NO, vbSEO REWRITES links in the Who's online page. I think that if we have allowed guests (and also, spiders) to see our Who's online page, we will have serious issues because Google my think that there are duplicated content. Please tell me if I'm wrong.

Quote:

Originally Posted by superjeff (Post 1501584)
You should update soon... :)

And you... because you're running vBulletin 3.7.0 Beta 3 hehe. Hey! this could be probably the reason because external.php works for you and not for me. Try to upgrade to the latest RC and edit external.php as your readme.txt file indicates... then probably you will have the same issue that I'm passing :(

Thank you! :)

superjeff 04-29-2008 10:14 AM

  1. -
  2. The RSS feed are very important, i try to fix it now. The file that i have upload has my customer number, i have deleted it for it. But it is my "online" file, ad i'm not using 3.7 beta 3, but 3.7 RC 4. Try to press F5. In other word, upload it on your site, it will work :)
  3. This point was about the next/previuvus link, not for the online. Vbseo don't rewrite this, look here. Plus, your online.php file is not show to the guests and bots.
There are no "duplicate content" problem, because the plugin use a 301 redirect for the wrong urls.
Now i go to work on the plugin..

superjeff 04-29-2008 12:02 PM

UPDATED :)

bxbigt 04-29-2008 06:52 PM

is it ready to use i just upgraded to gold and looking for a good seo to use :)

activa 04-30-2008 12:44 AM

does not support arabic letter ?

superjeff 04-30-2008 10:15 AM

Quote:

Originally Posted by bxbigt (Post 1502614)
is it ready to use i just upgraded to gold and looking for a good seo to use :)

Test this and report!
Quote:

Originally Posted by activa (Post 1502882)
does not support arabic letter ?

Try with to oververwrite the attach ./includes/functions_tfseo.php and report :)

KSM899 04-30-2008 06:10 PM

I intalled the orignal one .. and it supports arabic ^^

Jeff when I updated .. The copyright line on the footer is gone O_o !

superjeff 04-30-2008 06:58 PM

The copyright line is show only in forumhome, it should be this :)
Good for the arabic support!

KSM899 04-30-2008 07:09 PM

Quote:

Originally Posted by superjeff (Post 1503741)
The copyright line is show only in forumhome, it should be this :)
Good for the arabic support!

I'm using Vbadvanced and the copyrights aren't there!

By the way .. will you mind if I translate this mod to arabic?

superjeff 04-30-2008 07:50 PM

I'm sure that a lot of people can find it usefull :)

KSM899 04-30-2008 08:02 PM

Thanx .. I will work on it after the exams! :)

NAZIA 04-30-2008 08:24 PM

Wow that is great..
No need for VBseo

KSM899 05-01-2008 07:28 AM

Thanks Jeff

KSM899 05-01-2008 03:41 PM

By the way Jeff .. What happens I the thread title is changed?

superjeff 05-01-2008 05:42 PM

I usually change my thread titles.. old title is redirect to the new one:
http://www.techforum.it/f6/random-wo...edirect-t1000/ (the only info used to rewrite the url is the thread id)

This if your 301 redirect option is enabled, if not you can have duplicate content!

KSM899 05-01-2008 06:23 PM

The problem the 301 redirect is not working with me!
I don't know why! :(

superjeff 05-01-2008 07:45 PM

Quote:

Originally Posted by KSM899 (Post 1504872)
The problem the 301 redirect is not working with me!
I don't know why! :(

If i'm not riduculus, your "Base url of tour site." must be "http://www.ar-web.org"

KSM899 05-01-2008 08:29 PM

I've set it exactly the same .. but still not working!

superjeff 05-02-2008 06:12 AM

I really like to know what isn't working. Can you send me an email, at davide {AT} techforum.it? We will contiue there.

Phornixx 05-02-2008 09:01 PM

I have a doubt:

The old links will work the same way? I mean if my current links are this way:

showthread.php?t=173738

Will that still be working? because I have my forum linked in many places...

Thanks in advance.

993ti 05-02-2008 11:40 PM

Is or will this be compatible with the vBSeo sitemap?

KSM899 05-03-2008 01:18 PM

It's will automaticlley rediractes it to the new link! (If you enable the 301 rediractes!)
otherwise it will open using the old link!

superjeff 05-03-2008 05:16 PM

Quote:

Originally Posted by 993ti (Post 1506263)
Is or will this be compatible with the vBSeo sitemap?

This summer i will relase a "mine" sitemap.

superjeff 05-03-2008 05:26 PM

Quote:

Originally Posted by superjeff (Post 1505424)
I really like to know what isn't working. Can you send me an email, at davide {AT} techforum.it? We will contiue there.

We have fixed, his problem was in the www or no www. Now with the option filled with "http://ar-web.org" all works.

Phornixx 05-03-2008 05:47 PM

Quote:

Originally Posted by superjeff (Post 1507082)
This summer i will relase a "mine" sitemap.


So, is it compatible? You didn't answer



Thanks in advance

KSM899 05-03-2008 07:09 PM

Thank you very much.
I think you should make a note of it in the original post!

superjeff 05-03-2008 08:27 PM

Quote:

Originally Posted by Phornixx (Post 1507116)
So, is it compatible? You didn't answer



Thanks in advance

It isn't, because i'm not allowed to modific the vbseo sitemap code!
Quote:

Originally Posted by KSM899 (Post 1507193)
Thank you very much.
I think you should make a note of it in the original post!

Done :)

elmati 05-04-2008 12:57 AM

hi superjeff im testin it right now :)

thanks for this, m8 :D

Adam21 05-04-2008 02:54 AM

My forums are located at xxx.com/forums

I cant get this mod to work as it will turn out a 404 error.Is there anything in the htaccess i need to change?

Ipuck 05-04-2008 03:32 AM

Thanks for the mod. Works great and very easy to install.

abulean 05-04-2008 03:56 AM

Thank you very much


All times are GMT. The time now is 12:09 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.01905 seconds
  • Memory Usage 1,837KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (14)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
  • (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