× Here you can get community support related to CSLookup.

Work with seblod?

  • GanG2245
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 6 months ago #308 by GanG2245
Work with seblod? was created 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.

More
11 years 6 months ago #309 by admin
Replied by admin on topic Re: Work with seblod?
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.

More
8 years 1 month ago #4773 by pothead32
Replied by pothead32 on topic Work with seblod?
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.

More
8 years 1 month ago #4776 by admin
Replied by admin on topic Work with seblod?
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.

More
8 years 1 month ago #4787 by pothead32
Replied by pothead32 on topic Work with seblod?
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.

More
8 years 1 month ago #4788 by admin
Replied by admin on topic Work with seblod?
U're welcome :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.100 seconds