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 »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • How Do I Expand Profiles?
Pages: [1]

Author Topic: How Do I Expand Profiles?  (Read 801 times)

MKorostoff

  • Guest
How Do I Expand Profiles?
June 21, 2009, 10:08:21 am
Before I can comfortably say that civi "meets my needs," I have to find a way to reduce some of the artificial restrictions which are placed on searching and editing via profiles.  Can someone report how I might accomplish the following:

1. Set a given profile as the default advanced search view, being that I have no use for the real default view.
2. Increase the number of results that display in a search (stuck at 50 right now)
3. Increase the number of records which can be simultaneously batch updated.
4. Increase the number of columns which can simultaneously be batch updated--right now Civi allows 9 columns to be updated at once, arbitrarily truncating every column after the ninth column.  For the type of data we're storing, this is an enormous limitation.

Thanks in advance,
Matt

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 Expand Profiles?
June 21, 2009, 11:45:15 am

for civi to "comfortably meet your needs", you will need to modify the code right now. In the short/medium/long term would be good to address those issues in a generic manner

you might want to read

http://civicrm.org/architecture/
http://wiki.civicrm.org/confluence/display/CRMDOC/Customize+Built-in,+Profile,+Contribution+and+Event+Registration+Screens

then get on IRC and we can help you with where some of the changes need to be made. next week a few of us are in training camps, so response on IRC will be sporadic

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

MKorostoff

  • Guest
Re: How Do I Expand Profiles?
June 21, 2009, 01:15:24 pm
IRC doesn't seem to be functioning for me--kicks me without explanation 1 to 2 seconds after connection :(.

Item 4 on that list (increasing the number of columns which can simultaneously be batch updated) is a rather immediate need, and I fear I wont be able to learn enough to address it in a timely manner.  Can you give me a little bit more specific direction as to what bit of code needs changing?

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 Expand Profiles?
June 21, 2009, 02:30:40 pm

try using http://webchat.freenode.net/. mibbit and freenode seem to be having a few issues :(

however i dont suspect anyone will be online for some time.

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

MKorostoff

  • Guest
Re: How Do I Expand Profiles?
June 22, 2009, 05:11:27 pm
For archival purposes:

[19:38] == MKorostoff [i=8006af7f@gateway/web/freenode/x-40fce394c23f2869] has joined #civicrm
[19:39] <MKorostoff> Hello all, I'm trying to reconfigure the view in "batch update by profile"
[19:39] <MKorostoff> Right now the batch update screen displays a maximum of 9 editable columns
[19:39] <MKorostoff> I need to increase that amount
[19:40] <MKorostoff> There does not appear to be a content-managed way to do it.  Can someone point me to the snippet of code to look for?
[19:43] == kthomas_vh [n=kthomas@69.180.211.0] has joined #civicrm
[19:49] == copelco [n=copelco@cpe-071-070-219-040.nc.res.rr.com] has joined #civicrm
[19:49] == rossand [n=rossand@CPE000c413a19a3-CM00159a025ad4.cpe.net.cable.rogers.com] has quit ["Leaving."]
[20:02] == kthomas_vh [n=kthomas@69.180.211.0] has quit [Read error: 110 (Connection timed out)]
[20:02] <dgg_> MKorostoff: check near line 61 in CRM/Contact/Form/Task/Batch.php
[20:02] <dgg_> protected $_maxFields = 9;
[20:02] <dgg_> not sure what other implications there might be of changing that tho ??
[20:03] == stella [n=stella@88-212-183-58.rdns.as8401.net] has quit [Connection timed out]
[20:03] <MKorostoff> Thank you!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • How Do I Expand Profiles?

This forum was archived on 2017-11-26.