-
Scott Voth replied to the topic About Redirect Group Home to Blog Home in the forum Help & Support 10 years ago
Hi Iurie @iurie –
Can you provide a little more clarification for your use case? As I understand, you want the following to occur:
member of a group clicks on the group’s link
she/he is redirected to the group blog (if not an admin of the group)
admins of the group are directed normally to the group siteIs that correct? Would non-admin…[Read more]
-
Stephen Greenberg replied to the topic Site Wide Daily Digest in the forum Help & Support 10 years, 1 month ago
Thanks @haystack and @iurie. This a step in the right direction. So with that code we can have our users automatically added to a General group, that’s great.
But as you stated Iurie — the real question now is then how would we show all site activities in one group? A lot of the most valuable info that is coming off the activity stream is…[Read more]
-
Christian Wach replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
@iurie, that’s a neater solution to the width issue than mine. Glad the slider’s working for you now.
As you say in another thread, it would be useful to have some kind of “resolved” flag for topics – like this one – that offer solutions to certain CBOX issues. Alternatively, perhaps there could be a page in the Documentation section that points…[Read more]
-
Christian Wach replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
@iurie – yes, it won’t have come through in the email notification, but I updated my reply above to say “You’ll have to deal with any CSS inconsistencies from there, since the page width may be wider than the slider.”
My advice would be to stick to Feature Images that are wide enough to cover all likely page widths and to stick to a consistent a…[Read more]
-
Christian Wach replied to the topic Enable regular menu on mobile devices in the forum Help & Support 10 years, 1 month ago
@iurie you’d have to customise your child theme to do this. If I were you, I’d rip out the existing menu code and insert your own, or copy code from (say) the Twenty Thirteen theme, which is already responsive. You’ll probably have to deregister the Javascript that converts the menu from list-based into select-based dropdown or else it’ll try and…[Read more]
-
Christian Wach replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
@iurie The slider is only set to load on the homepage, so you have to explicitly load it elsewhere. It’s also a bit confusing because the script now seems to be called bxSlider and I’m not sure exactly how it differs from flexSlider. However, the following code works for me:
[Read more]
// handle shortcode during page render
add_shortcode(… -
Scott Voth replied to the topic Enable regular menu on mobile devices in the forum Help & Support 10 years, 1 month ago
Hi Iurie @iurie –
The CUNY Academic Commons preceded CBOX by several years and is full of customizations. It does not use the CBOX theme. In terms of disabling the responsive theme’s menu – I am assuming you might want a toggle on/off? Maybe @haystack or @r-a-y might be able to direct you where in the code to begin and give you an idea of ho…[Read more]
-
Scott Voth replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
Hi Iurie @iurie –
I’m not sure about the coding – maybe someone else on this forum can help you out with it – but instead of going through all the trouble of doing this, you might consider installing the “Meta-Slider” plugin which is very easy to use, generates its own shortcode, and lets you create 4 different types of sliders that are…[Read more]
-
Scott Voth replied to the topic Iconsweets on mobile menus in the forum Help & Support 10 years, 1 month ago
Hi Iurie @iurie –
I am not sure but it might be device related. Anyway, I have opened up a ticket on github for the theme developers to look at and see what they think. You can track their progress here:
https://github.com/cuny-academic-commons/cbox-theme/issues/221
Thanks for reporting this!
-
Scott Voth replied to the topic Iconsweets on mobile menus in the forum Help & Support 10 years, 1 month ago
Hi lurie – @iurie
Are they working when you view on non-mobile devices? I just took a look at my test site on my Android phone and the icons are showing fine. I know that we’ve had some issues in the past. Can you provide the device you are using and any more info that the dev team might find useful – if possible, a screenshot of what you ar…[Read more]
-
Scott Voth replied to the topic Custom Homepage Template in the forum Help & Support 10 years, 1 month ago
Hi Lurie @iurie – Is it possible that when you created your template you didn’t change the template name? If the name is the same as another one, it probably won’t show up in the dropdown. It should look something like this:
/*
Template Name:My Custom Page
*/Also, this link may also help to understand how templates are cr…[Read more]
-
Jonathan replied to the topic The new MLA Commons in the forum CBOX Pioneers 10 years, 4 months ago
@iurie, It should be fixed now. Give it a try, and let me know how it looks on your system.
-
Jonathan replied to the topic The new MLA Commons in the forum CBOX Pioneers 10 years, 4 months ago
@iurie, I’m looking into that at the moment. That happens to us, too, if we change themes then change back to cbox-mla! Which is quite worrying. I just opened a thread about it here:
I have a feeling it’s because the…[Read more]
-
Christian Wach replied to the topic Blogs connected to groups didn’t have their posts show up in Recent Blog Posts in the forum Help & Support 10 years, 5 months ago
@iurie What I mean is that Ray’s code includes ‘new_groupblog_post’ activities when requesting activities of type ‘new_blog_post’. Try going to your activity stream (when logged out) and using the dropdown – you’ll find both types shown when selecting “Posts”. Now in your case, that’s what you want. But (depending on how they’re using the…[Read more]
-
Iurie Malai replied to the topic Blogs connected to groups didn’t have their posts show up in Recent Blog Posts in the forum Help & Support 10 years, 5 months ago
@iurie one solution would be to clone the BP widget in a separate plugin, then change the argument to read ‘action’ => ‘new_blog_post,new_groupblog_post’.
@haystack – Christian, I found the ‘(BuddyPress) Recent Networkwide Posts’ widget (in my public_html/wp-content/plugins/buddypress/bp-blogs/bp-blogs-widgets.php) but can’t find the ‘Recent…[Read more]
-
Christian Wach replied to the topic Blogs connected to groups didn’t have their posts show up in Recent Blog Posts in the forum Help & Support 10 years, 5 months ago
@iurie one solution would be to clone the BP widget in a separate plugin, then change the argument to read
'action' => 'new_blog_post,new_groupblog_post'
. -
Christian Wach replied to the topic How to add the root group's blog posts to the subgroups activity streams? in the forum Help & Support 10 years, 5 months ago
@iurie I have added filters that will allow you to modify the template arguments and intercept the results on the Github version, but there is a fundamental problem with this approach. The way the plugin works is that it replaces the entire activity stream of a viewed group with the propagated activity stream. This means that filtering the stream…[Read more]
-
Christian Wach replied to the topic Blogs connected to groups didn’t have their posts show up in Recent Blog Posts in the forum Help & Support 10 years, 6 months ago
@iurie You won’t find filters in code by those names – Ray is referring to different the activity types that BuddyPress and BP Groupblog create. However, you will find entries in the dropdown on the activity stream that allows you to filter the stream by activity type.
@r-a-y it seems to me that the Recent Networkwide Posts widget could do with a…[Read more]
-
Liz Brown replied to the topic Blogs connected to groups didn’t have their posts show up in Recent Blog Posts in the forum Help & Support 10 years, 6 months ago
Hi, <span class=”user-nicename”>@iurie</span>, thanks for sharing this! I don’t know anything about CSS—-I would have to get someone else to help me with that—but perhaps I’ll give this a try and see if it might work for me. I need to keep some of my network blogs connected to the groups, so I made the decision to just not worry that people in…[Read more]