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
Oh, you can change it in inc/class_paser.php in mybb engine I think.
Hi

i install "Simple TagCloud Plugin" but after active , i have a high load in mysql service and i must deactive plugin

some table in database,
thread table : about 10 meg
stcp table : about 3 meg
trafic load on this database : about 100 ip per min
any idea ?
(2010-05-17, 06:33 PM)ab1168 Wrote: [ -> ]Hi

i install "Simple TagCloud Plugin" but after active , i have a high load in mysql service and i must deactive plugin

some table in database,
thread table : about 10 meg
stcp table : about 3 meg
trafic load on this database : about 100 ip per min
any idea ?
It's probably the queries from the plugin.
yes , some query in this plugin eat much more cpu & ram of server
i think this plugin doesnt work for forum with big database
i found this query but this is main query for engin plugin
if any body have the same problem and solve this or he have an idea about it
plz say me
Isn't this Labrocca's plugin? if so you're releasing a licensed plugin.
(2010-05-26, 04:55 AM)GFX Wrote: [ -> ]Isn't this Labrocca's plugin? if so you're releasing a licensed plugin.

no..there are several tag cloud plugins.....

this 1, labrocca has 1 and so does lex.
I'm preety sure MyBB Team verify all plug ins before there put into the mods section so that nobody can copy others work.
Hi,

I reviewed your plugin and have some suggestions:

1. Add the following to the end of deactivate function:

rebuild_settings();

This will clean the settings.php file. Whenever you add or remove settings you should call this function.

2. On every table you forgot cellspacing and cellpadding tag. Typically MyBB tables are build like this:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

At the moment your tables don't look like MyBB tables. Wink
3. It seems that templates are not reverted cleanly on deactivation.

On templates editpost and newthread there is a space left:

<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" />

4. It would be better to use install and uninstall functions to modify database and activate and decativate only for switching the plugin on or off.
installed on 1.4.13 and it not work or even display, htacess correct

even index template say its there

php 5.3.2

is it compatable with the google seo plugin here ?
Hello!

I'm very sorry for not being here for ~month Toungue I have got so much work left and I will fix plugin in holidays.

This plugin is not Lex's plugin. Plugin works with newest version of mybb and works with google seo.

This plugin can oveload server, I don't have idea how to handle with this. Maybe cache (I don't know how cache exacly looks in mybb)? If you have got better idea how to make query in this plugin, help me Smile

querschlaeger, thanks for help I'll try to fix those bugs.


Thanks!
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