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]
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »
 Subject :How can we limited tag in content ( article page ) ?.. 2009-07-24 20:17:44 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

Hello, First of all - Thanks for your great Joomlatags. I have some problems about design. I have imported tags from "meta keywords" and each page showing 20 tags ( in article pages ) . And 20 tags listing in article page in ONE LINE and it's overmaking my web page design ( article page ). I have uploaded some sample of my site and joomla tags. Is there any way that we can limited tags count ? for example : MAX 5 tags can be show in article page ( per page ) . I hope some one can solve my problems .   Thank you :-)



Attachments
 Tags-in-one-line.jpg [170 KB] :: Error screen shot
IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-24 20:38:46 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

Perhaps you can delete some tags in Tag Manager.

Or when the article have too many tags, it can line wrap.

To make it line wrap, we need change the css file.

IP Logged
Last Edited On: 2009-07-24 20:38:46 By joomlatags for the Reason
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-24 20:42:14 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

Thanks for your fast reply.

 

But i have more than 5,000 pages and all pages upto 20 meta keywords and it's was all imported as tags.

I can clean all but i can't clean 10 or 15 tags from each tags pages.

As you know it's not simple to remove/delete in each page as manually.

Is there any way that can can set how many tags can be get from meta keywords when we importing to tags

from meta keywords ?

 

Or is ther any other way that we can solve easily ?

 

Thank you :-)



IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-24 20:44:59 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

First i'm really sorry to say.

I don't know much about css or design.

If you can help me. i will be mor ethan happy :-)

 

Thank you

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-24 21:06:52 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

I will try to fix it in css way.

Otherwise, I will add an limit option.

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-24 21:09:16 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

Sure, Do whatever easy for you :-)

Thanks a lot :) and tak your own time for it :-)

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-25 16:05:12 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

Hello,

 

Did you fixed my issues ?

I'm just waiting for it :-)

Just disabled because it's overmaking design. so can activate tags  untill you give me the fix :(

Thank you again :)

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-25 21:11:16 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

Not yet.

In my local machine, it will wrap automaticlly.

I also google a lot, but not found a solution.

Please be patient.

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-07-26 01:58:01 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

Please open Template Manager, and find the following:

.tag {
margin: 0;
padding: 0;
color: #999;
display: inline;
}

And change them to:

.tag {
margin: 0;
padding: 0;
color: #999;
display: inline;
width:300px;
white-space:normal;
word-break:break-all;
overflow:hidden
}
IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-20 10:39:50 
Brujo
Intern
Joined: 2009-07-28 16:28:41
Posts: 7
Location

i tryed the css modification, but i cant say exactly why but it seems to work not always.

So i would like to ask you how can I modify the plugin to show only x tags?

 

thanks

Brujo

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-22 15:07:26 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

Thanks a lot.

 

Just came from holiday.

But there aren't any changes.

It's same problems :(

 

IP Logged
Last Edited On: 2009-08-22 15:07:26 By Dr.Net for the Reason
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-22 21:23:29 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

I will add an option to limit the tag number in the next release.

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-23 07:32:08 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

Yeah that's great idea.

Thanks a lot and waiting for next release :-)

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-23 08:50:40 
Brujo
Intern
Joined: 2009-07-28 16:28:41
Posts: 7
Location

good to here that the option will be included. I would like to bring up one idea, if the limit is in place I think it would be nice to get the tags randomly, what do you think?

Brujo

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-24 15:48:32 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

Is there any idea for next release in this week or do you know when you will release next version ?

( including tags limited in content pages. )

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-24 18:42:53 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

I would add some more features in the next release, so this may take some long time.

Perhaps I should give a bug fix release before the next big release.

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-08-25 16:51:40 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

sure , take your own time :-)

Thank you

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-09-03 21:04:22 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

The feature has been added to the version 1.2.7.

Please update.

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-09-05 11:58:32 
Dr.Net
Enthusiast
Joined: 2009-07-25 02:04:13
Posts: 11
Location

wow , Thanks a lot :)

Have a nice day :)

IP Logged
 Subject :Re:How can we limited tag in content ( article page ) ?.. 2009-10-12 22:12:06 
kbmyers
Apprentice
Joined: 2009-10-13 03:55:53
Posts: 1
Location

I seem to be having this same problem.  I see how I can limit the number of tags shown,

but in my case I'd rather they wrap.  However, I don't see where I do this.

Suggestions?

Thanks,

Kent

IP Logged
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »
Page # 


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