Support

  1. Megs
  2. Features Request
  3. Monday, April 14 2014, 10:35 AM
Is there a way of having introductory information on each tab/group?
Basically, I have seven tabs when registering and editing the profile and when you click on each tab I want some text at the top before all the questions.
The information is different to each tab so I can't apply a module. I've tried putting information in the text box at the bottom when naming each group/tab but that doesn't seem to work...
Thanks in advance for your reply.
Megan
Accepted Answer
admin Accepted Answer
Admin
Hi,
yes you can use the delimeter field type.

This field allow you to insert static text message. The text is taken from description of field.
  1. more than a month ago
  2. Features Request
  3. # Permalink
Megs Accepted Answer
Wow!
Thank you so much!
You're very speedy!
Megs
  1. more than a month ago
  2. Features Request
  3. # 1
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 2
admin Accepted Answer
Admin
Please post me your site link, we will send you a CSS code to add at your template.
  1. more than a month ago
  2. Features Request
  3. # 3
Megs Accepted Answer
It's a yootheme vida template.
  1. more than a month ago
  2. Features Request
  3. # 4
admin Accepted Answer
Admin
add this code to file /templates/yoo_vida/css/custom.css
#jform_intro_1{margin-left:-180px;clear:both;}
#jform_intro_1-lbl{display:none;}
@media(max-width:480px){
#jform_intro_1{margin-left:0px;}
}

You can do this for each field by change the alias
  1. more than a month ago
  2. Features Request
  3. # 5
Megs Accepted Answer
Thanks!
  1. more than a month ago
  2. Features Request
  3. # 6
Megs Accepted Answer
Hi, sorry I'm getting this error

Error: 500
String could not be parsed as XML

It happened just before you gave me the CSS code...
Any ideas on how to fix this? It's really quite urgent that it works!
  1. more than a month ago
  2. Features Request
  3. # 7
admin Accepted Answer
Admin
Please post me your site details. You can use the form below the reply in Site Details tab.
  1. more than a month ago
  2. Features Request
  3. # 8
Megs Accepted Answer
Why do you need these details?
  1. more than a month ago
  2. Features Request
  3. # 9
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 10
admin Accepted Answer
Admin
Why do you need these details?
Probably Bug
Do you need ftp or administrator?
both would be better
  1. more than a month ago
  2. Features Request
  3. # 11
Megs Accepted Answer
We're actually just going to wipe the site and begin again cause we've had several different glitches with the site and we tried out multiple different plugins and extensions etc. It's been a bit of a crash-test dummy site. So we think that by wiping the site we'll clean up the code.
Thanks so much for all your help!
Megs
  1. more than a month ago
  2. Features Request
  3. # 12
admin Accepted Answer
Admin
I can confirm that this is a bug!!:(

if you want resolve please follow these step
in file /administrator/components/com_jsn/helpers/fields/delimeter.php at line 36 replace this:
text="'.htmlentities($item->description).'"

with this
text="'.base64_encode($item->description).'"


in file /administrator/components/com_jsn/models/fields/delimeter.php at line 45 replace this:
$text = $this->element['text'] ? (string) $this->element['text'] : (string) $this->element['label'];

with this
$text = $this->element['text'] ? (string) base64_decode($this->element['text']) : (string) $this->element['label'];



We will fix in next release;)
Thanks for report
  1. more than a month ago
  2. Features Request
  3. # 13
Megs Accepted Answer
Brilliant!
Thank you!
  1. more than a month ago
  2. Features Request
  3. # 14
Megs Accepted Answer
Hello again.
Sorry about all this.
So, I've wiped the site and I've built it back up to the point that it was at before - minus all the irrelevant and messy code from previous installations of other plugins and extensions.
I have began building my easy profile again and the same problem has risen with the delimeter. It seems that if you have more than 3 delimeters published at one time then you get the;
Error: 500
String could not be parsed as XML

The files that you've asked me to put the new code in aren't there I'm afraid. So any ideas on how to fix this? Do you need site details?
  1. more than a month ago
  2. Features Request
  3. # 15
admin Accepted Answer
Admin
Sorry about all this.
No Problem.we are here for this.

The files that you've asked me to put the new code in aren't there I'm afraid. So any ideas on how to fix this? Do you need site details?

Yes, please. Send me your site details. We will fix this issue.
  1. more than a month ago
  2. Features Request
  3. # 16
Megs Accepted Answer
Here you go!
Thanks so much!
  1. more than a month ago
  2. Features Request
  3. # 17
admin Accepted Answer
Admin
Ok, I fix your site. try Now!
  1. more than a month ago
  2. Features Request
  3. # 18
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 19
clgovender Accepted Answer
also having same problem and also cannot find delimeter.php. I am testing on private pc and not online, please advise on fix
  1. more than a month ago
  2. Features Request
  3. # 20
admin Accepted Answer
Admin
Error: 500
String could not be parsed as XML

This error happen when in description of field there are some strange character (not UTF8) generated by tinymce editor.try ti remove html code from description by disabling the editor.

Delimeter text serves for put text or html code in form or in profile. This is not avaible for free version.

We will fix this issue in next release.
  1. more than a month ago
  2. Features Request
  3. # 21
clgovender Accepted Answer
thank you, apologies silly me, put an apostrophe in a new field that was causing error
  1. more than a month ago
  2. Features Request
  3. # 22
Megs Accepted Answer
Hello,
I'm having problems with the delimeter again.
I have created a second website which is basically exactly the same except that it is in a different language.
I was able to copy most things through but I wasn't able to copy the easy profile through since it didn't like it.
The site is a site within a site. When you go into the ftp there is folder and then inside that folder is the whole site.
The easy profile works so long as no delimeter is published. How do I fix it? Thanks so much, sorry we have to go through this again.

Also you made me a Print button. Where do I find that? It's up and running fine I just need to change the word Print to something else. Thanks!

Megs
  1. more than a month ago
  2. Features Request
  3. # 23
admin Accepted Answer
Admin
Hi sorry for late reply.

How do I fix it?
Can you please post me your site details?

Also you made me a Print button. Where do I find that?
I have created a template override for our software, so copy this into new site folder /templates/your_template_folder/html/com_jsn/profile
  1. more than a month ago
  2. Features Request
  3. # 24
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 25
admin Accepted Answer
Admin
Can you try to update Easy Profile to lastest version?
  1. more than a month ago
  2. Features Request
  3. # 26
Megs Accepted Answer
I would be afraid of it crashing the site. Quite a bit of coding has gone into the site and I wouldn't like to lose it all.
However, I will if I must. How do I update?
  1. more than a month ago
  2. Features Request
  3. # 27
admin Accepted Answer
Admin
To update Easy Profile download from download area and install it from Joomla Extensions manager (You don't need to remove the previous version).
Before update, please make a backup of your site. This is recommended for all update (Joomla and others component)

if you do not want to risk anyway I can fix this problem. ;)
  1. more than a month ago
  2. Features Request
  3. # 28
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 29
admin Accepted Answer
Admin
Fixed, I have inserted a patch in file /administrator/com_jsn/helpers/fields/delimeter.php ;)
  1. more than a month ago
  2. Features Request
  3. # 30
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 31
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.