Joomla tags

a real free joomla tag system

  • Increase font size
  • Default font size
  • Decrease font size
 Joomla Tags Support Forum
Welcome Guest   [Register]  [Login]
 Subject :Add which category after clicking a tag.. 2010-03-10 08:23:00 
Inspiration
Apprentice
Joined: 2010-03-09 20:21:23
Posts: 3
Location
Forum : Feature Request
Topic : Add which category after clicking a tag

This should be an easy tweak, unfortunately I'm quite bad at coding myself.


When you click on a tag, you get a list of results with the articletitles that include the tag. I'm looking for that list to also include the category it is in... for example:

This is an Article title (category x)

This is another article title (category Y)

 

The search engine that looks for tags comes up with the article ID so it should be relatively easy to come up with its category ID as well. Should also be easy to make it show up. Again, unfortunately I have no idea how to do so :-(

IP Logged
 Subject :How to fix related articles not showing up in 1.3.0.. 2010-03-10 03:16:40 
VasiliyP
Apprentice
Joined: 2010-03-10 10:12:05
Posts: 1
Location
Forum : Bugs Report
Topic : How to fix related articles not showing up in 1.3.0

Find this line in tags.php

$countQuery='select count(cid) as ct from jos_tag_term_content where tid='.$term->id;

and replace it with

$countQuery='select count(cid) as ct from #__tag_term_content where tid='.$term->id;

IP Logged
 Subject :donation = remove credit link?.. 2010-03-09 19:09:45 
ecweb
Apprentice
Joined: 2010-03-10 02:07:46
Posts: 1
Location
 
Forum : General Question
Topic : donation = remove credit link?

Hi,

I love your Joomla tags system - looks excellent.

I would like though to remove the credit link, could this be done if I give a small donation?

Thanks,

EC Web

IP Logged
Joomla Web Developer Melbourne
 Subject :Long time user css issue.. 2010-03-09 13:56:30 
D0gSoldi3r
Apprentice
Joined: 2010-03-09 20:49:07
Posts: 1
Location
Forum : CssJsCompress
Topic : Long time user css issue

Hi i've been using this for over a year now and it's all been working great and i've loved using it, however recently when i've been using it all my css images have disappeared, when i fire my site up with firebug with cssJS enabled these are the url's i see which shouldn't be displaying

 

/home/funnysta/public_html/templates/rhuk_milkyway/images/orange/mw_box_tl.png

instead of this path

/images/orange/mw_box_tl.png

It's obvious whats going wrong here however i don't know how to fix it, it does this for practically every image when CssJS is enabled, i've been using this for a long time and like using it so it would be a shame to give up on it.

IP Logged
 Subject :Re:Show Most Recent in Related Articles?.. 2010-03-09 13:48:13 
Inspiration
Apprentice
Joined: 2010-03-09 20:21:23
Posts: 3
Location
Forum : General Question
Topic : Show Most Recent in Related Articles?

First of all: thank you for your work and support! I have a question on this subject though:

How does Joomla Tags determine which "Related Articles" are shown?

Is it based on a preference for a maximum number of related tags, or is it based on something like "any article that matches 3 or more"?

To illustrate, article A has 7 tags in common with article B and only 5 with article C. Article D, E, F, G, H all have 3 tags in common with A.

Does it prefer B over article C over the rest?

Or

Will it prefer B, C, D, E, F, G, H all equally because they have 3 or more in common?

Or is it based entirely on something else? ;-)

IP Logged
 Subject :Re:List item order.. 2010-03-09 13:39:46 
Inspiration
Apprentice
Joined: 2010-03-09 20:21:23
Posts: 3
Location
Forum : Feature Request
Topic : List item order

It is nice to be able to sort descending or ascending. The search result however is only a list of article titles... could you add more columns to that? I would love to enable "Hits" as well, probably because I'm sorting descending on hits.

IP Logged
 Subject :MENU Links not showing the sh404sef link.. 2010-03-08 21:13:17 
AbleGamers
Apprentice
Joined: 2010-03-09 04:07:53
Posts: 1
Location
Forum : General Question
Topic : MENU Links not showing the sh404sef link

