[ABD] URL Rewriting (SEO URLs)

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
koraldon
Registered User
Posts: 530
Joined: Sat Jun 30, 2007 12:42 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by koraldon »

Hi,
Very exciting extension for me - does it support RTL / Non-english languages? specifically hebrew?
User avatar
Aurelienazerty
Registered User
Posts: 223
Joined: Sat Jan 08, 2005 8:21 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by Aurelienazerty »

Is there a link with phpbb-seo for PHPBB 2.x and 3.0.x ?
User avatar
BryanFR
Registered User
Posts: 79
Joined: Wed Aug 27, 2014 4:44 pm
Location: Eure, FR

Re: [DEV] URL Rewriting (SEO URLs)

Post by BryanFR »

Hi, an extension to promote, it is certain. Now problem, this extension is similar to the one that the team official phpBB-SEO develops in [DEV], that will consider the extension phpBB Team?
I'm student in the life based in France. My community is : http://www.thebryx.cf
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by Lumpy Burgertushie »

as far as I know there is no official SEO extension being developed here.

if you are referring to phpbb-seo found at http://www.phpbb-seo.com/ that is not associated with phpbb.com in any way and is not supported here since it does not use the same files you get from here.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
tas2580
Registered User
Posts: 295
Joined: Wed May 30, 2007 1:56 am
Location: Stuttgart, Germany

Re: [DEV] URL Rewriting (SEO URLs)

Post by tas2580 »

koraldon wrote:does it support RTL / Non-english languages? specifically hebrew?
Can you give me an example for a hebrew title? My hebrew is not too good ;)

This extension has nothing to do with phpbb-seo, the extension from phpbb-seo.com you can find at https://github.com/phpBBSEO/usu
User avatar
tas2580
Registered User
Posts: 295
Joined: Wed May 30, 2007 1:56 am
Location: Stuttgart, Germany

Re: [DEV] URL Rewriting (SEO URLs)

Post by tas2580 »

New Update. Added a XML-Sitemap.
User avatar
worldfairs
Registered User
Posts: 5
Joined: Mon Feb 09, 2015 10:01 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by worldfairs »

Thank you for this extension very usefull.

but on my forum I have modified overall_header.php to optimise the title tag.

So, I have replaced

Code: Select all

<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
by

Code: Select all

<title><!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->
   <!-- IF SCRIPT_NAME == "index" -->{SITENAME} - {SITE_DESCRIPTION}
   <!-- ELSEIF SCRIPT_NAME == "viewforum" -->{FORUM_NAME} | {SITENAME}
   <!-- ELSEIF SCRIPT_NAME == "viewtopic" -->{TOPIC_TITLE} : {FORUM_NAME}
   <!-- ELSEIF SCRIPT_NAME == "posting" --><!-- IF S_USER_LOGGED_IN --><!-- IF TOPIC_TITLE -->{L_TOPIC} - {TOPIC_TITLE}<!-- ELSE -->{L_FORUM}<!-- IF FORUM_NAME --> - {FORUM_NAME}<!-- ENDIF --><!-- ENDIF --><!-- ELSE -->{SITENAME}<!-- ENDIF -->
   <!-- ELSEIF SCRIPT_NAME == "ucp" -->{L_VIEWING_UCP} - {PAGE_TITLE}<!-- IF CUR_FOLDER_NAME -->{CUR_FOLDER_NAME}<!-- ENDIF -->
   <!-- ELSEIF SCRIPT_NAME == "mcp" -->{L_VIEWING_MCP}<!-- IF PAGE_TITLE --> - {PAGE_TITLE}<!-- ENDIF --><!-- IF L_TITLE --> - {L_TITLE}<!-- ENDIF -->
   <!-- ELSEIF SCRIPT_NAME == "faq" -->{L_VIEWING_FAQ} - {L_FAQ_TITLE}
    <!-- ELSEIF SCRIPT_NAME == "search" -->{L_SEARCH} <!-- IF SEARCH_TITLE --> - {SEARCH_TITLE}<!-- ENDIF --><!-- IF SEARCH_MATCHES --> - {SEARCH_MATCHES}<!-- ENDIF --> | {SITENAME}
   <!-- ELSEIF SCRIPT_NAME == "memberlist" --><!-- IF S_USER_LOGGED_IN -->{PAGE_TITLE}
    <!-- IF S_SHOW_GROUP --> - {GROUP_NAME}<!-- ENDIF --> | {SITENAME}<!-- ELSE -->{SITENAME}<!-- ENDIF -->
   <!-- ELSEIF SCRIPT_NAME == "chat" -->{L_VIEWING_CHAT}
   <!-- ELSE -->Viewing Undefined page<!-- ENDIF --></title>
