Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: CB Articles uses its own template system for frontend display. This makes it easier to edit and add whatever you like to it. There's no built in display of text images or intro text for an article, but you could add it by editing the CB Articles template files at the below location.
components/com_comprofiler/plugin/user/plug_cbarticles/templates/default/tab.php
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes.so i can add my own template, right?
Copy the default template folder, rename it to whatever you like (alphanumeric only), then delete all the files in your new template folder that you don't want to change (template system has built in fallback, except for images loaded by CSS). Now edit the remaining files that you want to change. Next in CB Articles > Config select your template.how?
The Joomla content object isn't returned by CB Articles as it never had a need for it. You'll need to query for or use Joomla API to grab the Joomla content object using the content ID (e.g. $row->id).now, how can i show some html code in tab.php ONLY if i'm on my profile (in tab.php)?
Please Log in or Create an account to join the conversation.
i'm not clear with that, could you help me?krileon wrote: The Joomla content object isn't returned by CB Articles as it never had a need for it. You'll need to query for or use Joomla API to grab the Joomla content object using the content ID (e.g. $row->id).
Please Log in or Create an account to join the conversation.