- Posts: 10
- Thank you received: 0
Sorting Main- and Custom Fields into each other
- lisaundgiorgio
- Topic Author
- Offline
- New Member
-
Less
More
13 years 1 week ago #15224
by lisaundgiorgio
Sorting Main- and Custom Fields into each other was created by lisaundgiorgio
I got this already solved in a seperate post, but I think this could be helpful to more than just me.
What I mean is that you can sort both required fields and custom fields into each other. A possibility to have the whole list (required+custom) and a sorting possibilty for every field like the ordering option with the custom fields.
What I mean is that you can sort both required fields and custom fields into each other. A possibility to have the whole list (required+custom) and a sorting possibilty for every field like the ordering option with the custom fields.
Please Log in or Create an account to join the conversation.
- FranckD
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 1 week ago #15248
by FranckD
Replied by FranckD on topic Re: Sorting Main- and Custom Fields into each other
Hello lisaundgiorgio,
I could not agree more with you. this is an absolute must have feature
+ One should have the ability to select standard and custom fields per campains
Would you consider sharing your code?
Best Regards
FranckD
I could not agree more with you. this is an absolute must have feature
+ One should have the ability to select standard and custom fields per campains
Would you consider sharing your code?
Best Regards
FranckD
Please Log in or Create an account to join the conversation.
- lisaundgiorgio
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
13 years 1 day ago #15415
by lisaundgiorgio
Replied by lisaundgiorgio on topic Re: Sorting Main- and Custom Fields into each other
What I did is the following:
In the component views/register/tmpl/default.php I commented out where the loop puts in alle custom fields and set on every desired position this code:
You have to set the required-span only there where you have required fields and replace title with your fieldnames.
In the component views/register/tmpl/default.php I commented out where the loop puts in alle custom fields and set on every desired position this code:
Code:
<tr>
<td class="title_cell"><?php echo JText::_('Title'); ?><span class="required">*</span></td>
<td><?php echo $this->fieldsOutput['eb_title'] ; ?></td>
</tr>
You have to set the required-span only there where you have required fields and replace title with your fieldnames.
Please Log in or Create an account to join the conversation.
- FranckD
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 1 day ago #15423
by FranckD
Replied by FranckD on topic Re: Sorting Main- and Custom Fields into each other
Thanks Lisa I will try it
Regards
Regards
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.