MyBB Community Forums

Full Version: Title in Url
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I hope someone can help me with this.

How can i get the url to show like this

domain.com/have-a-slice-of-bread.html

instead of showing like these

domain.com/thread-1.html
or
domain.com/forumdisplay.php?fid=1027
or
domain.com/showthread.php?tid=1

Thanks
You can use Google SEO, or MySEO, or SEO MyBB or SEO Links!...

Just look in extend section
Please note there has to be something in the URL to indicate it is a thread. Also, if there are multiple threads with the same title, you will have to put the thread id to distinguish them. Any of the plugins mentioned by Crazycat should do this for you.
Thanks A lot for all the help.

Google SEO - Worked well


Summary:

SEO Links - (ACP - Plugins - Install / Activate)
- Blank Page

SEO MyBB - (ACP - Plugins - Install / Activate)
- Blank Page

MySEO - (ACP - Plugins - Install / Activate)
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1366 - Incorrect integer value: 'NULL' for column 'gid' at row 1
Query:
INSERT INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault) VALUES ('NULL','myseo','[Plugin MySEO] Settings of SEO OnPage','Configure your data for On-Page SEO.','1','no')

SEO MyBB - (ACP - Plugins - Install / Activate)
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1366 - Incorrect integer value: 'NULL' for column 'gid' at row 1
Query:
INSERT INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault) VALUES ('NULL','metag','MetaTags Plugin Settings','Populate your meta tags.','2','no')

- Have many plugins show the SQL Error:

Google SEO - Installed & Worked

SEO Titles - Installed Ok
(2021-11-22, 11:32 PM)flash99 Wrote: [ -> ]Thanks A lot for all the help.

Google SEO - Worked well

MySEO - (ACP - Plugins - Install / Activate)
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1366 - Incorrect integer value: 'NULL' for column 'gid' at row 1
Query:
INSERT INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault) VALUES ('NULL','myseo','[Plugin MySEO] Settings of SEO OnPage','Configure your data for On-Page SEO.','1','no')

for curious purpose can anyone please tell me that how can i solve this ? i also want to install this plugin but unfortunately i am also getting same error.
Usual correction: edit inc/plugins/myseo.php and remove following lines in the myseo_install() function:
'gid' => 'NULL', (2 occurences)
'sid' => 'NULL', (19 occurences)

Could have more errors after correcting that, I didn't test the plugin