- Posts: 8
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Where in the code can I add Extra Fields
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Where in the code can I add Extra Fields
- Michael Myers
- Topic Author
- Offline
- New Member
Less
More
9 years 10 months ago #140106
by Michael Myers
Where in the code can I add Extra Fields was created by Michael Myers
I would Like to know exactly in the code can I add extra fields in the code
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #140107
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Where in the code can I add Extra Fields
Which extra fields do you want to render and where exactly do you need them?
Generally speaking all these modules have already the code for these extrafields, and all you need to do is fill the fields from the item's form.
Generally speaking all these modules have already the code for these extrafields, and all you need to do is fill the fields from the item's form.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Michael Myers
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 10 months ago #140108
by Michael Myers
Replied by Michael Myers on topic Where in the code can I add Extra Fields
In the DJ section where you have Icons Facebook, Twitter, Send message I wanted to add an extra field for VK and Instagram with a vector icon but Im not sure how to enter the vector Icons. I figured out how to add the fields but not the icons
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #140109
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Where in the code can I add Extra Fields
Which alias did you use for VK and Instagram?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Michael Myers
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 10 months ago #140110
by Michael Myers
Replied by Michael Myers on topic Where in the code can I add Extra Fields
I used alias as Instagram and VK is that wrong?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #140111
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Where in the code can I add Extra Fields
nope just wanted to know since the alias is required in the code.
I will write a tutorial about this so you can add as many social links as you want.
I will write a tutorial about this so you can add as many social links as you want.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #140112
by Krikor Boghossian
Paste this snippet in your custom.css file.
This will work for fields with instagram and vkontakte aliases. If you want to add more links let me know.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Where in the code can I add Extra Fields
.vscrollerSidebar .moduleItemExtraFields ul li span.moduleItemExtraFieldsValue.aliasIs-vkontakte,
.fullWidth .itemExtraFields ul li span.itemExtraFieldsValue.aliasIs-vkontakte a:after { content: '\e967'; }
.vscrollerSidebar .moduleItemExtraFields ul li span.moduleItemExtraFieldsValue.aliasIs-instagram,
.fullWidth .itemExtraFields ul li span.itemExtraFieldsValue.aliasIs-instagram a:after { content: '\e955'; }
Paste this snippet in your custom.css file.
This will work for fields with instagram and vkontakte aliases. If you want to add more links let me know.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Michael Myers
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 10 months ago #140113
by Michael Myers
Replied by Michael Myers on topic Where in the code can I add Extra Fields
Hey thanks alot it works, but the problem is it does not show up on the homepage under the DJs section
Please Log in or Create an account to join the conversation.
- Michael Myers
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 10 months ago #140114
by Michael Myers
Replied by Michael Myers on topic Where in the code can I add Extra Fields
Sadly I have a new problem when I try to save a DJ information after entering the code the page just goes blank after saving it
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #140115
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Where in the code can I add Extra Fields
The blank page indicates a PHP error. Please enable error reporting (set it to development) to see the actual error.
The error reporting setting is enabled under the Global Configuration menu item.
The error reporting setting is enabled under the Global Configuration menu item.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Where in the code can I add Extra Fields