• 8
  • 49 RepliesReplies
  • 42401 ReadTimes Read
  • 62 PointsPoints

Topic: Tagging System SMFSIMPLE

Usuario: 4kstore
Rango: Moderador Global
Mensajes: 4916
Points: 8111
Mi web: http://www.smfsimple.com
Perfil: View Profile
Pais:
ar
Re:Tagging System SMFSIMPLE
Reply #30 March 08, 2013 - 02:40 14:40
Bueno, acabo de actualizar el paquete con el fix que puso manix.
Saludos y gracias!

no avatar
Usuario: panda2
Rango: Guest
Re:Tagging System SMFSIMPLE
Reply #31 April 24, 2013 - 02:03 14:03
The problem with tagging in Russian.
Do not add.
English works.

no avatar
Usuario: lazo50
Rango: Nuevo Usuario
Mensajes: 8
Points: 3
Mi web: http://x-rated.info/mom
Perfil: View Profile
Pais:
it
Re:Tagging System SMFSIMPLE
Reply #32 June 21, 2013 - 04:43 16:43
many tnx for excellent mod

Usuario: mehrtadbir
Rango: Recién Llegado
Mensajes: 1
Points: 0
Mi web: http://irmeta.com
Perfil: View Profile
Pais:
ir
Re:Tagging System SMFSIMPLE
Reply #33 October 10, 2013 - 08:19 20:19
Hello

I have an error in error log. please help me to fix it

