Posts: 4,390
Threads: 63
Joined: Nov 2008
Reputation:
262
 This user has been denied support.
(2012-04-14, 07:24 AM)Muz Wrote: how if i use subdomain.domain.com and my mybb folder is on domain.com/forum
Only the URL matters. So if you use subdomain.domain.com/index.php as your forum main page, then your rewritebase is /. Ifyou use domain.com/forum/index.php then the rewritebase is /forum/.
If you use both, well, you can't - you have to redirect one.
(2012-04-15, 01:17 AM)wangoldsdotcom Wrote: why the number 8216 and 8217 appear?
Two possibilities:
1) You enabled the "force uniquifier" option. That'll add the ID to all URLs.
2) The URL without the number is already taken by another thread with similar/identical subject.
Posts: 24
Threads: 3
Joined: Mar 2012
Reputation:
0
2012-04-24, 08:13 PM
(This post was last modified: 2012-04-28, 09:31 AM by emir.yanliz.)
hi
i wanna add / end of url
how can i do that?
like this:http://mybbgroup.com/mybb-google-seo-plugin-tutorial-for-mybb-1-6 /
when i copy url to any where show like this:http://daneshju-club.com/%D8%A8%D8%B1%D9%86%D8%A7%D9%85%D9%87-%D8%AA%D9%85%D8%B1%D9%8A%D9%86-edt-%D9%87%D9%81%D8%AA%D9%87-%D9%86%D9%87%D9%85-%D8%AA%D8%A7-%D8%AF%D9%88%D8%A7%D8%B2%D8%AF%D9%87%D9%85.html?pid=15883#pid15883
if have / or another character end of url its show:http://daneshju-club.com/برنامه-تمرين-edt-هفته-نهم-تا-دوازدهم.html
Posts: 16
Threads: 7
Joined: Feb 2011
Reputation:
0
Well, everything is working amazing, but one huge issue.....
And that is :light (archive) mode". I can visit the www.website.com/archive, but when I click the links, it redirects me to a 404 error page. The links in the "archive mode" seem to be formatted like this: http://website.com/archive/index.php/forum-20.html
My question is: Is there anyway to fix this and get archive mode to work?
Thanks in advance,
Nate
Posts: 130
Threads: 10
Joined: Feb 2008
Reputation:
0
2012-04-25, 04:21 PM
(This post was last modified: 2012-04-25, 04:31 PM by siopk.)
Got another suggestion,
Can we have urls like this
Thread url:
FORUM-NAME.domain.com/thread-THREAD-TITLE
Forum url:
FORUM-NAME.domain.com/
I think having forum name in the thread url as subdomain also will make MyBB software more Google search engine friendly.
Ok, After searching on MyBB, I found that paveman already created something similar for what I am asking for.
http://community.mybb.com/thread-71387-p...subdomains
Can you integrate that with Google SEO plugin?
I know there is one mod for Drupal, http://drupal.org/project/subdomain, I want some thing similar
But I think this should be big change in code, maybe few modifications, thank you.
Can you help me make that?
Posts: 24
Threads: 3
Joined: Mar 2012
Reputation:
0
plz help me in 503 posts of topic
Posts: 102
Threads: 18
Joined: Jan 2012
Reputation:
1
This plugin has lots of issues with the Permission Page , especially the 404 page, all the Premission Errors are redirected to the 404 page , any way to stop this? without disabling the 404 Settings?
Posts: 9
Threads: 2
Joined: Jan 2012
Reputation:
0
 This user has been denied support.
Quote: (2012-04-20, 09:13 PM)frostschutz Wrote: [quote='Muz' pid='845959' dateline='1334388265']
how if i use subdomain.domain.com and my mybb folder is on domain.com/forum
Only the URL matters. So if you use subdomain.domain.com/index.php as your forum main page, then your rewritebase is /. Ifyou use domain.com/forum/index.php then the rewritebase is /forum/.
If you use both, well, you can't - you have to redirect one.
If you use both, well, you can't - you have to redirect one.
I really newbies on site management, i already try the two method but i cant get it working, what do you mean by redirect, can you help me
Posts: 28
Threads: 1
Joined: Jan 2012
Reputation:
0
2012-05-10, 04:07 PM
(This post was last modified: 2012-05-14, 05:06 AM by mmlg620.)
Thancks a lot for this great plug-in.
(2012-04-04, 07:52 AM)frostschutz Wrote: You have to edit templates for that. forumdisplay, showthread, etc. The main template for each site contains the <head> <title> etc. tags. Google SEO also sets a variable for the page number you can use for thread titles (see the documentation).
I have a trouble with that (the number of pages) - i do like explain in the documentation :
- in showthread templates, i put
<title>{$thread['subject']}{$google_seo_page}</title>
- in forumdisplay templates, i put
<title>{$mybb->settings['bbname']} - {$foruminfo['name']}{$google_seo_page}</title>
I configure Google SEO Meta like that :
All is ok for the first page for forum and thread
http://les-smootards-lurrons.fr/Thread-Les-p-tites-becanes-sympas-et-pas-cher
But not with the others pages (2,3,etc..) - i have that for forum and thread:
http://les-smootards-lurrons.fr/Thread-Les-p-tites-becanes-sympas-et-pas-cher?page=2
And my .htaccess seems ok.
Do you have any idea ? 
Thancks
Posts: 28
Threads: 1
Joined: Jan 2012
Reputation:
0
up please if you have any solution.
Posts: 4,390
Threads: 63
Joined: Nov 2008
Reputation:
262
 This user has been denied support.
Looks fine to me, page number shows up for pages > 1, so what's the problem?
If you mean the missing space between Page and the number 2, add a space between {page} and {number} in the page number setting. Otherwise please describe your problem more clearly.
|