Simple Tagging

Started by Fustrate, March 30, 2009, 12:50:59 AM

Previous topic - Next topic

Arveles

$helptxt['tags'] = '<b>Etiket Ayarları</b><br />
   Burada forumunuzla ilgili etiket ayarlarını düzenleyebilirsiniz..';
$txt['tags_cant_delete'] = 'Bu etiket bulunamadı, bunun için silebilirsiniz!';
Elveda SMF...

Özgür

Hmm. I send pm for you. Please read.
So Long


Özgür

Simple Demo =)
http://www.rockayseri.net/rk/tags/
So Long

Groundhog

Thanks Fustrate

I installed this mod and, as far as I can tell, it is working perfectly.

Now please excuse my complete ignorance here but for some reason I'm not fully understanding what this tag feature is suppose to achieve? Would you mind explaining the thinking behind this feature. It's probably going to be dead obvious and I'm going to look a bit silly once you explain. :-[

The reason I'm a little confused is that I had thought that it would add the keywords into the source for the posted message thus giving each message some unique keywords for search engines but the keywords aren't in the message so it's nothing to do with that, I think?

Is it basically an extra search or menu system that lists topics by their keywords? or is it more than that?

What ever it's main intended purpose it looks like a helpful extra tool to have.

Many Thanks

glennk

Will this work on the tags I have already got using vbgamers tag mod ?

Fustrate

I'm still working on tweaking the install script for that... but that's the only thing I have left to fix for 1.0.1 :)

Quote from: Groundhog on April 02, 2009, 04:45:16 AM
Thanks Fustrate

I installed this mod and, as far as I can tell, it is working perfectly.

Now please excuse my complete ignorance here but for some reason I'm not fully understanding what this tag feature is suppose to achieve? Would you mind explaining the thinking behind this feature. It's probably going to be dead obvious and I'm going to look a bit silly once you explain. :-[

The reason I'm a little confused is that I had thought that it would add the keywords into the source for the posted message thus giving each message some unique keywords for search engines but the keywords aren't in the message so it's nothing to do with that, I think?

Is it basically an extra search or menu system that lists topics by their keywords? or is it more than that?

What ever it's main intended purpose it looks like a helpful extra tool to have.

Many Thanks

It's basically an extra search, and a way to group topics that are about the same things.
Steven Hoffman
Former Team Member, 2009-2012

Kimmie

any kind of way you can post the screenshots of this mod that you said you would post back on 3/30? :)

Fustrate

I've been very busy, haven't had time to play around with the mod so I can get some good pictures.
Steven Hoffman
Former Team Member, 2009-2012

islam2hamy

Thank you , very good mod ,

Arabic translation :


<file name="$languagedir/Modifications.arabic-utf8.php" error="skip">
   <operation>
      <search position="end" />
      <add><![CDATA[
// Simple Tagging
$txt['tags'] = 'كلمات بحث';
$txt['tags_instructions'] = 'أكتب كلمات البحث الخاصه بالموضوع هنا , ضع فاصل بين كل كلمة و الاخرى .';
$txt['tags_admin'] = 'كلمات بحث';
$txt['tags_title'] = 'كلمات بحث';
$txt['tags_main'] = 'الرئيسية';
$txt['tags_view'] = 'إظهر الكل';
$txt['tags_settings'] = 'إعدادات';
$txt['tags_edit'] = 'تعديل كلمات البحث';
$txt['tags_view_single'] = 'إظهر كلمات البحث';
$txt['tags_cloud'] = 'السحابة';
$txt['tags_name'] = 'إسم كلمة البحث';
$txt['tagsadmin_settings_title'] = 'إدارة الإعدادت';
$txt['tagsadmin_view_title'] = 'إظهر كلمات البحث';
$txt['tags_description'] = 'هذه الصفحه تسحمك لك بمشاهدة , تعديل و حذف كلمات البحث .';

$txt['tags_topic_settings'] = 'إعدادات المواضيع';
$txt['tags_tag_cloud'] = 'سحابت كلمات البحث';
$txt['tags_maximum_length'] = 'الحد الأقصى لطول كلمة البحث';
$txt['tags_minimum_length'] = 'الحد الأدنى لطول كلمة البحث';
$txt['tags_maximum_tags'] = 'الحد الأقصى لكلمات البحث للموضوع الواحد';
$txt['tags_in_cloud'] = 'إظهار كلمات البحث فى سحابت كلمات البحث';
$txt['tags_minimum_text_size'] = 'حجم الخط الأدنى الذى سوف يتم الكتابه به';
$txt['tags_maximum_text_size'] = 'حجم الخط الأقصى الذى سوف يتم الكتابة به';
$txt['tags_settings_saved'] = 'تم الحفظ .';

$txt['tags_no_topics_tagged'] = 'عذرا , لا يوجد موضوع يحوى كلمة البحث هذه .';
$txt['tags_none_in_cloud'] = 'عذرا , لم يتم كتابة اى كلمة بحث لأى موضوع!';
$txt['tags_tagged_with'] = 'الموضوعات ذات كلمة البحث';
$txt['modify_tag'] = '[تعديل]';
$txt['delete_tag'] = '[حذف]';
$txt['tags_are_you_sure'] = 'هل أنت متأكد من أنك تريد حذف كلمة البحث هذه؟';
$txt['tags_we_did_it'] = 'تم تحديث كلمات البحث .';
$txt['tags_rename_instructions'] = '<b>تعليمات:</b> أكتب اسم كلمت البحث الجديدة. اذا لم يكن هناك كلمات بحث موجودة بهذا الاسم, فقط الاسم سوف يتم تغييره. و إذا كان الاسم موجود بالفعل, فإن كلمتى البحث ستم دمجهم تحت الاسم الجديد.';]]></add>
   </operation>