but with this extension of course this modification doesnt' work.
How can I do to adapt my title tag

Thank you

Philippe
User avatar
worldfairs
Registered User
Posts: 5
Joined: Mon Feb 09, 2015 10:01 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by worldfairs »

After lot of tests with your extension,

when you click on one url in last post column, I have almost the same issue:
The requested topic does not exist.
I think it's an issue with subforum because if there aren't subforum all is ok.

Do you now why?
User avatar
crywolfy
Registered User
Posts: 10
Joined: Sat Feb 14, 2015 4:34 pm
Location: Botosani
Name: Florin B

Re: [DEV] URL Rewriting (SEO URLs)

Post by crywolfy »

Another problem is that you cannot change topic type when having this extension activated and .htaccess modified.
Korkel
Registered User
Posts: 391
Joined: Mon Jun 02, 2014 7:09 am
Location: ~/home/Liz/Desktop
Name: Liz Aalderink

Re: [DEV] URL Rewriting (SEO URLs)

Post by Korkel »

Profiled.
"If you lose your left arm, your right arm will be left."
“The most important property of a program is whether it accomplishes the intention of its user.”
Image
bharathkumarsunny
Registered User
Posts: 15
Joined: Sat Feb 21, 2015 10:14 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by bharathkumarsunny »

What is this extension about ? Will it change the topic URL to seo-friendly ? Like from example.com/viewtopic.php=?XXX to example.com/viewtopic.php/post-name-XXX ?
bharathkumarsunny
Registered User
Posts: 15
Joined: Sat Feb 21, 2015 10:14 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by bharathkumarsunny »

I'm happy with your work. But, I have few doubts ? Can I download it now ? I mean is it still under construction ? (If so, when will it be completed ?) . Will it work for 3.1.3 ?
Korkel
Registered User
Posts: 391
Joined: Mon Jun 02, 2014 7:09 am
Location: ~/home/Liz/Desktop
Name: Liz Aalderink

Re: [DEV] URL Rewriting (SEO URLs)

Post by Korkel »

How to install it on a location as /forum? :?
"If you lose your left arm, your right arm will be left."
“The most important property of a program is whether it accomplishes the intention of its user.”
Image
Korkel
Registered User
Posts: 391
Joined: Mon Jun 02, 2014 7:09 am
Location: ~/home/Liz/Desktop
Name: Liz Aalderink

Re: [DEV] URL Rewriting (SEO URLs)

Post by Korkel »

It is isn't working for me, followed steps but can't activate.
"If you lose your left arm, your right arm will be left."
“The most important property of a program is whether it accomplishes the intention of its user.”
Image
User avatar
umarizal
Registered User
Posts: 177
Joined: Mon Mar 17, 2008 2:03 am
Location: São Paulo - SP - Brasil
Name: Leandro dos Santos

Re: [DEV] URL Rewriting (SEO URLs)

Post by umarizal »

This project here, is not more advanced?

I think it would be interesting focus on a single project instead of creating several.
EN: Do to others what you would want them to do to you.
ES: Haz a los demás todo lo que quieras que te hagan a ti.
PT: Faça aos outros o que você gostaria que fizessem a você.

Return to “Abandoned Extensions”