Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ideally your image would just make the appropriate PHP calls and then the auto action url would just be the src for the image tag. As for article I suppose if you used a Joomla article module then output the module in a Custom HTML field that'd work.These are two great ideas. If I'm not mistaken, I can create a tab in the users profile to embed the article or image.
It's not an easy implementation so I do not recommend it unless you're experienced with PHP. See the below PHP documentation for GD reference guide on how to generate an image. You can use this in a Code action with Method set to PHP.The first one seems straight forward. The second one might be more like what I'd want (an image file). Can you point me towards more info on how to do that? I'm not entirely familiar with the process.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Check the description of the "cbpaidsubsbot" plugin in Extensions > Plugins for available CBSubs substitutions. For plan name you'd use the below for example.2. membership plan name [?]
Same as #2 and is done as follows for example.3. membership expiry date [?]
Please read the substitution tutorial below carefully.4. plan image [cb_planimage] only displays the url to the image
All profile fields are supported. See the above substitution tutorial for usage information.5. avatar (i.e. profile image)
Please Log in or Create an account to join the conversation.