[joomla] Does any one recognize this extension?

2012-12-17 Thread Janet Sullivan
I am looking for a joomla extension that I can use to put scrolling testimonials on a website.  I stumbled over this website, and the testimonials section in the right sidebar is exactly what I am looking fordoes anyone know what the extension might be? http://allweekplumbing.com/ thanks! Ja

Re: [joomla] Does any one recognize this extension?

2012-12-17 Thread Christopher French
http://www.rswebsols.com/demo/rsmonials On Mon, Dec 17, 2012 at 12:11 PM, Janet Sullivan wrote: > http://allweekplumbing.com/ ___ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online h

[joomla] Need help with a Custom Query for Community Builder

2012-12-17 Thread Geoffrey Schaller
Is anyone familiar with CB Custom Query fields? I've been asking how to add a field to a CB profile that lists a user's Joomla member groups, and I've been told it can be done, but the response from the CB community has been slow / unhelpful. What I am basically looking to do is display a listing

Re: [joomla] Need help with a Custom Query for Community Builder

2012-12-17 Thread Christopher French
I don't know w much about community builder, but do you just want a query to list the Joomla user groups or are these community builder groups On Mon, Dec 17, 2012 at 12:55 PM, Geoffrey Schaller wrote: > Is anyone familiar with CB Custom Query fields? I've been asking how to > add a field to a

Re: [joomla] Need help with a Custom Query for Community Builder

2012-12-17 Thread Geoffrey Schaller
On Mon, Dec 17, 2012 at 3:05 PM, Christopher French wrote: > I don't know w much about community builder, but do you just want a query > to list the Joomla user groups or are these community builder groups Joomla Groups. The CB part is done already within CB, but there's specific groups I want

Re: [joomla] Need help with a Custom Query for Community Builder

2012-12-17 Thread Christopher French
well here is one way of getting the Joomla ACL list in joomla 2.5. $db = JFactory::getDbo(); $query = 'SELECT CONCAT( REPEAT(\'..\', COUNT(parent.id) - 1), node.title) as text, node.id as value' . ' FROM #__usergroups AS node, #__usergroups AS parent' . ' WHERE node.lft BETWEEN parent.lft AND par

Re: [joomla] Does any one recognize this extension?

2012-12-17 Thread Janet Sullivan
Thanks!   From: Christopher French To: NYPHP SIG: Joomla Sent: Monday, December 17, 2012 2:45 PM Subject: Re: [joomla] Does any one recognize this extension? http://www.rswebsols.com/demo/rsmonials On Mon, Dec 17, 2012 at 12:11 PM, Janet Sullivan wrote