Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Links count, without not validated links

Quote Reply
Links count, without not validated links
hello Evrybopdy..

does anyone knows how touse the global hits count, without including not validated links?



I want to show on the frontpage how many links I have in my database, but I don't want it to include all my not validated links, like it's doing now....



Take care, and have a nice weekend-....





Bent. Sly
Quote Reply
Re: [bannerzone] Links count, without not validated links In reply to
return $DB->table('Links')->count( { isValidated => 'No' } );

You can read about how to do things like this yourself using the "Help" link in the admin panel and scrolling down to GT Module Documentation.
Quote Reply
Re: [Paul] Links count, without not validated links In reply to
Thanks...it's working....



And...the help file is like Russian for a non programmer...



Have a nice weekend everybody !



bent