I created a menu for BLOG LAYOUT  "Deaf Gamers" and the meun item is

http://www.ablegamers.com/index.php?option=com_tag&Itemid=220&lang=en&tag=Deaf%20Gamer&view=tag

 

but I would really like it to be http://www.ablegamers.com/tag/deaf-gamer.html

 

I am making the menu so that I can add modules to it. thanks for the help

IP Logged
 Subject :Joomla Tags for popular Joomla components?.. 2010-03-07 11:05:46 
alex2001
Intern
Joined: 2010-02-14 17:48:19
Posts: 6
Location
Forum : General Question
Topic : Joomla Tags for popular Joomla components?

The question - is it possible to use Joomla Tags with popular Joomla components, such as Eventlist, Phoca Gallery, SOBI2 etc.

If not... maybe you can add these features in future releases of Joomla Tags?

IP Logged
 Subject :Re:Re:is it alive?..... 2010-03-07 10:59:13 
alex2001
Intern
Joined: 2010-02-14 17:48:19
Posts: 6
Location
Forum : General Question
Topic : is it alive?...

oh, Happy New Year!!!! ;)

and please don't forget about us, users and fans of your component ;)

 

IP Logged
 Subject :Fontweight in Custom Tag Cloud.. 2010-03-06 06:52:25 
Eisele
Apprentice
Joined: 2010-03-05 21:12:43
Posts: 1
Location
Forum : General Question
Topic : Fontweight in Custom Tag Cloud

First, thankyou for this great Component.

I have a problem with custom tag cloud. The Fontweigt ist not large, if a Tag in used in many articels.

Is it a bug?

 

beste regards

Marge Eisele

IP Logged
 Subject :Re:Replace space with - in Tag Sef Plugin.. 2010-03-05 14:21:16 
sevenrussian
Apprentice
Joined: 2010-03-05 21:08:09
Posts: 1
Location
Forum : Feature Request
Topic : Replace space with - in Tag Sef Plugin

Do that:

  1. in components/com_tag/route.php before string "return $segments;" insert: "$segments = str_replace(' ','_', $segments);"
  2. in plugins/system/tagSEF.php in function prehandle($uir) before "JRequest::setVar('tag',$tag);" insert "$tag = str_replace ('_',' ', $tag);"

Do this you have url type: "sitename.domain/tags/first_word_and_seond_word.html"

IP Logged
Last Edited On: 2010-03-05 14:21:16 By sevenrussian for the Reason
 Subject :Re:Warning: printf() [function.printf]:.. 2010-03-05 06:26:07 
jakow86
Apprentice
Joined: 2010-03-05 13:21:41
Posts: 1
Location
Forum : Bugs Report
Topic : Warning: printf() [function.printf]:

Go to components/com_tag/views/tag/tmpl/blog.php (or preferebly use a template override).

Go to line 75, and change it from:

<span class="createby"> <?php JText::printf( 'Written by');

into:

<span class="createby"> <?php JText::_( 'Written by');

 

Should work just fine.

IP Logged
 Subject :Re:Tags bad look.. 2010-03-05 03:10:27 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : Bugs Report
Topic : Tags bad look

I will add special chars filter in the next release.

IP Logged
 Subject :Re:Warning: Missing argument 3..... 2010-03-05 03:03:23 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : Bugs Report
Topic : Warning: Missing argument 3...

Joomla 1.5.0 have 3 argument, and in the latest version It have 2 argument.

I will include the fix in the next release.

IP Logged
 Subject :Re:possibility to suppress certain keywords from related articles feat.. 2010-03-05 02:55:18 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : possibility to suppress certain keywords from related articles feature?

Subject :Re:possibility to suppress certain keywords from related articles feature?

Sorry for no response for a long time.

In the last month, it is Chinese traditional new year.

Yes, we can filter certain keywords.

But my to-do-list becomes longer and longer, perhaps you can remove these tags first,

if all articles have the tag, tag will lose category meaning.

You can use the following two sql to remove the tag:

select id,name from jos_tag_term where name='toberemovedtagname'

Find the tag id, then

delete from jos_tag_term_content where tid=the-above-found-id

IP Logged
 Subject :Re:No modules after clicking tag link?.. 2010-03-05 02:46:54 
tigu
Intern
Joined: 2009-11-11 14:59:29
Posts: 5
Location
 
Forum : General Question
Topic : No modules after clicking tag link?

Ok, thanks for your replay. Actually i prefer this module to not be free but working great :)

Cheers

IP Logged
Concursuri
Jocuri
 Subject :Re:Tags in tab.. 2010-03-05 02:34:57 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : Tags in tab

Do you mean tags in tab, and click the tag, the tab will show all related articles?

 

IP Logged
 Subject :Re:Alphabetical order in tags mandatory?.. 2010-03-05 02:31:45 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : Alphabetical order in tags mandatory?

About the tags order, I will add an option so that it can show tags just as input.

About the sh404sef, it seems work fine now.

IP Logged
 Subject :Re:Show Most Recent in Related Articles?.. 2010-03-05 02:25:11 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : Show Most Recent in Related Articles?

Perhaps you can change the code directly.

plugins/content/tags.php line 175

Change

' AND cc.published = 1';

to

' AND cc.published = 1 order by a.created desc';

 

When I have plenty of time, I can add an option order to the related articles.

IP Logged
 Subject :Re:Term manager issue.. 2010-03-05 02:17:45 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : Term manager issue

Currently, I don't have much time to fix the dash bug(Sorry:).

Perhaps you can use phpmyadmin to execute a sql to remove the dash.

Please refer the following article:

http://www.eboga.org/cms/joomla/batch-update-or-replace-in-joomla.html

Plus, please do some test on you local machine.

IP Logged
 Subject :Re:CUSTOMISE VIEW: Tags separator in article bottom.. 2010-03-05 02:09:03 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : CUSTOMISE VIEW: Tags separator in article bottom

You can do the work in two ways:

1. Open /plugins/content/tags.php, about line 100-101,change

 

</li>';

 

to

 

|</li>';
2. Change Css file.
Use Tag's "Template Manager", you can find:
 .tag ul li {
	display: inline;
	list-style-type: none;
	background-image: none;
	padding: 0 0.5em;
}
and change the style.
I only know a little css, I don't know how to use the css to implement your requirement.
perhaps some others can help you, or you can find the css with Google.

 

IP Logged
 Subject :Re:Categories.. 2010-03-05 01:58:53 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : Categories

Since a lot user have requested the category filter, we can add this feature to to-do-list.

IP Logged
 Subject :Re:TagResult position in the frontpage file.. 2010-03-05 01:54:53 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : TagResult position in the frontpage file

Currently, tags use onPrepareContent event to show tags result.

Perhaps, you can try other Joomla events.

For example: onAfterDisplayTitle,onBeforeDisplayContent,onAfterDisplayContent etc.

You can google or refer Joomla document to see how to use these event.

 

IP Logged
 Subject :Re:Different Tag Sizes in Tag Clowds.. 2010-03-05 02:55:14 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : Different Tag Sizes in Tag Clowds

The above tags is for wordpress.

In fact, at the beginning, all tags have the same size.

Perhaps, you can click some special tags, then in "Most Read Tags", some of them will become bigger.

Our tag system leaves all tag cloud to the algorithm.

For example, "most read tags" will only show those tags the user cares(click) most.

"Most Popular tags" will show those tags having a lot of articles.

"Random tags" can create the  tag cloud at the beginning.

"Custom tags" can show tag cloud just as you want how to show tags to the user.

To edit the tag cloud's size and color, please use tags "Template Manager" to edit the Css files.

IP Logged
Last Edited On: 2010-03-05 02:55:14 By joomlatags for the Reason
 Subject :Re:is it alive?..... 2010-03-05 01:39:42 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : is it alive?...

Sorry for no response for a long time.

It is Chinese traditional new year in last month.

Now, I am back, and try to keep response.

IP Logged
 Subject :Re:Filtering by category.. 2010-03-05 01:26:42 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : Filtering by category

In front end, the tags can't be filtered by category now.

In backend "Tags manager", tags can be filtered by category.

I can add the feature to the to-do-list.

IP Logged
 Subject :Re:No modules after clicking tag link?.. 2010-03-05 01:33:05 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : General Question
