Work with seblod?
-
GanG2245
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
12 years 2 months ago #308
by GanG2245
soes this plugin work with seblod? if so can you please tell me the code to write in settings page.
I wrote this code...
option=com_content,view=article,id=31;countrynames,statenames
option=com_cck;countrynames;statenames;
please help
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
12 years 2 months ago #309
by admin
Hi,
try to put this on a single row:
option=com_cck;countrynames;statenames
Be sure that coutrynames and statenames are the field id (input or select type).
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
8 years 8 months ago #4773
by pothead32
Hi.
I'm happy to confirm that the plugin works perfectly with Seblod, but only if you use a text field - using a "simple select" with a default value, will render one field or the other, but not both for some reason...
My problem is I can't get the plugin to work in the backend form.
Does it not work in backend, or am I doing something wrong?
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
8 years 8 months ago #4776
by admin
It skips if you are in the backend (line 81):
// Make sure we are not in the administrator
if ( $app->isAdmin() ) return;
If you need it in the backend too, comment the line 82.
Kind regards,
Luigi
The following user(s) said Thank You: pothead32
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
8 years 8 months ago #4787
by pothead32
Brilliant - a definitive answer in less than 2 hours
Works perfectly in backend now.
Thanks Luigi.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.169 seconds