pranaydhruv wrote: Hello Kyle,
Is there really no other way? I was thinking more about a way to put code directly in the custom HTML field, but that diesn't work, next option was to develop a field plugin which displays a field in the exact same spot and has the code.
is re-engineering the cb conditionals the only way ?
Thanks
Pranay
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
pranaydhruv wrote: Hello Nant,
I am, scratching my head on how to create a simple Plugin starting with how i can publish a field in a tab in a user profile, this field needs to have those buttons i have been wanting all along on this therad. Can you please guide me to a cb plugin i can review and build my plugin on as a test case ?
So instead of attempting to re-write the cb conditionals which is a huge task for me in my current situation i only have the code running in that part of the page.
Thanks
Pranay
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
pranaydhruv wrote: Dear Nant,
I am using a custom HTML field, it has Prepare content using CMS Content plugins yes/no.
not sure why i get this when i enter a simple object in Custom HTML.
<?php
class animal(){
function snake(){
echo "anaconda";
}
}
$snake = new animal();
$snake->animal();
?>
( ! ) Fatal error: Maximum function nesting level of '100' reached, aborting! in C<span>:</span><span>\</span>wamp\www\libraries\CBLib\CBLib\Core\CBLib.php on line 129
Thanks
Pranay
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.