News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Tagging System For Topics

Started by SMFHacks.com Team, December 19, 2006, 10:59:20 AM

Previous topic - Next topic

vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Kimmie

Quote from: vbgamer45 on November 26, 2009, 12:16:36 PM
Released 2.2.1 of the tagging system for SMF 2.0 RC2
Fixed a bug with the SMF 2.0 version that did not allow adding tags on new topic


What about for those of us who are running SMF 2.0 RC1.2?

Bruno36

I have an error message when I click on the tag in the top menu

QuoteUtilisation invalide de la clause GROUP
Fichier: /home/www/sospc/www/smf/Sources/Tags2.php
Ligne: 101
Bruno36 the French
SMF 2.0.9

vbgamer45

Quote from: Kimmie on November 27, 2009, 01:27:19 AM
Quote from: vbgamer45 on November 26, 2009, 12:16:36 PM
Released 2.2.1 of the tagging system for SMF 2.0 RC2
Fixed a bug with the SMF 2.0 version that did not allow adding tags on new topic


What about for those of us who are running SMF 2.0 RC1.2?
Should be fixed for that too
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

distante

Do I have to make a Manual Install for a custom template in RC1 ?

vbgamer45

Yes if the template has a custom Display.template.php file
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

beltazar

great mod ! I Love it.
I'm using Portamx and want to add Popular Tags in a Portamx block so Popular Tags seen in every pages
how is the code to do that ?

thx

vbgamer45

No prebuilt standalone tag cloud codes I do have a block built into ezportal you might be able to grab that code and place it in another portal
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Kimmie

Quote from: vbgamer45 on November 27, 2009, 10:36:30 AM
Quote from: Kimmie on November 27, 2009, 01:27:19 AM
Quote from: vbgamer45 on November 26, 2009, 12:16:36 PM
Released 2.2.1 of the tagging system for SMF 2.0 RC2
Fixed a bug with the SMF 2.0 version that did not allow adding tags on new topic


What about for those of us who are running SMF 2.0 RC1.2?
Should be fixed for that too

ok sooooo.. is this an "upgrade"? Do we need to uninstall our current version and then install the new version? If we do have to uninstall, will the DB retain all the information so we do not lose the current tags when we install the new version?


vbgamer45

Yes uninstall then install the latest version. Uninstall does not remove the data or tags
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

beltazar

Quote from: vbgamer45 on November 27, 2009, 03:52:15 PM
No prebuilt standalone tag cloud codes I do have a block built into ezportal you might be able to grab that code and place it in another portal
I cannot find your block code for ezportal.


btw, I make this code and try it. it's work

global $sourcedir, $txt, $context, $scripturl;

require_once($sourcedir . '/Tags2.php');
ViewTags();

if (isset($context['poptags']))
echo $context['poptags'];


is that code correct or not ?
how to make it center align ?



Kimmie

I really hate to keep bugging you because I have bugged you on this for 3 months now..lol

Unfortunately, there is no place to parse the old tag mod so I cannot get the codes for that mod removed from my custom themes. Is there anyway you can simply post the changes here that you made regarding the issue of tags not being able to be added when a new thread is created so that I can go in and make them manually to all my themes?

Since I will not be able to get the codes removed properly, I know of no other solution and I didnt want to run the risk of the old code causing problems.

Thanks

vbgamer45

Just parse the new version and replace the code with the updated code.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Sudhakar Arjunan

Quote from: vbgamer45 on November 26, 2009, 12:16:36 PM
Released 2.2.1 of the tagging system for SMF 2.0 RC2
Fixed a bug with the SMF 2.0 version that did not allow adding tags on new topic

Appreciate your dedication towards the update.

Good Work
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Sudhakar Arjunan

http://forum.com/index.php?topic=35631.0
Apply Filter: Only show the errors with the same message
8: Undefined index: can_approve_posts
Apply Filter: Only show the errors from this file
File: /home/forum/Themes/default/GenericControls.template.php (main sub template - eval?)
Line: 826
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

anto74

Thanks for this Mod.
After installation i have this error if i open one topic:

Unknown column 't.tag' in 'field list'
File: /home/macrofor/public_html/Sources/Display.php
Riga: 205


The line 205 is: t.id_member_started, t.id_first_msg, t.id_last_msg, t.approved, t.unapproved_posts,


// Get all the important topic info.
$request = $smcFunc['db_query']('', '
SELECT
t.num_replies, t.num_views, t.locked, ms.subject, t.is_sticky, t.id_poll,
t.id_member_started, t.id_first_msg, t.id_last_msg, t.approved, t.unapproved_posts,
' . ($user_info['is_guest'] ? 't.id_last_msg + 1' : 'IFNULL(lt.id_msg, IFNULL(lmr.id_msg, -1)) + 1') . ' AS new_from
' . (!empty($modSettings['recycle_board']) && $modSettings['recycle_board'] == $board ? ', id_previous_board, id_previous_topic' : '') . '
FROM {db_prefix}topics AS t
INNER JOIN {db_prefix}messages AS ms ON (ms.id_msg = t.id_first_msg)' . ($user_info['is_guest'] ? '' : '
LEFT JOIN {db_prefix}log_topics AS lt ON (lt.id_topic = {int:current_topic} AND lt.id_member = {int:current_member})
LEFT JOIN {db_prefix}log_mark_read AS lmr ON (lmr.id_board = {int:current_board} AND lmr.id_member = {int:current_member})') . '
WHERE t.id_topic = {int:current_topic}
LIMIT 1',
array(
'current_member' => $user_info['id'],
'current_topic' => $topic,
'current_board' => $board,
)
);


Thanks
Antonio

Bruno36

Quote from: Bruno36 on November 27, 2009, 03:09:09 AM
I have an error message when I click on the tag in the top menu

QuoteUtilisation invalide de la clause GROUP
Fichier: /home/www/sospc/www/smf/Sources/Tags2.php
Ligne: 101


http://www.scooter-chinois-4t.com/index.php?action=tags
Bruno36 the French
SMF 2.0.9

Sudhakar Arjunan

Quote from: A.SK on November 28, 2009, 11:57:24 PM
http://forum.com/index.php?topic=35631.0
Apply Filter: Only show the errors with the same message
8: Undefined index: can_approve_posts
Apply Filter: Only show the errors from this file
File: /home/forum/Themes/default/GenericControls.template.php (main sub template - eval?)
Line: 826

Quote from: vbgamer45 on November 28, 2009, 11:58:56 PM
That does not look like part of the Tagging System

You are right vbgamer45.

Solved here http://www.simplemachines.org/community/index.php?topic=49410.msg2391302#msg2391302
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

kai920

Quote from: vbgamer45 on November 26, 2009, 05:22:51 PM
You can't edit tags. You can only add and remove.

Can I edit tags directly in the smf_tags table? (will it cause any issues in the frontend?)

Advertisement: