Please Log in or Create an account to join the conversation.
Nope.Yes, I understand. I reckon you don't recommend developers that could do the job?
I've basically already provided you with consulting here at no additional cost.But maybe it would be a good idea if we'd booked a few consultancy hours from your webpage, we could discuss things in detail via Skype or so and I could take notes etc. I guess that would make the work much easier for me. What do you think?
Please Log in or Create an account to join the conversation.
No, and yes. I've provided above the way to safely output the captcha using the legacy trigger. The alternative is to do a proper plugin load (do not include plugin files directly!) and then utilize that plugins API directly. To load plugins you use the below.
$_PLUGINS->loadPluginGroup( 'user' );
Please Log in or Create an account to join the conversation.
That loads the plugin class file. It doesn't load plugins. The above call actually loads plugins. cbimport is basically going away at some point so for ease of migration later I suggest just using the below to load APIs after including the foundation file.What is actually the difference to
Please Log in or Create an account to join the conversation.