SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
February 10, 2012, 08:36:35 am

Login with username, password and session length
Members
Total Members: 9903
Latest: jaredvaldez2
Stats
Total Posts: 27784
Total Topics: 4859
Online Today: 76
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 62
Total: 62
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
| | | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 4 5 [6] 7 Go Down Print
Author Topic: [Mod] Tagging System  (Read 65468 times)
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9391


View Profile
« Reply #75 on: April 09, 2009, 08:09:35 pm »

Not sure if I updated that mod to support RC1 I don't think I did.
Logged
sudhakar
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #76 on: April 10, 2009, 10:58:48 am »

Not sure if I updated that mod to support RC1 I don't think I did.

Ok Author,

Do we have any update on it.

I miss the tagging system since i have upgrade to 2.0.RC1.

Kindly help me out to fix the issue.
Logged
jmtm
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #77 on: May 20, 2009, 03:56:54 am »

Excellent mod! Thanks the Author!

Question: how I can give the chance to all users (except guests) to add and delete tags in any theme?

Thanks!

Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9391


View Profile
« Reply #78 on: May 20, 2009, 07:50:14 am »

In any theme gets tricky you will need to add the code to the display.template.php for each custom theme.

Permissions are found are Admin -> Permissions then modifying each group.
Logged
jmtm
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #79 on: May 20, 2009, 06:13:13 pm »

Sorry, English not my native language...

Here a code in display.template.php
Code:
// Tagging System
echo '<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="windowbg">
<b>', $txt['smftags_topic'], '</b>';



foreach ($context['topic_tags'] as $i => $tag)
{
echo '<a href="' . $scripturl . '?action=tags;tagid=' . $tag['ID_TAG']  . '">' . $tag['tag'] . '</a>&nbsp;';
if(!$context['user']['is_guest'])
echo '<a href="' . $scripturl . '?action=tags;sa=deletetag;tagid=' . $tag['ID']  . '"><font color="#FF0000">[X]</font></a>&nbsp;';

}

global $topic;
if(!$context['user']['is_guest'] && allowedTo('smftags_add'))
echo '
&nbsp;<a href="' . $scripturl . '?action=tags;sa=addtag;topic=',$topic, '">' . $txt['smftags_addtag'] . '</a>

</td>
</tr>
</table>';

//End Tagging System

If I have correctly understood... This part of a code allows the admin to delete tags
Code:
if(!$context['user']['is_guest'])
echo '<a href="' . $scripturl . '?action=tags;sa=deletetag;tagid=' . $tag['ID']  . '"><font color="#FF0000">[X]</font></a>&nbsp;';

This part of a code allows the admin to add tags
Code:
if(!$context['user']['is_guest'] && allowedTo('smftags_add'))
echo '
&nbsp;<a href="' . $scripturl . '?action=tags;sa=addtag;topic=',$topic, '">' . $txt['smftags_addtag'] . '</a>

I understand that "sa" it is the administrator, but I do not know how to designate other Membergroups.
Set please an example of a code for for other Membergroups!

Thanks!
Logged
jmtm
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #80 on: May 20, 2009, 07:20:52 pm »

Sorry, has downloaded mod from your site, has reinstalled, all works! Thanks!
« Last Edit: May 20, 2009, 10:41:28 pm by jmtm » Logged
Vincent Volmer
Community Suite Customer
Sr. Member
******
Offline Offline

Posts: 462


SMF 2.0.1


View Profile WWW
« Reply #81 on: May 22, 2009, 04:10:43 pm »

When I save a post with some tags I get an error:

Code:
Fatal error: Call to undefined function create_control_autosuggest() in /shared/usr/wzen1234567/DOMAIN/www.digiscrap.nl/HTML/Sources/Post.php on line 1809

Thanks in advance,
Vincent
Logged

Vincent Volmer
Community Suite Customer
Sr. Member
******
Offline Offline

Posts: 462


SMF 2.0.1


View Profile WWW
« Reply #82 on: May 22, 2009, 04:29:57 pm »

I tried un-install the mod and install it again but now i see the next error:


Code:
http://digiscrap.nl/index.php?action=admin;area=packages;sa=install2;package=TaggingSystemForTopicsSMF2.1.zip;pid=0
Databaseerror: Table 'centanin486.tags' doesn't exist
File: /shared/usr/wcen7085654/DOMAIN/www.digiscrap.nl/HTML/Packages/temp/tagsql.php
Line: 46