http://irmeta.com/meta/tags
8: Undefined index: page_title
File: /*/Sources/TaggingSystem.php
Line: 136

Code: [Select]
116: function TaggingSystemMain()
117: {
118:
global $modSettings, $context, $settings, $sourcedir, $txt;
119:
120:
loadLanguage('Tagging');
121:
loadTemplate('Tagging');
122:
123:
$subActions = array(
124:
'search' => 'searchTags',
125:
'deletetag' => 'deleteTags',
126:
'suggest' => 'suggestTagsAjaxs'
127:
);
128:
129:
$sa = !empty($_GET['sa']) ? $_GET['sa'] : '';
130:
if (!empty($subActions[$sa]))
131:
call_user_func($subActions[$sa]);
132:
133:
tagList();
134:
tagCloud();
135:
==>136:
$context['page_title'] .= !empty($context['tag_name']) ? ' - ' . $context['tag_name'] : $txt['tags_menu_btn'];
137: }
138:
139: function suggestTagsAjaxs()
140: {
141:
global $smcFunc, $modSettings, $context;
142:
143:
loadTemplate('Tagging');
144:
$initial_req = !empty($_POST['consulta']) ? (string) $smcFunc['db_escape_string']($smcFunc['strtolower']($_POST['consulta'])) : '';
145:
$context['tags_suggests'] = array();
146:
$modSettings['tag_max_suggested'] = !empty($modSettings['tag_max_suggested']) ? (int) $modSettings['tag_max_suggested'] : 3;
147:
148:
if (!empty($initial_req))
149:
{
150:
$request = $smcFunc['db_query']('', '
151:
SELECT id_tag, tag
152:
FROM {db_prefix}tags
153:
WHERE tag LIKE "'.$initial_req.'%"
154:
LIMIT '.$modSettings['tag_max_suggested'].''
155:
);
156:
while($row = $smcFunc['db_fetch_assoc']($request))


Usuario: 4kstore
Rango: Moderador Global
Mensajes: 4916
Points: 8111
Mi web: http://www.smfsimple.com
Perfil: View Profile
Pais:
ar
Re:Tagging System SMFSIMPLE
Reply #34 November 10, 2013 - 10:39 22:39
Se actualizo el mod corrigiendo algunos errores que se daban con los permisos, foros y al editar tags.
Esperemos que funcione mejor pero cualquier cosa pueden crear un tema nuevo en la sección de soporte para revisar.
Saludos

Usuario: naxop
Rango: Nuevo Usuario
Mensajes: 128
Points: 1
Mi web: http://emegabeta.com
Perfil: View Profile
Re:Tagging System SMFSIMPLE
Reply #35 March 05, 2014 - 08:12 20:12
Esto ayuda en el seo de una foro o no?

Usuario: 4kstore
Rango: Moderador Global
Mensajes: 4916
Points: 8111
Mi web: http://www.smfsimple.com
Perfil: View Profile
Pais:
ar
Re:Tagging System SMFSIMPLE
Reply #36 March 05, 2014 - 08:15 20:15
Esto ayuda en el seo de una foro o no?

En teoria, pero la principal funcion es relacionar contenido o por lo menos asi lo veo yo.
Saludos

no avatar
Usuario: SilverKnight
Rango: Recién Llegado
Mensajes: 5
Points: 0
Mi web: www.hypergamer.net
Perfil: View Profile
Re:Tagging System SMFSIMPLE
Reply #37 August 20, 2014 - 08:27 20:27
Where do i download this?

no avatar
Usuario: bsd2000
Rango: Nuevo Usuario
Mensajes: 6
Points: 1
Mi web: http://www.vinylaudio.net/
Perfil: View Profile
Pais:
us
Re:Tagging System SMFSIMPLE
Reply #38 September 12, 2014 - 07:19 07:19
Hello!

How many credits does this modification cost? What is the latest version number?

Thanks!

no avatar
Usuario: Limkos
Rango: Recién Llegado
Mensajes: 11
Points: 0
Perfil: View Profile
Pais:
gs
Re:Tagging System SMFSIMPLE
Reply #39 September 12, 2014 - 09:16 09:16
Lo que andaba buscando, gracias

no avatar
Usuario: Rik
Rango: Recién Llegado
Mensajes: 2
Points: 0
Mi web: http://www.smfsimple.com/
Perfil: View Profile
Pais:
us
Re:Tagging System SMFSIMPLE
Reply #40 November 09, 2014 - 12:00 00:00
 i dont get it How to download/buy mods here ? please help
Thanks!

Usuario: Papá distante
Rango: Moderador Global
Mensajes: 3504
Points: 168
Perfil: View Profile
Pais:
de
Re:Tagging System SMFSIMPLE
Reply #41 November 09, 2014 - 06:52 06:52
You need to buy a credit first, one credit = one mod/download

http://www.smfsimple.com/index.php?action=buycredits

Usuario: Matias-
Rango: Nuevo Usuario
Mensajes: 78
Points: 9
Mi web: http://muserver.org/
Perfil: View Profile
Pais:
ar
Re:Tagging System SMFSIMPLE
Reply #42 November 10, 2014 - 01:15 13:15
 Excelente!  :-[  ;D

no avatar
Usuario: iain.sherrif
Rango: Recién Llegado
Mensajes: 4
Points: 0
Mi web: http://www.dsdglobalsupport.com
Perfil: View Profile
Pais:
gb
Re:Tagging System SMFSIMPLE
Reply #43 April 23, 2015 - 12:20 12:20
Hi.
I have this tagging system and ezportal.

Do you have block codes I can try to get a tag block ?
Thanks

no avatar
Usuario: iain.sherrif
Rango: Recién Llegado
Mensajes: 4
Points: 0
Mi web: http://www.dsdglobalsupport.com
Perfil: View Profile
Pais:
gb
Re:Tagging System SMFSIMPLE
Reply #44 April 29, 2015 - 04:12 04:12
Hello.
I am getting errors that make no sense.
Code: [Select]
Apply Filter: Only show the error messages of this URL
http://************.com/index.php?action=profile;area=forumprofile
Apply Filter: Only show the errors with the same message
8: Undefined index: label
Apply Filter: Only show the errors from this file
File: /home3/f1162343/public_html/***********.com/Themes/default/languages/Tagging.english.php (generic_menu_dropdown_above sub template - eval?)
Line: 180
Code: [Select]
Apply Filter: Only show the error messages of this URL
http://dsdglobalsupport.com/index.php?action=profile;area=summary;u=617
Apply Filter: Only show the errors with the same message
8: Undefined index: label
Apply Filter: Only show the errors from this file
File: /home3/f1162343/public_html/dsdglobalsupport.com/Themes/default/languages/Tagging.english.php (generic_menu_dropdown_above sub template - eval?)
Line: 180

There is no line 180 ?

 

TAGS



Subject Replies
Tutoriales y Tips SMF Started by 4kstore 8 Replies
8453 Views
Mods SMFSimple Started by 4kstore 10 Replies
11529 Views
Mods SMFSimple Started by 4kstore 14 Replies
10837 Views
Mods SMFSimple Started by 4kstore 183 Replies
147057 Views
Mods SMFSimple Started by 4kstore 60 Replies
41937 Views
top

Smfsimple.com es un sitio destinado a brindar un servicio de soporte y herramientas para foros realizados con el sistema de foros gratuito simplemachines.org. Contamos con un selecto equipo de desarrolladores y conocedores del sistema, sus foros estaran en buenas manos.
This site is not affiliated with or endorsed by Simple Machines