MyBB Community Forums

Full Version: [UPDATED][SEO] Simple TagCloud Plugin for myBB v 0.9a - Tag Cloud (beta)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(2009-11-03, 07:35 PM)Pars Wrote: [ -> ]
(2009-10-01, 12:38 PM)Watt Wrote: [ -> ]
Quote: Why in some forums by clicking on Tags, Not Found page viewed? (post not deleted)

Look at htaccess rules. Try
RewriteEngine on
    RewriteRule ^m/tag/([^/]+)$ tags.php?tag=$1 [L,QSA]
    RewriteRule ^m/tag/([^/]+)/([^-/]+)$ tags.php?tag=$1&page=$2 [L,QSA]
    RewriteRule ^m/tag/$ tags.php [L,QSA]
You have got extra directory ' /m/ '.


Please give me an example
my forum: http://community.mybbiran.com
try this
RewriteEngine on
    RewriteRule ^community/tag/([^/]+)$ tags.php?tag=$1 [L,QSA]
    RewriteRule ^community/tag/([^/]+)/([^-/]+)$ tags.php?tag=$1&page=$2 [L,QSA]
    RewriteRule ^communitym/tag/$ tags.php [L,QSA]
i hope it works
Sorry for not updating plugin, but I have too much work. I'll try to find some more time during winter vacations Smile


Maybe somebody wants to optymalize plugin for me ? :>
Turkish Plugins(Full)
Download
[attachment=15895]
Turkish By bomfile
Zip password:www.mybbdestek.com
http://forum.mybbdestek.com/Konu-basit-e...dece-md-de
Thanks.
Translation included
thanks !
nice work Smile

very good plugin
Thanks for the plugin .
nice work Big Grin
Good job,very nice.
Very good plugin.Smile
Thanks!
Hi.
I download and install this plugin.
but i have a question:
How can change tag link?
for example...
i have a tag with name "test1".
in default mood, tag page is "http://www.my.com/tag/test1"
and page 5 of this tag is "http://www.my.com/tag/test1/5"

now i need to change this address to:
tag page is "http://www.my.com/tag-test1.html"
and page 5 of this tag is "http://www.my.com/tag-test1-page-5.html"

how i can ??
Thanks ... Blush
Hmm, in php files only - I'll try to add this option in next verison. thanks for suggestion!
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