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.
Looks like a bug in our system plugin. Navigate to Extensions > Plug-in Manager and disable "System - Community Builder" to quickfix the issue.martinmg wrote: Hi,
I have a search box(Joomlas search) positioned at the top of my template. The search box is always available on the site.
Whenever I visit a page generated by com_comprofiler a search redirects me to my own user profile. I.e. if I list a user list from CB and use the search field I get no results, but instead I'm redirected to my personal profile page (regardless of what I'm searching for). If I make the same search from any other page/component (for example com_content) it works without any issue.
CBSubs requires a new release to be compatible with Beta 4. As explained CB 1.x plugins are not compatible with CB 2.0 and they will need new releases. This includes CBSubs. Please only use CB 2.0 with it self, attempting to use plugins that we have yet to fix is going to cause errors.activha wrote: Installing over beta 3 gives :
Fatal error: Declaration of cbpaidTimed::get() must be compatible with CBLib\Database\Table\TableInterface::get($var, $def = NULL) in /Applications/MAMP/htdocs/test.com/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/models/misc/cbpaidTimed.php on line 500
Disabling cb paid extensions gives back backend access but frontend is of course unusable due to integration of cb paid extensions plugin
We escape titles. You need to add custom HTML using a language string. Don't attempt to add the HTML directly as it's just going to get escaped. Example language key usage you can use.activha wrote: We have also noticed that when affecting an icon to a tab name, the icon is not translated in the back end which gives <i class="fa fa-picture-o fa-2x"></i> instead of the proper font awesome icon
CB 1.x plugins are not compatible. Either unpublish them or uninstall them until they've new releases after CB 2.0 stable.semco wrote: If I unpublished cb password strength works
cheers
Frontend is still hardcoded HTML and PHP. With CB 2.1 it will be XML with easy to use layouts, layout overrides, etc.. Currently userlists can be displayed as they traditionally have or as a grid. You of course can edit the default template PHP file to alter it to display however you like.dotcom22 wrote: I wondering if this new beta release can allow us to get different layout for userlist. Actually a list display only 1 user per line and my goal would be to get 2 or 3 user per line that mean to split users in 2 or 3 columns...
Please Log in or Create an account to join the conversation.
You of course can edit the default template PHP file to alter it to display however you like.
Please Log in or Create an account to join the conversation.
activha wrote:
We have also noticed that when affecting an icon to a tab name, the icon is not translated in the back end which gives <i class="fa fa-picture-o fa-2x"></i> instead of the proper font awesome icon
We escape titles. You need to add custom HTML using a language string. Don't attempt to add the HTML directly as it's just going to get escaped. Example language key usage you can use.
'_MY_TAB_TITLE' => '<i class="fa fa-picture-o fa-2x"></i> Title'
You've then give your tab the title _MY_TAB_TITLE. Please do not use defines usage, we are phasing it out entirely. The above is key usage, with our language parsing handles fine.
Please Log in or Create an account to join the conversation.