Xataface 2.0 - Tagger Module

A place for users and developers of the Xataface to discuss and receive support.

Xataface 2.0 - Tagger Module

Postby tonyvenneri » Sat Nov 10, 2012 12:10 pm

I am using the fantastic tagger module in my site.
The tag are related to a table of "tag" of 200 rows. I noticed that the cloud tag view on the left show only a subset of this table?
Is the any way to customize the number of tag showed in the related section?

Thanks
tonyvenneri
 
Posts: 10
Joined: Sun Jan 15, 2012 4:13 pm

Re: Xataface 2.0 - Tagger Module

Postby shannah » Sat Nov 10, 2012 1:52 pm

In the file
http://weblite.ca/svn/dataface/modules/ ... tagger.php
The line
Code: Select all
$newsql .= ' group by `'.$labelCol.'` limit 50';


As a hint, the $field parameter in this method contains an associative array of all of the field directives for the tag field in the fields.ini file.

Or you could just hard code over it... but long term, this really should be parametrized.

-Steve
--
Steve Hannah
@shannah78 (on twitter)
sjhannah.com blog
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 7 guests

Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved