Paying 5$ to just poinitng out mistakes in my forum

phpBB Programmers looking for work and site administrators looking to hire or contract a phpBB Programmer see: http://www.startrekguide.com/rules/#rule10 for Work-for-Hire Guidelines.

Moderators: Erik Frèrejean, Honor

Forum rules
For your safety, please see: http://www.startrekguide.com/rules/#rule10 for Work-for-hire Guidelines.

Disclaimer: If you desire someone to work for you to develop a custom code or to install a forum or mods for you, you need to follow these few rules to help minimize any potiential data loss and to make the process easier.

StarTrekGuide cannot be held responsible for loss of data, files, money or any problems that might occur between the hiree and the hirer. STG shall not be held liable for security breaches, site compromises or hacking as the result of hiring someone to work on your site or board.

Do not post your e-mail address in a post, users should exchange PMs (Private Messages) at first. A minimum of 25 posts is required to solicit work, this will ensure the users soliciting has a reputation and posts to review.

Posts must be made in a professional manner. Overly ?spammy? posts may be trashed at moderators discretion.

Paying 5$ to just poinitng out mistakes in my forum

Postby goodselleronline » 11 Jan 2012, 03:56

I have installed couple of mods in my forum
just started it .i know i haven't done it correctly [ or even if i did it correctly am not happy with it ]

After installing and activating the seo mod
my forum url looks something like this [ I don't want to give out name here in open ]

http://www.myexample.com ( which is correct )

and all the categories/sub-forum looks great too with url's like

http://www.myexample.com/introduction.html

http://www.myexample.com/white-hat-seo.html

and so on ..but when i come to the titles ..
it looks like this

http://www.myexample.com/get-hundreds-o ... ce-t9.html

Notice the title t9 part . its present in every thread , how do i get rid of it ?

ssme goes with the posts

I want someone who's an expert in this field to look into my forum ( seo perspective )
just tell me the things i should change .
this is for just suggestion ( your time )

No Work Involved .

i will have no problem going first ( if you deem trustworthy to me )
goodselleronline
Cadet I
Cadet I
 
Posts: 18
Joined: 20 Aug 2011, 02:41
Gender: Male
phpBB Knowledge: 2


Re: Paying 5$ to just poinitng out mistakes in my forum

Postby Erik Frèrejean » 11 Jan 2012, 05:58

goodselleronline wrote:Notice the title t9 part . its present in every thread , how do i get rid of it ?

You can't, because without unique identifier how are you going to handle topic title changes? Duplicate topic titles? etc.
Image Proud member of the phpBB support team
Image STG Support team member | Image STG Moderator team member
Image
User avatar
Erik Frèrejean    
phpBB Team Member
phpBB Team Member
 
Posts: 1114
Joined: 03 Dec 2007, 00:49
Location: USERS_TABLE
Favorite Team: New Orleans Saints
Gender: Male
phpBB Knowledge: 10

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby goodselleronline » 11 Jan 2012, 06:42

Erik Frèrejean wrote:
goodselleronline wrote:Notice the title t9 part . its present in every thread , how do i get rid of it ?

You can't, because without unique identifier how are you going to handle topic title changes? Duplicate topic titles? etc.


so theres no solution to this :this:
goodselleronline
Cadet I
Cadet I
 
Posts: 18
Joined: 20 Aug 2011, 02:41
Gender: Male
phpBB Knowledge: 2

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby Erik Frèrejean » 11 Jan 2012, 11:28

For everything is a solution ;). But you'll have to start with preventing users from editing topic titles. Than you have the problem that a text lookup will become slow if you got more topics. You'll need to account for duplicate topic titles. Etc, etc, etc.
All in all its not worth the hassle (and I'm certain you'll find nobody to do that for $5), also phpBB itself doesn't need fancy URLs to begin with. SE's have no problems indexing it correctly.
Image Proud member of the phpBB support team
Image STG Support team member | Image STG Moderator team member
Image
User avatar
Erik Frèrejean    
phpBB Team Member
phpBB Team Member
 
Posts: 1114
Joined: 03 Dec 2007, 00:49
Location: USERS_TABLE
Favorite Team: New Orleans Saints
Gender: Male
phpBB Knowledge: 10

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby goodselleronline » 12 Jan 2012, 09:06

Erik Frèrejean wrote:For everything is a solution ;). But you'll have to start with preventing users from editing topic titles. Than you have the problem that a text lookup will become slow if you got more topics. You'll need to account for duplicate topic titles. Etc, etc, etc.
All in all its not worth the hassle (and I'm certain you'll find nobody to do that for $5), also phpBB itself doesn't need fancy URLs to begin with. SE's have no problems indexing it correctly.


well none of the users have permission to edit the title

its just that when they are posting that extra T and P gest attached to the url .
will anybody would do this for like 20 bucks ?
i just dont know my problem and also the solution to it lol
goodselleronline
Cadet I
Cadet I
 
Posts: 18
Joined: 20 Aug 2011, 02:41
Gender: Male
phpBB Knowledge: 2

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby Coyote » 12 Jan 2012, 09:57

goodselleronline wrote:
Erik Frèrejean wrote:For everything is a solution ;). But you'll have to start with preventing users from editing topic titles. Than you have the problem that a text lookup will become slow if you got more topics. You'll need to account for duplicate topic titles. Etc, etc, etc.
All in all its not worth the hassle (and I'm certain you'll find nobody to do that for $5), also phpBB itself doesn't need fancy URLs to begin with. SE's have no problems indexing it correctly.


well none of the users have permission to edit the title

its just that when they are posting that extra T and P gest attached to the url .
will anybody would do this for like 20 bucks ?
i just dont know my problem and also the solution to it lol


What Erik is saying is that there [s]is[/s] may be a way, but you'd have to disable editing posts by anyone. If a member creates a topic, then edits that first post, they can from there change the topic title. Also, the extra 't' in the topic title doesn't hurt SERP's (Search Engine Result Placement). You cannot get rid of the 'p' in the URL without disabling the feature that allows you to click on the last post and be taken right to that post.

You'd be adding extra SQL queries that slow your forum down every time anyone visits your forum. Additionally, removing the topic id's leaves you somewhat vulnerable to having duplicate pages on your forum, which *will* affect SERP's. So you have to add more code and more SQL queries to overcome that problem, and so on. All to get rid of the unique identifier that is what allows phpBB to be so efficient in the first place.

I can't imagine you would find anyone who would even touch this for less than $100, upfront. What you're asking for is somewhat difficult, and you probably won't like the result. You don't really have a problem, and the solution will just make your server work harder and your forum 10x more difficult to upgrade or modify in the future. ;)

For my money (free), phpBB SEO is the best Search Engine Optimization mod available, and does everything you want it to do (except remove that pesky 't' from the URL's).

Edit: I was wrong, apparently there isn't a way.
Last edited by Coyote on 12 Jan 2012, 11:23, edited 1 time in total.
User avatar
Coyote
Ensign
Ensign
 
Posts: 81
Joined: 12 Dec 2008, 23:44
Location: In ur base
Gender: Male
phpBB Knowledge: 6

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby Obsidian » 12 Jan 2012, 10:48

this is something that cannot be worked around - even stackoverflow has to live with it.

see:
http://stackoverflow.com/questions/6233 ... yment-tips

Note the integer after the questions bit - even they do it too.
うるさいうるさいうるさい!

StopForumSpam Spam Reporting Database
Giving xrumer and friends a great big "screw you" since 2007.
User avatar
Obsidian    
Supporter
Supporter
 
Posts: 2250
Joined: 04 Mar 2008, 23:35
Gender: Male
phpBB Knowledge: 10

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby goodselleronline » 12 Jan 2012, 14:01

ok thanks for the reply guys i will live with it ( since it doesnt harm my ranking position ) :D
goodselleronline
Cadet I
Cadet I
 
Posts: 18
Joined: 20 Aug 2011, 02:41
Gender: Male
phpBB Knowledge: 2

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby Obsidian » 12 Jan 2012, 15:20

goodselleronline wrote:ok thanks for the reply guys i will live with it ( since it doesnt harm my ranking position ) :D

just remember, when considering search engine rankings - the key is not in pretty URLs or in fancy redirection crud.
It's all about content. Content. Is. King.

Unique desirable content (which takes work to produce, yes) is what will net you good rankings. Trying to shortcut the process leads to the search engines actually punishing you in the long run (reference the practices of "keyword stuffing" and "backlink farming" if you're curious).
うるさいうるさいうるさい!

StopForumSpam Spam Reporting Database
Giving xrumer and friends a great big "screw you" since 2007.
User avatar
Obsidian    
Supporter
Supporter
 
Posts: 2250
Joined: 04 Mar 2008, 23:35
Gender: Male
phpBB Knowledge: 10

Re: Paying 5$ to just poinitng out mistakes in my forum

Postby goodselleronline » 12 Jan 2012, 15:31

Yep True.. Content is King :) but having a beautiful url doesn't harm either :p

keyword stuffing reminds me of the days when i used xsite pro :D
goodselleronline
Cadet I
Cadet I
 
Posts: 18
Joined: 20 Aug 2011, 02:41
Gender: Male
phpBB Knowledge: 2


Return to phpBB Work-for-Hire

Who is online

Users browsing this forum: No registered users and 4 guests