Forum Replies Created
-
In reply to: I don't want to make use of the widgets
You could do it, but it is no five minute job, as you’d have to learn of a WordPress theme template works and add the code of the widgets to the code of the theme you are using. This means you pretty much have to learn PHP. Do you know PHP?
May I ask why you don’t want to use the widgets?
You’ll have to replace the image. You have to replace the logo image files in wp-content/themes/bphome and wp-content/bp-themes/bpmember
you can put your changes in a custom.css file in the theme (the same folder as the style.css) file. that way your changes will not be lost when you upgrade the themes.
note that there are two theme folders, one for the home theme and one for the member theme.
In reply to: changing logohave you replaced the logo file in the image directories of both the home theme and the member theme?
In reply to: Disable Create Group and Create Group BlogThe functionality you are looking for is not included out of the box, but is not very hard to create plugins for.
Why not use the widget?
In reply to: default theme colorsbuddypress uses two themes – the home theme, which you have edited, and the member theme, which you can find in /wp-content/bp-themes/bpmember/.
In reply to: Unable to authorize groum membership requestsit looks like you have a group without a slug… hmm
In reply to: Using buddypress Dashboard instead of WP'sNaming the buddypress.org dashboard “Dashboard” was perhaps a mistake…
In reply to: Changing the group nameAdmins can change the name of their groups because they are the rulers of their little kingdoms. If you don’t trust the admin – don’t join the group.
Of course there are many ways to look at the group functionality. For my part, I see the group as a community within the community – a place where a few people can coordinate something, discuss something, or whatever. A group has it’s dynamics, and part of that is being able to change. Perhaps the “Event X Planning Group” will later take on a new event and thus change their name to “Event Y Planning Group”, or perhaps they’ll just bask in their old glory and rename the group “We who were behind event X”.
Another way to see the group functionality is the way they have evolved on Facebook – a sort of name list, each group a statement on a particular issue, with no function other than to be spammed and show up on profile pages.
If you prefer the latter, I can understand your predicament. A plugin can probably be built to provide the functionality you are looking for.
In reply to: BBPress Component Keeps Deactivating“bumping” will not help you. It is only annoying. If noone replies, it is because noone reading the forums knows the answer. (I’m reading this after having been away – I would have done so even without your “bump”.) Please do not do it again – anywhere on the internet.
I have no idea why the component returns to it’s “disabled” state, try re-installing – either just it or the entire setup.
A “forum” tab will never appear on your BuddyPress site, unless you apply specific code. You can put something like this in a file called bp-custom.php in your wp-content/plugins folder:
function add_forum_to_main_menu() {
?><li><a href="http://example.org/forum/" title="Forum">Forum</a></li><?php
}
add_action( 'bp_nav_items', 'add_forum_to_main_menu' );In reply to: About blog domainsDude, you may have to wait more than 7 hours for a reply. Whining about it will only piss people off and then you’ll get no answer at all.
For my part: I don’t know, but I suspect it could very well fuck something up. There is only one way to find out, ain’t it?
In reply to: Translation to another language?The only image with text is the one that says “socialnetwork”, but you should change that anyways
In reply to: Updated Forum Installation?I’ve updated the Codex page to point to the readme.txt in the 1.0.3 tag. Let’s all help each other remember to update the link with future versions…
In reply to: rss feed for each forum postThey work for me.
In reply to: is it possible to change the menus into drop down?If you can build a WordPress theme, building a BuddyPress theme is not very hard – it is just larger.
In reply to: How to add new menus and tabsIs the eshop plugin a buddypress plugin really? If it is designed to work with WordPress, it does not hook into the menu functions etc that BuddyPress uses. Contact the author of that plugin and talk to him/her about it.
What do you mean by “menus and new tabs”? If you create a plugin, you can add custom menu items related to your plugin through various hooks (see the Skeleton Component for examples), but there are no built-in drag’n’drop functions for it.
In reply to: New users blogs do not use BP themeChanging the name of the theme you’d like to use as default to the name of the theme that is supposed to be the default might work too. (An awfully dirty hack, though.)
In reply to: User forum posts on Site Wide WidgetTo begin with, try upgrading to the latest version of each of WPMU/BP/BB
In reply to: Changing Default Group AvatarNo. Well, I think you could write a plugin for it (but I’m not 100% sure).
In reply to: Upgrade confusion.Have you installed BuddyPress in the “plugins” folder or the “mu-plugins” folder?
It may be so that the translation functions for these strings are missing in your releases. You should update to WPMU 2.8.1 (or 2.8.2) and BP 1.0.3 anyways.
WPMU translation files should reside in:
wp-content/languages/and BP translation files should reside in:
wp-content/plugins/buddypress/bp-languages/If you’d like more help, please provide a link to the language files you are using, and where and what strings are not translated.
In reply to: Recommended database sizeI have ~250 users and quite a few blogs, and my database is still below 50 mb. We’ve only been active for a few weeks though. Extrapolating wildly, I’d say a reasonably active 100 user installation would take a month to build up 50 mb and that is three months to build up to your limit, 150 mb.
So in the short run, it is sufficient, but after a while you’ll have to move or sweep out old stuff from your database.
In reply to: Is this the right syntaxWhat is it that you are trying to do?
In reply to: Ho to display "Status Update" only – the right wayI’d guess a “native” function for it will come soon.