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.
krileon wrote: You don't have to use a parent category. CB Blogs works with or without one. However, you do need to have categories the user can actually access. This means their access parameter needs to be set correctly and they need to be published or they won't show up in the dropdown. K2 categories are pulled using K2 API so whatever happens during that is up to K2, but my assumption is same as Joomla (correctly set Access and Published state).
krileon wrote:
The redirect during blog save is the same for Internal as it is for Joomla or K2. They share that code entirely so I can't see how one would give a blank page while the other doesn't. Maybe caching or some sort of fatal errors? Will test locally to see if there's a problem.
krileon wrote: As far as Joomla/K2 display of blogs CB Blogs has no control over. It's just linking to them in Joomla/K2 using their router API (generates the URL). How it displays from then on its up to Joomla/K2. This includes SEF behavior as this is all handled by the router of Joomla or K2; so there's no reason SEF shouldn't work and you'd need to better describe how it's not working for me to suggest anything further.
As you provided no version numbers I've no idea what to suggest. CB 2.x includes CB Blogs in its core. Its default configuration is setup to work out of the box. Basically enable and use.
Also, if I try to create a "my blogs" link (only for registered users obviously) on the main menu, how do I get it to display the blogs for the user that is logged in at the moment? What I did was to create a menu item pointing to "plugins" under "Community Builder", and I then used "cb blogs" for the plugin itself, and then "show blog". I left the "select user" field empty, and am getting a "not authorized" error when I click the link (it should ideally pull up the blogs under that userid).
Please Log in or Create an account to join the conversation.
With CB 2.0.7 it seams to be working fine. The redirect code is the same regardless of the model so I've no idea why you'd have an issue specifically with Internal. Switch back to Internal then in Joomla global configuration enable debug mode and set error reporting to maximum then retest to see if any fatal errors show up (didn't see any in my tests). If no errors, but still having issues try upgrading to latest nightly found below.Yes, please do and let me know if you manage to figure it out. I've currently got it working fine with K2/Joomla - - would ideally prefer to get it to work with the CB internal blog system though, since I'd prefer my site to be using CB wherever feasible/possible.
Don't know what to tell you. CB Blogs is using K2s own API to generate the URLs in the same way K2 does. My guess is K2s _findItem call isn't finding a Joomla menu item associated with the K2 category or article so it has no Itemid, which means no SEF. Maybe try creating a Joomla menu item to the category of the article.5. I click on the new entry to view it. The page itself displays fine, but the URL is not SEF enabled - http://.../index.php?option=com_k2&view=item&id=5:test-76 is what I get.
There is no My Blogs page. CB Blogs provides profile blogging. It's all done through the tab. Best I can suggest is use CB Content Bot and substitute the CB Blogs tab into a Joomla article and then link to that Joomla article. I really wouldn't expect independent pages for pretty much any of our plugins as they're all designed to extend the profile.Would appreciate it if you could let me know. I basically just want a "my blogs" link to be there so users can click that link to be directly taken to a listing of their blogs (as opposed to all blogs).
Please Log in or Create an account to join the conversation.
krileon wrote:
With CB 2.0.7 it seams to be working fine. The redirect code is the same regardless of the model so I've no idea why you'd have an issue specifically with Internal. Switch back to Internal then in Joomla global configuration enable debug mode and set error reporting to maximum then retest to see if any fatal errors show up (didn't see any in my tests). If no errors, but still having issues try upgrading to latest nightly found below.Yes, please do and let me know if you manage to figure it out. I've currently got it working fine with K2/Joomla - - would ideally prefer to get it to work with the CB internal blog system though, since I'd prefer my site to be using CB wherever feasible/possible.
www.joomlapolis.com/downloads/doc_details/640-community-builder-nightly-build
krileon wrote:
Don't know what to tell you. CB Blogs is using K2s own API to generate the URLs in the same way K2 does. My guess is K2s _findItem call isn't finding a Joomla menu item associated with the K2 category or article so it has no Itemid, which means no SEF. Maybe try creating a Joomla menu item to the category of the article.5. I click on the new entry to view it. The page itself displays fine, but the URL is not SEF enabled - http://.../index.php?option=com_k2&view=item&id=5:test-76 is what I get.
krileon wrote:
There is no My Blogs page. CB Blogs provides profile blogging. It's all done through the tab. Best I can suggest is use CB Content Bot and substitute the CB Blogs tab into a Joomla article and then link to that Joomla article. I really wouldn't expect independent pages for pretty much any of our plugins as they're all designed to extend the profile.Would appreciate it if you could let me know. I basically just want a "my blogs" link to be there so users can click that link to be directly taken to a listing of their blogs (as opposed to all blogs).
Please Log in or Create an account to join the conversation.