</file>

<file name="$languagedir/Help.arabic-utf8.php" error="skip">
   <operation>
      <search position="end" />
      <add><![CDATA[
$helptxt['tags'] = '<b>إعدادات كلمات البحث</b><br />
   هنا يمكنك مشاهدة و تعديل كلمات بحث المنتدى.';]]></add>
   </operation>
</file>

<file name="$languagedir/Errors.arabic-utf8.php" error="skip">
   <operation>
      <search position="end" />
      <add><![CDATA[
$txt['tags_cant_delete'] = 'كلمة البحث غير موجودة , لذلك فإنه لا يمكن حذفها!';]]></add>
   </operation>
</file>


please before put the translation in the file be sure that the file encode is UTF-8

Arabic Translator - Web Designer
My Mods / My Themes  //  GfxLand





Groundhog

Thanks Fustrate for the response.

It was working well and then my preview button stopped working when creating a message. As your mod made changes to the post page I amused that it may have been related.

Sorry for doubting you as I found the another mod that was causing the problem. However I uninstalled your mod and then wanted to just reinstall again. No other mods were installed in between times but the mod parser suggested no problems but after the last step I received this message:


Table '**MY TABLE**.tags' doesn't exist
File: /****/****/****/****/Packages/temp/install.php
Line: 20


and the mod didn't install. Any idea what that means and what I should do?

Many Thanks

fotografo74

Thanks for this useful and nice Mod :-)
A question ( sorry for my english...)
It's possible  put the tag cloud in the PHP block for portal system? ( SimplePortal, TinyPortal, EzPortal....)
Thanks!
Antonio

glennk

Quote from: Fustrate on April 02, 2009, 10:44:50 AM
I'm still working on tweaking the install script for that... but that's the only thing I have left to fix for 1.0.1 :)


Hi Frustrate. Is this in relation to my question ??

Many thanks - Glenn

t0AsD

Thanks for this, I will be upgrading from vbgamer's tag system once you get around to making a converter :)

Fustrate

#34
Actually, this one should convert it when you install... if you try it, tell me if any errors occur.

This is version 1.0.1, which isn't on the mod site. If you're on 1.0, please try upgrading with this one on top of the old one, and also tell me if any errors occur.
Steven Hoffman
Former Team Member, 2009-2012

Özgür

I installed this one. No error for me, worked fine.
So Long

fotografo74

Quote from: fotografo74 on April 04, 2009, 08:31:57 AM
Thanks for this useful and nice Mod :-)
A question ( sorry for my english...)
It's possible  put the tag cloud in the PHP block for portal system? ( SimplePortal, TinyPortal, EzPortal....)
Thanks!
Antonio

In Tagging.php i have function ViewCloud() and in Tagging.template.php i have function template_cloud()
How can i manage this for display the tag cloud in PHP portal block?
This could be nice addition for portal home page!
Thanks!
Antonio

Fustrate

I'll try to condense the code and make it more portal-friendly this afternoon... I have to go to work right now :)
Steven Hoffman
Former Team Member, 2009-2012

Sudhakar Arjunan

Quote from: Fustrate on April 10, 2009, 10:23:27 AM
I'll try to condense the code and make it more portal-friendly this afternoon... I have to go to work right now :)

Kindly add a converter for tagging system too.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Fustrate

It's in the one I posted above. Just install that package with an already existing {db_prefix}tags and {db_prefix}tag_logs tables, and it'll convert for you.
Steven Hoffman
Former Team Member, 2009-2012

Advertisement: