![]() |
[For 1.6] Google SEO 1.6.8 [EOL] - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.6] Google SEO 1.6.8 [EOL] (/thread-101262.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
RE: Google SEO 1.6.1 - frostschutz - 08-26-2011 I can't help you with rewrites for IIS (Google SEO requires Apache), but you can try the dynamic URL mode that doesn't require rewrites, see the documentation for details. RE: Google SEO 1.6.1 - Diogo Parrinha - 08-26-2011 I've just upgraded to 1.6.1 by installing PluginLibrary 4, uploading Google SEO 1.6.1 files and deactivating and activating it again but I'm having the following problem: * Your notice still tells me to add:
To my .htaccess file but the lines are there. You can confirm that by going here: http://forums.consoleaddicted.com/Forum-Comments-Critics-and-Questions RE: Google SEO 1.6.1 - frostschutz - 08-26-2011 Are they exactly the same? Do they have \ before -? It doesn't make any difference, I'm using preg_quote() to quote the scheme regular expression, and some PHP versions do quote -, while others don't. You can ignore any and all warnings as long as everything works the way you want to. RE: Google SEO 1.6.1 - Diogo Parrinha - 08-26-2011 Oh that was the problem, thank you ![]() RE: Google SEO 1.6.1 - ScrepY - 08-26-2011 Today I noticed one thing. I dont know if my configuration wrong or it is some bug. I am adding an attachment. The thing is that links somehow is different when i am looking in forum and when in thread. [attachment=23921] RE: Google SEO 1.6.1 - frostschutz - 08-26-2011 Most likely a bug. One of the things I don't notice as I don't use this dropdown pagination thing (in fact I even disabled it entirely). I'll have a look at it when I find the time. RE: Google SEO 1.6.1 - d3wlin - 08-26-2011 Just sent a small donation of $25. Once again, thanks for this useful add-on. RE: Google SEO 1.6.1 - frostschutz - 08-26-2011 Your donation is highly appreciated. ![]() RE: Google SEO 1.6.1 - suresh - 08-28-2011 frostschutz can you tell how to enable tags for every thread ? My forum is indexing wrong way. RE: Google SEO 1.6.1 - blogantinom - 08-29-2011 Just updated, running great, thanks! But on the plugins page it still shows: Quote:URL is passive. Apply changes to core files to activate. What is this "passive" referring to? I`m a bit cautious about the " Apply changes to core files." as it isn't clear which files it will change. I have already replaced the function.php with the one provided on this post, so I'm afraid to run this and get the function.php messed up. What are the other "core files"? On a side note, I was in doubt how to proceed with the update of both mybb to 1.6.4 and Google SEO to 1.6.1, as it wasn't very clear at the instructions. Here are the steps I followed: - Rename settings.php to settings.php.original on the 1.6.4 files package (which you might have at your computer) - Replace to original inc/functions.php for 1.6.2 - Deactivated Google SEO Plugin - Upload all 1.6.4 on top of 1.6.2 - install at http://[DOMAIN]/install/ - copy google SEO 1.6.1 to mybb/inc - Enable plugin: Admin CP -> Configuration page. - Enable and configure each google seo settings - Copy functions-googleseo-1.6.4.php on top of the inc/functions.php - Change template to use the right js version (on header template) That was enough to get everything working. |