Search Results for 'buddypress'
-
AuthorSearch Results
-
May 9, 2011 at 4:36 pm #111927
ultimateuser
ParticipantDont think you completely understood my issue. Why can a user not send a message (text in the message field) without completing the subject (text in the subject field). Why do you state “Obviously, the subject, and message field are a required field to fill out to complete the message”.
When for example sending an email you can choose to send a message without completing the subject line…
May 9, 2011 at 9:48 am #111915In reply to: How to install BuddyPress ?
@mercime
ParticipantDeactivate all plugins including BuddyPress and change to twentyten theme, check if permalinks are working with the menu.
If pretty permalinks are working, then check with webhost if mod_rewrite is enabled in your server. If permalinks are working, re-upload BuddyPress plugin manually via FTP or cpanel,etc.
You should also check this out – https://codex.buddypress.org/getting-started/before-installing/
May 9, 2011 at 9:04 am #111911In reply to: How to contribute to Buddypress code development
dennissmolek
ParticipantI agree that the default theme needs a designers touch, but it has all the nuts and bolts to make everything work. If for some reason your new theme breaks, the default will at least be there to back you up. Plus its always helpful to be able to simply turn off your theme to see if its a BP issue or a issue in something you did.. If it works in default then it will work in your theme.
What your talking about with the stream I agree changes should be made, but thats a personal preference so you have to write that function into whatever you are doing and go from there..
May 9, 2011 at 7:26 am #111910In reply to: Reply Button Not Working
JamieWade
Member@mercime Oh yes that might be the problem, I am using Cosmic Buddy Ver.1.1 I will update later on this afternoon and let you know if it works. Thanks for your help!
May 9, 2011 at 2:59 am #111904Virtuali
ParticipantProfiles don’t hardly do anything to the bandwidth at all. You could have 10,000,000 users, and it wouldn’t make any difference.
Just standard hosting, with unlimited bandwidth, like bluehost or godaddy is just fine, nothing else is required.
If you really had 10,000,000 users, most likely, only 2,000 or more would actually considered to be “active”. So, buddypress is smart, if the user hasn’t logged on for over a year, the system removes the user from everything, but temporarily puts the account on “hold” if you would say, like a dormant account that isn’t using any space at all. It’s very unlikely that you have 10,000,000 active users, but it’s possible, and I still don’t see any issues.
May 9, 2011 at 2:29 am #111901In reply to: Fishbook Help
@mercime
ParticipantI’ve already answered your other post about the missing adminbar and deleting the wp_footer will lose it. There’s nothing in the fishbook theme — a bp-default child theme with CSS revisions only — which would affect losing the adminbar. Re-upload the fishbook theme and while you’re at it, reupload the BuddyPress plugin. Are you sure you didn’t select “Disable adminbar for logged out users” in your BuddyPress settings in the backend?
May 9, 2011 at 2:06 am #111899In reply to: Admin Bar is missing / dissapeared
gcortex
Member@Carlos I think you´ve edited the footer.php … does anyone knows why when i edit the footer the admin bars disappears ?
May 9, 2011 at 2:03 am #111898In reply to: BuddyPress Admin Bar Gone
gcortex
Member@JamieWade, did you change something in footer ? When i edit the footer in fishbook theme , the admin bar disappears. Does anyone knows how to solve it ?
May 9, 2011 at 2:01 am #111897In reply to: Admin Bar Is Gone?
gcortex
Member@pcwriter , i´m using fishbook´s theme for buddypress. I´ve changed the copyrights not removing the owner and buddypress but adding my company also there with another links above… the admin bar disappears.
May 9, 2011 at 1:41 am #111895In reply to: Fishbook Help
gcortex
MemberMay 9, 2011 at 12:33 am #111890@mercime
ParticipantGo @gunju2221 !
May 9, 2011 at 12:32 am #111889In reply to: Php code to show custom profile fields
@mercime
ParticipantMay 8, 2011 at 10:27 pm #111883In reply to: Add Custom content to Group tabs
Virtuali
ParticipantThis topic may give you some hints on how to add a new tab: https://buddypress.org/community/groups/creating-extending/forum/topic/can-someone-explain-how-to-add-tabs-to-the-profile-page#post-71708
May 8, 2011 at 10:24 pm #111882In reply to: creating a real time place community
Virtuali
Participantevery body login my buddypress they need to have a longitude and latitude information.
Please clarify on that one.
all messages or posts the user posted would also have the location information.
Just the location of the blogger? Just create a profile location field and have the field required, and then you could display the profile field in the template. ( I. E, “ ) That may be the answer to #1 also.
May 8, 2011 at 10:19 pm #111880In reply to: Reply Button Not Working
Virtuali
ParticipantYou shouldn’t need to add the buttons manually again. If you changed themes, make sure you go through the template pack instruction steps again. If they still don’t show up, I would contact theme support to see if it’s buddypress compatible.
May 8, 2011 at 4:34 pm #111871jordashtalon
MemberThe bp_core_get_user_displayname($userid) function worked perfectly.
However bp_member_avatar($userid) seems to not do anything, any ideas?
May 8, 2011 at 4:00 pm #111870In reply to: How to print out an Avatar from a user ID
jordashtalon
MemberI tried every relevant Avatar Function on that page, most of them said, “Undefined Function”.
And the ones that did actually do something didn’t do what I need.
Do you know which one will print the avatar with a user id specified as a parameter?
May 8, 2011 at 2:30 pm #111867In reply to: Forum Topic “Elevated” to Blog Post
LPH2005
Participant@mercime – Yes. I’ve seen the simple press way and use it on a site. It’s very easy to use but something that can elevate a forum topic post to a front page blog post would make life easier for some of my students.
@djpaul – Maybe the blog post should just be an excerpt with closed comments and a link to the original forum post. It could be done manually with copy/paste but an admin ‘check mark’ option to elevate the forum topic would make things easier.
May 8, 2011 at 10:26 am #111860In reply to: BBpress Forums Installation
tanvir
ParticipantI also had the same problem as @dwwilkin.
I enable the Wp_debug and found that when buddypress installing the forum it’s unable to create a table name wp_bb_post. So whenever someone try to open the open the post’s under topic it returns WPDB error that $bbdb->posts table not found.
I looked at bb-adminincludesdefaults.bb-schema.php for the crate table command. I found at line 40, the post table use ‘FULLTEXT KEY’ which is only supported by ‘MYISAM’.
This is the original query:
$bb_queries = “CREATE TABLE IF NOT EXISTS `$bbdb->posts` (
`post_id` bigint(20) NOT NULL auto_increment,
`forum_id` int(10) NOT NULL default 1,
`topic_id` bigint(20) NOT NULL default 1,
`poster_id` int(10) NOT NULL default 0,
`post_text` text NOT NULL,
`post_time` datetime NOT NULL default ‘0000-00-00 00:00:00’,
`poster_ip` varchar(15) NOT NULL default ”,
`post_status` tinyint(1) NOT NULL default 0,
`post_position` bigint(20) NOT NULL default 0,
PRIMARY KEY (`post_id`),
KEY `topic_time` (`topic_id`, `post_time`),
KEY `poster_time` (`poster_id`, `post_time`),
KEY `post_time` (`post_time`),
FULLTEXT KEY `post_text` (`post_text`)
) TYPE = MYISAM;”;This query is returning error ion MySQL 5. So, I change the last line of the query to;
‘) ENGINE = MYISAM’
And it works. Now I’m able to create post under any topic.
So in summary simplest fix for the issue is:
1. Create a table on your wordpress database using following query
CREATE TABLE IF NOT EXISTS `wp_bb_posts` (
`post_id` bigint(20) NOT NULL auto_increment,
`forum_id` int(10) NOT NULL default 1,
`topic_id` bigint(20) NOT NULL default 1,
`poster_id` int(10) NOT NULL default 0,
`post_text` text NOT NULL,
`post_time` datetime NOT NULL default ‘0000-00-00 00:00:00’,
`poster_ip` varchar(15) NOT NULL default ”,
`post_status` tinyint(1) NOT NULL default 0,
`post_position` bigint(20) NOT NULL default 0,
PRIMARY KEY (`post_id`),
KEY `topic_time` (`topic_id`, `post_time`),
KEY `poster_time` (`poster_id`, `post_time`),
KEY `post_time` (`post_time`),
FULLTEXT KEY `post_text` (`post_text`)
) ENGINE = MYISAM;2. Refresh the forum topic page in front-end.
May 8, 2011 at 8:37 am #111855In reply to: Error on activity reply
@mercime
ParticipantCould be plugin/theme conflict. Deactivate plugins except BuddyPress and change to bp-default theme, clear cache, does the same thing happen?
May 8, 2011 at 7:45 am #111854In reply to: Can’t upload new avatar to profile on BuddyPress.org
@mercime
ParticipantNo, it’s just not you. This issue will be addressed when the site is upgraded by JJJ.
May 8, 2011 at 7:44 am #111853In reply to: phrase help
@mercime
ParticipantPlease post this in plugin’s forums where plugin dev can see your request for assistance.
https://buddypress.org/community/groups/bp-album/forum/May 8, 2011 at 7:40 am #111852In reply to: Admin bar login redirects to 404
@mercime
ParticipantAre you sure it’s caused by BuddyPress? Deactivate BP and see if your WP pages and posts are not redirecting to 404 as well after the transfer from subdirectory to root. WP/BP versions?
May 8, 2011 at 5:59 am #111850@mercime
ParticipantNo need for sarcasm, let not your pink hair turn red

Per my last check in a test install of multi-author blog, existing users – from contributors to Admins – are automatically listed as Members. Of course the dropdown for “Last Active” might show only the Admin until your users sign up again since sitewide activity will only be recroded by BuddyPress after it is activated. You can see all your existing members in dropdown selection “Newest Registered”
Edit – there’s also this plugin but haven’t tested it for latest BP/WP versions http://teleogistic.net/code/buddypress/bp-import-blog-activity/
May 8, 2011 at 4:26 am #111847In reply to: How to print out an Avatar from a user ID
-
AuthorSearch Results