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
I'am not surf if I understand what you are talking Toungue
If you don't want to have tags in index page go to ACP, in the row tags on index write 0, and it wil disappear. Next get yourlink.com/tag/ and copy it to the footer tamplate as a link.
But http://pazrt.com/forum/tagcloud.php is not a tagcloud, this plugin prints new threads' link, not make any tags.

Thanks
Hi
Persian language (Fully Persian) - 0.7:
[attachment=16746]

Persian by Pars in www.MybbIran.com

Persian Informaition for Simple TagCloud Plugin in MybbIran Forum:
http://community.mybbiran.com/thread-171-post-434.html

Thanks
Translation included
Simple TagCloud Plugin for myBB v 0.7 - Tag Cloud is Not Working When i am testing it locally on my site

i can Add Tags very well , tags are shown on main page , but when i click on any tags like MICROSOFT ,COMPUTER , I

i get page cannot be found error with urls

http://localhost/mybb/tag/microsoft
http://localhost/mybb/tag/computer

please help
You are writting from windows? htaccess file doesn't work there Smile
Try on some web server with apache (and enabled .htaccess - check it, itis very important)

Try
http://localhost/mybb/tags.php?tag=microsoft
If this does work it is 100% .htaccess problem Toungue
Turkish Plugins
Download
[attachment=16772]
Turkish By bomfile
Zip password:www.mybbdestek.com
Thanks.
(2009-12-29, 08:10 PM)Watt Wrote: [ -> ]You are writting from windows? htaccess file doesn't work there Smile
Try on some web server with apache (and enabled .htaccess - check it, itis very important)

Try
http://localhost/mybb/tags.php?tag=microsoft
If this does work it is 100% .htaccess problem Toungue


Hey thanks a Lot , yeah Sure i am using windows

i tried this and it work properly
http://localhost/mybb/tags.php?tag=microsoft

so how can we get this url to work
http://localhost/mybb/tag/microsoft
how do i enable htaccess
Hey Guys,
I need some help with the tag Cloud Plugin.
I installed it a minute ago and when I click on a tag it comes up with 404 not found.

My forum url is http://www.yeati.com/forum/

its on a *nix server.

.htaccess is
RewriteEngine on
	RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
	RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

	RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
	RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
	RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
	RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
	RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
	RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
	RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

	RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

	RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

	RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

	RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

	RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]



RewriteEngine on
    	RewriteRule ^forum/tag/([^/]+)$ tags.php?tag=$1 [L,QSA]
    	RewriteRule ^forum/tag/([^/]+)/([^-/]+)$ tags.php?tag=$1&page=$2 [L,QSA]
    	RewriteRule ^forum/tag/$ tags.php [L,QSA]

what is wrong??

plz help me
(2009-12-30, 07:35 AM)netjockey Wrote: [ -> ]
(2009-12-29, 08:10 PM)Watt Wrote: [ -> ]You are writting from windows? htaccess file doesn't work there Smile
Try on some web server with apache (and enabled .htaccess - check it, itis very important)

Try
http://localhost/mybb/tags.php?tag=microsoft
If this does work it is 100% .htaccess problem Toungue


Hey thanks a Lot , yeah Sure i am using windows

i tried this and it work properly
http://localhost/mybb/tags.php?tag=microsoft

so how can we get this url to work
http://localhost/mybb/tag/microsoft
how do i enable htaccess
It depends on your server (?), for example Webserv Toungue

its on a *nix server. 
*nix doesn't supprot htaccess, it has got some rewrites but hosing's admin has to approve it. (I'm not sure of it - I have got my forum *nix and admin has to add rewrites - I couldn't)
.htaccess works on apache server for sure.
Hey Watt,
My Bad. it is a Apache server, SERVER_SOFTWARE Apache/1.3.41.

My forum url is http://www.yeati.com/forum/

so .htaccess shuld work.



.htaccess is
RewriteEngine on
	RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
	RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

	RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
	RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
	RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
	RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
	RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
	RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
	RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

	RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

	RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

	RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

	RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
	RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

	RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]



RewriteEngine on
    	RewriteRule ^forum/tag/([^/]+)$ tags.php?tag=$1 [L,QSA]
    	RewriteRule ^forum/tag/([^/]+)/([^-/]+)$ tags.php?tag=$1&page=$2 [L,QSA]
    	RewriteRule ^forum/tag/$ tags.php [L,QSA]

what is wrong??

Now Whats Wrong?
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