CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • How do I show a list of members without making users search?
Pages: [1]

Author Topic: How do I show a list of members without making users search?  (Read 2344 times)

buddharide

  • Guest
How do I show a list of members without making users search?
September 17, 2007, 09:43:56 am
Hello,

I would like to be able to show a list of my members without searching. I followed the directions to list my members with this link: http://civicspacelabs.org/node/17286. And that does exactly what I need, almost. Is there any way for me to just list the member names and website without users having to click on a search link? Like the guy in the previously mentioned link said, "I just need a page to go out and read the memberships and list them on a page" Is it possible to do that without making users search?

Many thanks!
Adam

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: How do I show a list of members without making users search?
September 17, 2007, 11:32:51 am

Following the example on that page:

<site root>/civicrm/profile?reset=1&gid=3&force=1

will show all the results without the user hitting search


and if you dont want the search box, you can do:

<site root>/civicrm/profile?reset=1&gid=3&force=1&search=0

An example is at: http://demo.civicrm.org/drupal/civicrm/profile?reset=1&gid=1&force=1&search=0

lobo

A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

buddharide

  • Guest
Re: How do I show a list of members without making users search?
September 18, 2007, 07:57:16 am
I did manage to get it working. Thank you for your help. Hopefully you could answer another question or two for me regarding this same issue.

1: Is it possible to style the results, so that only the "Company Name" and "Company Website" fields show up without the "view" field or "name" field?

2. Is it possible to have this information show in a block in drupal, so I can style the result to look consistent the rest of my site?

3. How do I give you Karma?

Thank you!
Buddharide
« Last Edit: September 18, 2007, 09:03:18 am by buddharide »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: How do I show a list of members without making users search?
September 18, 2007, 11:31:38 am

1. http://wiki.civicrm.org/confluence/pages/viewpage.action?pageId=12924

2 I suspect you can but it will require a fair amount of coding and calling into civicrm functions

3. click the applaud link below my name :)


lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

buddharide

  • Guest
Re: How do I show a list of members without making users search?
September 20, 2007, 05:21:53 am
I've spent the last couple days trying to customize the output of the page. Basically I am trying to get the page to display only the Company Name and Web Site. Right now it is showing Name, Company Name, Website and View. The code is beyond me. It would appear based on the directions provided that you could affect this change in the Listings.tpl file, but I can't figure out how to limit which fields are displayed.

Is there a more strait forward way to style the page? I currently have 3240 contacts, and I have to launch this site tomorrow for a non-profit, and without this, I'm kind of stuck. Any help is appreciated. I just want the two columns without any of the extras. Is there any chance you would be willing to do it for me or show me how to do it, because I am in a serious deadline.

Thanks!

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: How do I show a list of members without making users search?
September 20, 2007, 11:19:59 am

check: http://forum.civicrm.org/index.php/topic,1192.msg5202.html#msg5202

you might want to hire claudian and his team to help you out

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • How do I show a list of members without making users search?

This forum was archived on 2017-11-26.