MyBB Community Forums

Full Version: permalink link in mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want to put custom title links in thread, but cant find in mybb, also tried Google SEO plugin but not working, title links changed but not opening that thread/category. http://mobonia.com/Forum-Android-Apps.

Can you please fix this issue. Thanks
Activatet in Board Settings » Server and Optimization Options -> Enable search engine friendly URLs?
ACP >> configuration >> plugins settings >> google seo url

Forum-{url}
Threads-{url}

and in your .htaccess

# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

check in ACP and .htaccess
(2016-08-07, 11:56 PM)I changed URL but problem is thread and category is not opening when i click on URL, i also edited .htaccess can you please explain what i need more to solve this issue. Thanks ziuma Wrote: [ -> ]ACP >> configuration >> plugins settings >> google seo url

Forum-{url}
Threads-{url}

and in your .htaccess

# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

check in ACP and .htaccess

Still my issue is pending, Can anyone help

Google SEO (1.6.8)
Google Search Engine Optimization as described in the official Google's SEO starter guide. Please see the documentation for details.
URL scheme conflict between 'Event-{url}' and '{url}'.
URL scheme conflict between 'Event-{url}' and '{url}'.
URL scheme conflict between 'Calendar-{url}' and '{url}'.
URL scheme conflict between 'Calendar-{url}' and '{url}'.
URL scheme conflict between 'User-{url}' and '{url}'.
URL scheme conflict between 'User-{url}' and '{url}'.
URL scheme conflict between 'Announcement-{url}' and '{url}'.
URL scheme conflict between 'Announcement-{url}' and '{url}'.
Add to .htaccess:
RewriteEngine on

# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://mobonia.com/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# Google SEO Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
ACP >> plugins >> Google Seo
[Image: 04155ff2027d4a978efbce16e585b6bf.jpg]

ACP >> configuration >> plugins settings >> google seo url
[Image: b44d73b944b34e4e9da4d287e8ef5a44.jpg]

can you show your screen shot (seo plugins setting)
Here is all SS
you can't make only {url} in google seo
it's cause --> URL scheme conflict between

for example
# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

your code
# Google SEO URL Threads:
RewriteRule ^([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

where is Threads???
you can change with other word but can't remove this
(settings must same as in .htaccess

-------------
in plugins
# Google SEO URL Threads:
RewriteRule ^discussion-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

in .htaccess
# Google SEO URL Threads:
RewriteRule ^discussion-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

.htaccess not in htaccess.txt
Same Problem even after changed setting. Thanks
hello,

can you make settings like this
# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

it's diferent with your settings
[Image: d9e2932163f449c4b25cc5a5d77f4e86.jpg]

don't change default settings

visit this threads

https://community.mybb.com/thread-101262-page-120.html
Same Issue after changing setting also, can i have your skype id ? to give u ftp and admin login.
Pages: 1 2