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 Joomla Extensions (Moderator: lcdweb) »
  • Modify text of Sign Up
Pages: [1] 2

Author Topic: Modify text of Sign Up  (Read 3500 times)

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Modify text of Sign Up
October 24, 2010, 02:10:40 am
Hi... I created a profile (=form) of sign up but I need to change the text of intro page (see attachments):

Then I need to add an intro text to specify a part of the form:

Name:
surname:
gender:
date of bithday:
place:

(I want to add this>>>) CONTACT:

City:
State:
Address:
Telephone:
email:
« Last Edit: October 29, 2010, 07:49:34 am by Walter.Ego »

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Modify test of Sign Up
October 24, 2010, 09:45:31 am
you could configure help text to profile as well as for individual profile field.

profile help text : go to Administer ->Customize -> CiviCRM Profile -> click on 'Settings' -> check for 'Pre-form Help' and 'Post-form Help'

field help text : go to Administer ->Customize -> CiviCRM Profile -> click on 'Fields' -> click  'Edit' add help at 'Field Help' section.

hope this help

kiran
You Are Designed To Choose... Defined By Choice.

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Re: Modify text of Sign Up
October 24, 2010, 12:43:43 pm
Hi Kiran... I just did what you suggest me but I would like to divide the form in two parts:

I created a profile, then through Joomla panel, I link to the sign uo form (create form).
look: http://www.myroma.it/test/index.php?option=com_civicrm&view=Profiles&Itemid=54


CiviCRM added to my profile: "name field" and "password field" but I need to add after "birthday" something.
If you see each field has the same description "di residenza".
I would like an intro text before.

Is it possible?
thanks
« Last Edit: October 29, 2010, 07:49:50 am by Walter.Ego »

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Modify test of Sign Up
October 24, 2010, 05:14:04 pm
you can't really do it through the interface -- when you construct a profile and order the fields, Civi just displays them in a simple two column list (label and field).

you may be able to get creative by adding help text to the field where you want the separation, and then use css to style the text so it's more of a divider. otherwise you need to look at creating a custom template override file.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Re: Modify test of Sign Up
October 26, 2010, 07:01:07 am
Quote from: lcdweb on October 24, 2010, 05:14:04 pm
you can't really do it through the interface -- when you construct a profile and order the fields, Civi just displays them in a simple two column list (label and field).

you may be able to get creative by adding help text to the field where you want the separation, and then use css to style the text so it's more of a divider. otherwise you need to look at creating a custom template override file.

I don't think to understand everything but I' m going to try it... thanks

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Re: Modify text of Sign Up
October 29, 2010, 02:08:55 am
Quote from: lcdweb on October 24, 2010, 05:14:04 pm
you can't really do it through the interface -- when you construct a profile and order the fields, Civi just displays them in a simple two column list (label and field).

you may be able to get creative by adding help text to the field where you want the separation, and then use css to style the text so it's more of a divider. otherwise you need to look at creating a custom template override file.

evething is ok for the second part of the form but I cannot modify the text of intro page.
When I linked Joomla menu to CiviCRM (Create Profile), the system added an intro part (username e password with help filed)...

I need to change this help fields

How can I do this?
Thanks
« Last Edit: October 29, 2010, 07:50:06 am by Walter.Ego »

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Re: Modify test of Sign Up
October 29, 2010, 06:29:12 am
sorry but what does it mean this?

"<!-- .tpl file invoked: CRM/Profile/Form/Edit.tpl. Call via form.tpl if we have a form in the page. -->"

I need to modify what I said before but I try to understand.

On edit.tpl there is:
{include file="CRM/Profile/Form/Dynamic.tpl"}

So Do I have to looK Dynamic.tpl?
thanks

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Modify test of Sign Up
October 29, 2010, 06:33:32 am
Hi,

You should look the initial articles of the architecture series, and more specifically http://civicrm.org/node/93

under templates to answer your question

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Re: Modify text of Sign Up
October 29, 2010, 07:55:03 am
I've just read it... but I didn't understand.
I looked at source code of the page.... I looking for the file tpl but I cannot understand what I have to do after.... which is the code to modify.

I'm using CiviCRM in italian... I would like to change the words of help fields but I cannot understand how.
Can you help me?

thanks

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Modify text of Sign Up
October 29, 2010, 08:12:01 am
Ah ok, you might start by the start to get a better understanding of what lcdweb was talking about. The book will tell you everything about template overriding and the al:

http://en.flossmanuals.net/CiviCRM/DevelopTemplates

Happy reading!

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Modify text of Sign Up
October 29, 2010, 03:43:22 pm
Walter - another screenshot with highlighted bits might help - are you trying to figure how to change the text
"Si prega di inserire un nome utente per creare un account"?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Re: Modify text of Sign Up
October 30, 2010, 12:26:00 pm
Quote from: peterd on October 29, 2010, 03:43:22 pm
Walter - another screenshot with highlighted bits might help - are you trying to figure how to change the text
"Si prega di inserire un nome utente per creare un account"?

Yes Peter...  ??? ??? ???
"Si prega di inserire un nome utente per creare un account"? and what there's written below of Username and Password and close to username
http://www.myroma.it/test/creare-profilo.html


petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Modify text of Sign Up
October 30, 2010, 12:32:35 pm
So these are bits that I think Drupal are putting in, rather than coming in from CiviCRM - I can't even point you to where to look (not much help really) but since you are presumably using i18n or whatever the translation option is called, can you just do a search for that string in the italian language files in drupal?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Walter.Ego

  • I post frequently
  • ***
  • Posts: 125
  • Karma: 0
Re: Modify text of Sign Up
November 01, 2010, 11:49:52 am
I'm using Joomla... there's a file .mo
How can open this file?
thanks

Rahul Bile

  • I post occasionally
  • **
  • Posts: 112
  • Karma: 16
  • impossible says, I M Possible
    • I AM POSSIBLE
Re: Modify text of Sign Up
November 02, 2010, 12:46:44 am
Walter.Ego,

May be word replacement feature is what you are looking for, you can find the same option at

http://<yoursite>/administrator/index2.php?option=com_civicrm&task=civicrm/admin/options/wordreplacements&reset=1

HTH

Rahul.
Consider donating to CiviCRM if you use it. http://civicrm.org/donate

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Modify text of Sign Up

This forum was archived on 2017-11-26.