You need to be logged in to view a user's profile.
  Wednesday, 20 February 2013
  51 Replies
  7.8K Visits
0
Votes
Undo
I have a client who has a huge community following and their current website runs on Joomla 1.5.x, which is painfully outdated/clunky.

I have convinced this client to start a fresh new installation of Joomla 2.5.x and am leaning towards using both JomSocial 2.8.2 and JEvents 2.2 (I think that's the latest version - perhaps 3.0) instead of some other events/calendar component. That also includes using JEvents instead of the built-in JomSocial Events.

After reading about your many addons you provide to Club Members, I would definitely recommend the Gold Member Club to my client, but do have some specific questions I need answered. Is this the proper forum or is there a support email address I can use to ask these questions.

Thank you so much for any help you can provide and whether this is the appropriate place to ask those client-specific questions. They mostly deal with what JEvents can do.

Janis
Monday, 14 October 2013 13:43
·
#91873
0
Votes
Undo
The best way to do this (to ensure good page layout) is as follows:
{{Fields of activities:field3#<tr><td width="200"><strong>Activities</strong></td><td>%s</td></tr>


This way you would get the label, HTML and field value controlled correctly with no blank table rows

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Monday, 14 October 2013 10:56
·
#91872
0
Votes
Undo
Hi,

Re. Option 1, my apologies as I had used the editor and by making the label bold, the codes were misplaced. I corrected the issue, however, now the output I get is that regardless of content availability in the field or not, the label shows [like before inserting any new code]. Here is the typical code used in custom layout:

<tr>
<td width="200"><strong>{{Fields of activities Label:field3_lbl#%s}}</strong></td>
<td>{{Fields of activities:field3}}</td>
</tr>

Regards,
Amir.
Monday, 14 October 2013 08:57
·
#91871
0
Votes
Undo
The idea with the 2nd option is that you replace 'the vaue of field is' with the text you want to display (i.e. the value of your label).

Option 1 is working on my server - what sort of field are you working with?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Friday, 11 October 2013 15:47
·
#91870
0
Votes
Undo
Thanks for the feedback.

I applied the code '#%s' to LABEL codes as suggested (1st option). Irrespective of whether there is content in pertinent field or not, it makes the LABEL hidden.

I was aiming for if there is content in the field, then obviously the label would appear as well, and if not, then label would also be hidden.

Tried the 2nd option; it makes the Label hidden and starts the content of each field with 'the value of field is' which not what I wanted.

Regards,
Amir.
Friday, 11 October 2013 10:26
·
#91869
0
Votes
Undo
Hi Tony,

Re. item 1, specifically I want to see to it that field labels become hidden if there are no content in their pertinent fields. Consider I have field called Partnerships with field label: {{Partnerships Label:field8_lbl}}; how can I use the instructions on the page referred to for this purpose?

{{Partnerships Label:field8_lbl#%s}} or you could use
{{Partnerships:field8#The field value is %s#This field has no value}}

Re. item 2, see http://epcmena.com/event/manage-events/event/2/-.html

I see the map at the top of this page - you can't display the map twice, it will cause the script to get confused since there are 2 targets with the same identifiers


Re. item 3, it has to do with Location layout/CSS, because when I replace the Location tag with simple text, it works fine.

You map is too wide for the space available.

4. Since there is only one location tag (calling the field), how can I define separate label for each of fields involved?

Thanks,
Amir.

Not sure what you mean by location labels?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Friday, 11 October 2013 08:54
·
#91868
0
Votes
Undo
Hi Tony,

Re. item 1, specifically I want to see to it that field labels become hidden if there are no content in their pertinent fields. Consider I have field called Partnerships with field label: {{Partnerships Label:field8_lbl}}; how can I use the instructions on the page referred to for this purpose?

Re. item 2, see http://epcmena.com/event/manage-events/event/2/-.html
login using (please delete info. from the board after noting it)

Re. item 3, it has to do with Location layout/CSS, because when I replace the Location tag with simple text, it works fine.

4. Since there is only one location tag (calling the field), how can I define separate label for each of fields involved?

Thanks,
Amir.
Thursday, 10 October 2013 22:23
·
#91867
0
Votes
Undo
Hello Amir,

1. See: http://www.jevents.net/jevents-15-topme ... ing-values

about handling missing values.

2. Do you have a link? I have had this working in the past.

3. This is likely caused by the layout you have set and css.

4. How have you added the location labels? we leave them off by default. You can add them easy enough, via the Custom Layouts manager.

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Thursday, 10 October 2013 18:48
·
#91866
0
Votes
Undo
Hi,

Thank you for all the assistance as I moving forward.

Re. Layout customization, I have some problems and questions:

1. When there is no content for certain custom field, the label still appears whereas it would be appropiate so that the label would become hidden as welll; how can I fix the problem?

2. The map does not display using [Nonumber] tabs extension

3. When clicked on tab containing Location content, the tab box containing the content jerks to the left(slightly expands bigger than the size defined)

4. The location labels do not appear with and without tabs

Regards,
Amir.
Tuesday, 08 October 2013 14:47
·
#91865
0
Votes
Undo
Open the XML file in a web browser to see where it is incorrect.

The syntax of XML is very fussy - and will fail for the smallest of problems e.g. mismatched open/close tags or a missing quotation mark.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Tuesday, 08 October 2013 12:42
·
#91864
0
Votes
Undo
Hi,

I carried out the instructions given last night. It worked for one entry. Today, when I tried to enter Create event page, I got the following error on a white page:


Error 0
(XML file did not load)

Please try one of the following pages:
Home Page

If there are any Dos and Don'ts in regards to modifying xml file, please let me know. I have not made any drastic changes to the file other than some clean up (omitting some of default="" parameter)

Regards,
Amir.
Monday, 07 October 2013 10:43
·
#91863
0
Votes
Undo
I found the problem - it will be fixed in the next release of the custom fields addon.

In the meantime please change line 371 of plugins/jevents/jevcustomfields/customfields/jevcfform.php from
if ('custom_'+item.name !== fieldname) return;
to
if ('custom_'+item.name !== fieldname && ('custom_jform['+item.name+']') !== fieldname) return;

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Sunday, 06 October 2013 10:39
·
#91862
0
Votes
Undo
Jevents 3.18
Saturday, 05 October 2013 17:43
·
#91861
0
Votes
Undo
I removed the password and username from your post

I am on a mobile internet connection until Monday so debugging is tricky then.

What version of Jevents do you have?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Saturday, 05 October 2013 11:52
·
#91860
0
Votes
Undo
Re. field24 (Admission)- I have tried different options (values) getting to same outcome. It is allowed to be used in the category Exhibition (322).

The new development is that now I am getting the message 'There is one or more required field not yet specified' even though all fields (required/and optional) have some kind of input.

There are no JavaScript errors that I can tell.

You can try it for yourself:

http://www.epcmena.com/create-event.html
U: xxx
P: xxx

Regards,
Amir.
Saturday, 05 October 2013 10:48
·
#91859
0
Votes
Undo
The problem is with field24 (Admissions) - what value have you selected? Also is this field allowed to be used in the category for this event?

finally do you have any javascript error messages?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Saturday, 05 October 2013 07:32
·
#91858
0
Votes
Undo
Hi again,

Regarding the tab feature used on Jevents, I am referring to the one seen on create/edit event page. Please see the attached file.

Regards,
Amir.
Saturday, 05 October 2013 07:25
·
#91857
0
Votes
Undo
Hi,

I had earlier posted an inquiry as follows: [i:33s7bprq]I am getting the error 'The field (Select List) is required' even though I fill out all fields under Common tab as well as all required custom fields. Tried it with different user accounts; went thru the custom field xml file several times; don't know what to do.[/i:33s7bprq]

And, Geraint had asked about xml file, here it is in the attached file.

FYI, I may have changed field types while using the same field 'Name'. Also, I tried to look into Managed Location plugin, and there are NO options under Basic Options; is that correct?

Thanks,
Amir.
Saturday, 05 October 2013 00:09
·
#91856
0
Votes
Undo
Hello,

Download and install it from:

http://www.jevents.net/downloads/catego ... ts-modules

And create a new module JEvents Tabbed and configure it.

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Friday, 04 October 2013 15:08
·
#91855
0
Votes
Undo
Hi,

I would like to know:

1. How can I use tabs to display content in detail view?

Several Joomla tabbing content plugins will work and can be included in the customised layout.

Specifically how can we use the one incorporated in Jevents?
Friday, 04 October 2013 14:13
·
#91854
0
Votes
Undo
Hi,

I would like to know:

1. How can I use tabs to display content in detail view?

Several Joomla tabbing content plugins will work and can be included in the customised layout.

2. How can I customize and add fields for Location plugin?

You can use the custom fields addon - create a new xml file and specify it in the location manager parameters.

3. Regarding image uploads, is it possible to set either width or height in plugin config so that the images don't turn out crooked by being forced into particular dimension?

There are h & w config options in the plugin

4. How I may insert subheadings to different segments of custom fields to be shown in front end detail view? For instance, I am collecting contact information about organizer, and I would like to organize it as follows:

Management (subheading)
Contact person (field)
Phone (field)
Fax (field)
Email (field)

Sales and Marketing (subheading)
Contact person (field)
Phone (field)
Fax (field)
Email (field)

Operation (subheading)
Contact person (field)
Phone (field)
Fax (field)
Email (field)

Regards,
Amir.

Use an instruction field type in the custom fieldds or put each set of fields on a separate tab on the editing page.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

  • Page :
  • 1
  • 2
  • 3
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.