MyBB Community Forums

Full Version: MyBB-Tags
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
Hi, My-BB.Ir

v3 when future ?

Thanks in advance.
(2014-10-23, 03:26 AM)Omar G. Wrote: [ -> ][*]isset returns boolean itself, maybe just codign preferences:

if(isset($mybb->settings['tags_enabled']))
 {
 return true;
 }
[*]

Hi,
I don't understand why it isn't good?

[/quote]

Not really an issue, you could return isset($mybb->settings['tags_enabled']) which will give the same result. An if check is redundant.
tag error. Sad

tag-miyim?.html
tag-miyiz?.html
tag-giderilir?.html
tag-alabilirim?.html
tag-okumak?.html
tag-sorgu??.html

problem "?"
(2014-12-26, 10:39 PM)ozanakkaya Wrote: [ -> ]tag error. Sad

tag-miyim?.html
tag-miyiz?.html
tag-giderilir?.html
tag-alabilirim?.html
tag-okumak?.html
tag-sorgu??.html

problem "?"

https://github.com/ATofighi/MyBB-Tags/issues/33

v3 version of this problem will be resolved.

Bunun için gerekli bildirimi yaptım ben hocam, gerekli düzenlemeyi yapımcısı ile birlikte sağladık, v3 sürümünde düzelmiş olarak yayınlanacak.

http://community.mybb.com/thread-159795-...pid1106841
using of this increase the google ranking or not ????
I really like this plugin and I'm using this plugin on my forums community. There's just something I want to ask you: How do I move the tags table from up to down in the threads display? I'd like to put the table just over the quick reply form and remove it from over the first post of each topic, because it's stressing sometimes.
(2014-12-26, 10:39 PM)ozanakkaya Wrote: [ -> ]tag error. Sad

tag-miyim?.html
tag-miyiz?.html
tag-giderilir?.html
tag-alabilirim?.html
tag-okumak?.html
tag-sorgu??.html

problem "?"

I've solved by adding a line of code:

Below this line:

$subject = $thread['subject'];

Add this other:

$subject = str_replace(array("?", "¿", "!", "¡"), '', $subject);

https://github.com/ATofighi/MyBB-Tags/issues/47
on the mods website its Last Updated: 09-30-2014.
Should i use the one on mods website or download from github?
Automatically created tags from old topic names is not working. Everyone of them acts like unique. If I have two topics with tags UFO then it always find only one topic not others. What could be the problem?
Someone suggested sitemap URL. Not working in my forum at all, shows only some XML code.
Is it normal to get a 404 error when clicking on a tag?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18