Topic : No modules after clicking tag link?

Sorry about that.

In fact, I can't find what cause the problem. I have done some debug, and can't find the reason.

I can understand your feeling, you want it work fine for you.

For me, I also want it don't have any bugs, and work smoothly.

Tags have more and more code, and I do all the maintenance by myself.

I also need to work, and do tags development in my spare time.

So I can't give a immediate bug fix, and feature request.

I want to keep the component be free.

I will try to fix the bug in the next release.

After all, I am not sure I have the ability to fix the bug in the next release.

 

 

IP Logged
Last Edited On: 2010-03-05 01:33:05 By joomlatags for the Reason
 Subject :Re:Ads Problems?.. 2010-03-05 01:19:16 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 505
Location
Forum : CssJsCompress
Topic : Ads Problems?

1.Please add the ads js files to the "Exclude JavaScripts" box.

2.Yes, Joomla cache can accelerate the page loading.

IP Logged
 Subject :Generates a lot of errors for me.. 2010-02-28 13:52:00 
EOLGeorge
Apprentice
Joined: 2010-02-28 20:04:39
Posts: 1
Location
Forum : CssJsCompress
Topic : Generates a lot of errors for me

Hii,

 

I enabled the  plug in and it generated-

Warning: mkdir() [function.mkdir]: Permission denied in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress.php  on line 167

Warning: file_put_contents(/usr/www/users/xxxx/xxxx/cache/js/index.html) [function.file-put-contents]: failed to open stream: No such file or directory in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress.php on line 168

Warning: fopen(/usr/www/users/xxxx/xxxx/cache/js/275c22a4085fc71ec6c502efe7bf6a5b.js) [function.fopen]: failed to open stream: No such file or directory in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress/js_merge_php4.php on line 42

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress/js_merge_php4.php on line 58

Warning: fclose(): supplied argument is not a valid stream resource in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress/js_merge_php4.php on line 60

Warning: mkdir() [function.mkdir]: Permission denied in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress.php on line 284

Warning: file_put_contents(/usr/www/users/xxxx/xxxx/cache/css/index.html) [function.file-put-contents]: failed to open stream: No such file or directory in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress.php on line 285

Warning: fopen(/usr/www/users/xxxx/xxxx/cache/css/c0bc91894aed6f2eed5c8448f98f1154.css) [function.fopen]: failed to open stream: No such file or directory in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress/js_merge_php4.php on line 279

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress/js_merge_php4.php on line 284

Warning: fclose(): supplied argument is not a valid stream resource in /usr/www/users/xxxx/xxxx/plugins/system/CssJsCompress/js_merge_php4.php on line 286

 

(disabled it al all fine nbd)

 

Checked the permissions and all looked fine.

Site is here- http://escoffier.com

Here's my sys info-

PHP version: 5.2.11
MySQL version: 5.0.45-log
Webserver version: Apache/2.2.14
Joomla template: Purity II
JomSocial template: Default

My Blog Version- pro_Joomla-1.5.x_v3.0.329P version: 1.6.284
JomSocial version: 1.5.15 Stable

Thanks much,

 

G

IP Logged
 Subject :Re:MASSIVE Eventlist conflict .. 2010-02-27 08:55:23 
capeinfo
Apprentice
Joined: 2010-02-20 16:21:42
Posts: 2
Location
Forum : Bugs Report
Topic : MASSIVE Eventlist conflict

I also have this problem.

See: http://capeinfo.com/whats-on/events-calendar/details/850-hands-on-harvest

The tags show:

Tags:

And that has nothing to do with the content and comes from completely different articles.

Eventlist pulls its keywords in with the following:

[title], [a_name], [catsid], [times]

I really hope you can help because, otherwise, its a really useful component.

Thanks

Carl

 

IP Logged
Page # 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  8 
  •  9 
  •  10 
  •  Next 
  •  End 
  • »


Powered by ccBoard


Newsletter

Please subscribe to our newsletter to stay up-to-date with the latest news and release notifications delivered to your inbox.
Tags for Joomla



Joomla Plugin:ReadMoreExt