And it tells me that I have an out dated database (2.0RC1) instead of RC1-1.
I upgraded SMF from RC1 to RC1-1 yesterday. So...... what happened when I uninstalled the mod? Did it destroy the database somehow?

Brrrrr please help me on this....

Vincent
Logged

Vincent Volmer
Community Suite Customer
Sr. Member
******
Offline Offline

Posts: 462


SMF 2.0.1


View Profile WWW
« Reply #83 on: May 23, 2009, 01:03:30 am »

I installed it on my test website and the installation went fine. Yesterday evening I was a bit to enthusiastic and installed it on the live website instead of the test website...  Sad

So, there must be something with one of the other mods on my live website which caused the errors..... maybe....

1.     Pretty URLs Reverter      0.9.1
2.    Custom Fields On Memberlist
3.    Sitemap    2.0.0
4.    Latest Members RC1    1.1
5.    SMF Gallery Pro Recent Profile Images    1.0
6.    PortaMx v0.956    0.956
7.    SMF 1.0.17 / 1.1.9 / 2.0 RC1 Update    1.0
8.    PortaMx v0.957 Rev1    0.957r1
9.    Prettier_Quotes    1.12
10.    Stop Spammer    2.2
11.    Global Headers Footers    2.0
12.    Internal_Links_Use_Same_Window    1.2
13.    Ad Managment    2.3.4
14.    Downloads System Pro    1.0.4
15.    PortaMx v0.957 Rev2    0.957r2
16.    Users Online Today    1.5.4
17.    SMF Gallery Pro    1.4.5
18.    PortaMx v0.957    0.957
19.    SMF Gallery Pro SSI    2.0
20.    Member Color Link    3.0.6
21.    SMF Canonical Tag    1.2
22.    SMF Gallery Pro Recent Comments Board Index    2.0
23.    SSI Latest Members    1.0.1
24.    MCLegendII RC1    3.0
Logged

wimvincken
Newbie
*
Offline Offline

Posts: 6


View Profile
« Reply #84 on: July 24, 2009, 06:09:09 am »

I tried to install this amazing tagging system and I have the SMF 2.0 RC1.2
Installing it via the package manager goes well, only two problems.

One with the admin.php and the second with the Display.template.php
The admin.php is quickly resolved, but the Display.template.php not.

After some moving around and playing with the results, I found it!

I look and when I add a new post, I see the textbox with the tags.
But then when I want to save the data, I see a blank screen!

Not only that, but where does he displays all the tags at the bottom of the post? I have no idea. At the end it was safer to roll back and wait until there is a real version for the SMF 2.0 RC1.2
Logged
voythas
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #85 on: July 25, 2009, 11:03:47 am »

Hey buddy,
I like your mods and hacks for SMF, however I have one question about it. On my forum there is installed also: SMF Articles and SMF Downloads. Is it possible to combine keywords from those mods and put them into one Cloud Tag with Threads? Oh and I mean for SMF 1.1.10.

It would be really helpful.
Thanks in advance - voythas.
« Last Edit: July 25, 2009, 11:05:28 am by voythas » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9391


View Profile
« Reply #86 on: July 25, 2009, 11:31:57 am »

Not at the moment would require a good amount of work to do so.
Logged
dazzledark
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #87 on: September 09, 2009, 03:13:57 pm »

http://www.meydangorusu.com/forum/index.php?action=tags

Invalid use of group function
Dosya: /vhosts/meydangorusu.com/http/forum/Sources/Tags.php
Satır: 106

how can i fix this_?
Logged
dazzledark
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #88 on: September 09, 2009, 03:47:43 pm »

no solutions?
Logged
nico
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #89 on: May 08, 2010, 12:10:32 pm »

http://www.meydangorusu.com/forum/index.php?action=tags

Invalid use of group function
Dosya: /vhosts/meydangorusu.com/http/forum/Sources/Tags.php
Satır: 106

how can i fix this_?

Hello,

i have same error, what can i do?

Thank you & nice WE

nico
Logged
Pages: 1 ... 4 5 [6] 7 Go Up Print 
« previous next »
Jump to:  

Recent
by exit
[Today at 06:10:53 am]

[Today at 03:46:15 am]

[Today at 02:30:16 am]

[Today at 02:29:51 am]

[February 09, 2012, 05:30:55 pm]

by exit
[February 09, 2012, 04:47:13 pm]

[February 08, 2012, 09:09:16 pm]

[February 08, 2012, 09:11:02 am]

[February 08, 2012, 09:07:32 am]

[February 08, 2012, 03:46:49 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.307 seconds with 21 queries.