Please Log in or Create an account to join the conversation.
Nope, your issue is a database limitation that we need to look into and see if there's a solution out there around it. So far I've found no solutions aside from increasing your database parameters, which you've already done. CB is just not setup to store an articles worth of information in a single field. This is only the second case I've seen of this in over 5 years so it's not common enough for us to develop some sort of special plugin/field for it. Below is the ticket for your issue where you can keep track of progress.My first question at this point, seeing that CB has had another upgrade, is whether this most recent upgrade affects my previous problems with the database structure? I am not expecting that to be the case but thought I better ask in case there is now a "simple solution" with the upgrade that resolved previous problems?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, not currently. At the moment it sorts by create date. A feature is planned to let you select a different column to sort by in a later release.Is there a way for CB Articles to SORT the articles by category?
Yes, see the CB Articles parameters. You can exclude categories from displaying.It would be even greater if there was a parameter for having CB Articles to only display an end users items/articles from a specific category
That's not possible with plugin tabs at this time. It would require a near complete rewrite of the plugin to implement at in its current state, which isn't going to happen anytime soon. Once we've improved our frontend API further it maybe possible as the idea is to get rid of tabs entirely in favor of a fields only like structure with tabs becoming field containers. Then everything would essentially be developed with duplication in mind. I've no idea when we'll get around to that though, but my guess is CB 3.x.and to have the ability to have several instances of CB Articles that could each be used for it's own specific category.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, it can be changed in code of course. It's part of the ORDER BY of the article query, which is a part of the model PHP file. For example the below is the Joomla model file.I am wondering if there is a line of code accessible somewhere that I could change the "sort by" to "category" instead of "create date." I know you said that there will be a feature in future but in the meantime, I just wonder if it is just a matter of changing one line of code, maybe I could do that somehow??? Of course, I'm not a programmer so if it was anything complicated, I wouldn't want to run the risk of messing everything up.
Email button? CB Articles has no such thing. Once you leave the tab/profile it's no longer CB Articles. CB Articles just links to Joomla/K2 articles.The one thing on CB Articles that I can't seem to get to work is the "email" button? I have tried using it a couple of times but the email doesn't go through?
Yes, as with nearly all strings it's a language string. It can be changed, translated, etc.. within CBs language files. Please see the below for language usage information.On CB Blogs, the button reads "New Blog." Can I change that to just read, "New" ?? I tried to figure it out myself and used Safari's web inspector and found:
Deleting from the developer tools of your browser is entirely local. You're not actually modifying your site.I was able to click on "New Blog" and delete the word "Blog" and this was reflected on the button itself but when I exited that CB user record and logged in as a different user, the button said "New Blog" again??? I know I'm missing something here??
Does the category dropdown actually have categories available? The user needs categories that they can access as that's where the blogs will store.I am also having a problem with CB Blogs. When I try to add a new blog, I keep getting this message: "Blog failed to validate! Error: Category not allowed!" I have played with settings in the back end. For "Model," I have tried both Joomla and K2. I have been using K2 for CB Articles and haven't have any problems but thought I would see if using Joomla would help for CB Blogs. It didn't make a difference. I have tried various categories from both Joomla and K2 but none seem to work?
Please Log in or Create an account to join the conversation.