Search Results for 'wordpress'
-
AuthorSearch Results
-
May 16, 2009 at 12:20 am #45475
In reply to: Things to tell developers
Jeff Sayre
ParticipantRemember, BuddyPress is just one, big plugin–a very sophisticated plugin at that. If they have zero experiencing coding WordPress plugins, then here are some key links:
- https://codex.wordpress.org/Writing_a_Plugin
- From the above link, specifically: https://codex.wordpress.org/Plugin_Resources
- https://codex.wordpress.org/WordPress_Coding_Standards
- https://codex.wordpress.org/Inline_Documentation
- http://www.slideshare.net/markjaquith/secure-coding-with-wordpress-barcamp-orlando-2009
May 15, 2009 at 8:34 pm #45456In reply to: change logo on wordpress login screen
Jeff Sayre
ParticipantCodyb-
The forum link I provided is a free alternative to the premium plugins available at wpmu. I have not tried the suggestions in that link, so I do not vouch for them.
Your other option is the paid route: http://premium.wpmudev.org/project/rebranding-wordpress-mu
May 15, 2009 at 8:01 pm #45454motherhuddle
Participantthanks! I assume it will be announced, I plan on launching in four months, maybe by then?
May 15, 2009 at 7:58 pm #45453In reply to: opensocial
May 15, 2009 at 7:55 pm #45452Paul Wong-Gibbs
KeymasterNot yet. In the future, but no ETA yet.
May 15, 2009 at 7:44 pm #45448codyb
ParticipantSo what do you do, just place this in the plugins directory under wp-content, activate the plugin and then place the logo.gif file in that plugins directory? I’ve done that and its not working?
May 15, 2009 at 7:07 pm #45442In reply to: change logo on wordpress login screen
Jeff Sayre
ParticipantThis is actually a WPMU question, but I think you should find an answer here: https://buddypress.org/forums/topic.php?id=2042
May 15, 2009 at 7:00 pm #45440In reply to: issues with login screen
Jeff Sayre
ParticipantI’m glad you’re back up and running.
Just in case you don’t know, phpMyAdmin is a MySQL administration tool. Whenever a task requires that you access your MySQL DB directly in the backend, this tool is what most WordPress developers and designers use.
May 15, 2009 at 3:48 pm #45415In reply to: Problems with encoding
Jeff Sayre
ParticipantShakera-
If I understand your issue, you are having problems localizing BuddyPress into Cyrillic.
Please check this BuddyPress codex page first as there is a translation of BP for Bulgarian.
If you are making your own translation, then you should read the Translating WordPress codex page.
May 15, 2009 at 11:12 am #45396Sam Bauers
Participant@Matew: You are right.
May 15, 2009 at 10:27 am #45394In reply to: [site wide activity] problem with time
smdnizam
Participanti believe the correction given in the following link must work….
https://codex.wordpress.org/Function_Reference/current_time
but still I haven tried it out…
if you do so let me know whether it was useful
May 15, 2009 at 9:43 am #45389In reply to: the tale of the time
alunsina
Participantfixed the 4 hours later posting on WordPress. turns out i have to really make sure that everybodys time (all users!) is on the correct timezone. not just the admins.
Only thing remaining, really is the sitewide activity. any activity is posting as an hour back. this, despite all settings set to the original time zone of server.
May 14, 2009 at 11:06 pm #45370In reply to: use a login page for everyone
jfcarter
ParticipantYou might take a look at the Members-Only plugin from WordPress:
https://wordpress.org/extend/plugins/members-only
It prevents anyone not logged from seeing the blog/site and directs them to the login page (or you can choose a different page).
Seems to work with WPMU, but you’ll have to test it on your site to be sure.
May 14, 2009 at 9:53 pm #45368In reply to: Friend Request Error
ceeeeg
ParticipantI think I found the problem… https://mu.wordpress.org/forums/topic/9888?replies=11
I will let you know if that fixes it.
May 14, 2009 at 5:45 pm #45347In reply to: Creating an entry screen for Buddypress
jfcarter
ParticipantWell, I found it! You can select whatever page you want as your entry screen in Administration > Settings > Reading.
Here’s the page (which needs updating) in the WordPress Codex: https://codex.wordpress.org/Creating_a_Static_Front_Page
Now I just need to build the page!
(am now marking this resolved)
May 14, 2009 at 3:03 pm #45337ndrwld
ParticipantAs I understand, after integration I can delete tables bb_users and bb_usermeta created by bbPress, because know it uses WPMU tables, am I right?
Matew
May 14, 2009 at 2:57 pm #45336ndrwld
ParticipantBIG BIG thanks Manoj, it works! Its my first experience with bbPress, I didn’t know that there is integration option inside

I’ll will post it in bbPress forum too.
Matew
May 14, 2009 at 2:33 pm #45332In reply to: adding a page
plunderpat808
ParticipantThis plugin was working for me for adding menu items with a working selected class, the problem I was having was that it corrupted my wordpress admin so that everytime I posted something I got a blank white screen. Does anybody know how to fix this? is it a permissions issue on the plugin file?
May 14, 2009 at 2:07 pm #45329In reply to: All on the profile page?
enlightenmental1
Participantlimiting the users to one blog can be done with this handy plugin:
https://downloads.wordpress.org/plugin/limit-blogs-per-user.1.0.zip .
May 14, 2009 at 12:28 pm #45322Avaz
ParticipantI’ve downloaded this plugin from here: https://wordpress.org/extend/plugins/invitefriends-plug-in/
I use BP 1.0.
1) unzipped to /wp-content/mu-plugins/ folder and there’s no Invite Friends section in Settings panel.
2) unzipped to /wp-content/plugins/buddypress/ folder and the same thing here, there’s no Invite Friends section in Settins panel.
What am I doing wrong?
May 14, 2009 at 11:30 am #45315talk2manoj
Participant1. Delete all tables created by bbPress from your database
2. Install bbPress without integration with wordpress
3. Login with Key Master
4. Go to admin tab
5. Do wordpress integration
May 13, 2009 at 11:48 pm #45292plunderpat808
ParticipantOk I seemed to be able to get my WordPress pages up in the “ul nav” but I couldn’t get the selected class to work on them… I guess I’ll keep looking around for a solution.
May 13, 2009 at 11:18 pm #45289In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
Jeff Sayre
ParticipantFreaking Wildchild-
Well, what is surprising to me is that you were trying to debug this with plugins other than BuddyPress running. qTranslate is a WordPress plugin.
In the fifth post in this thread, Burt advised you to:
Disable all other plugins
I had been under the assumption from that point on –even with your new attempt at a fresh install–that you did not have any other plugins installed and activated other than BuddyPress.
When trying to debug something as complex as WPMU + BuddyPress, you need to remove as many variable from the equation as possible. That means, among other things, deactivating all plugins other than BP.
Anyway, it looks like you have your culprit narrowed down. I’d suggest contacting the qTranslate plugin dev and asking for help.
May 13, 2009 at 10:52 pm #45288In reply to: Changed “bphome” name and everything disappears!
Jeff Sayre
ParticipantKit-
I’m sorry you’re having troubles with your theme folders. To be clear, I want to make sure that you realize that you were not, as you state:
advised to change my “bphome” name to preserve it in case of future BP upgrades.
I assume you’re talking about the discussion we had in this thread you asked:
I assume renaming the theme is simply changing the name of its folder?
I responded:
That is correct. Make a copy of the bpmember theme, rename your copy, make whatever changes you want to it, and you have–in effect–a custom theme! Just make sure you keep your new theme in the /wp-content/bp-themes/ directory.
Also, in this thread where I advised you to:
Follow the same procedure as before. Make a backup of the standard bphome theme, rename it to something new…
This means, rename your backup to something new, not change the name of the original theme folder.
Furthermore, as per a private conversation you initiated with me on May 6 via the members messaging system, I state that:
Make sure that you make a copy of both bphome theme and bpmember theme. Your customizations should be done in copies, not the original. That way, if you have issues with your custom themes (and we all do when working on customization), you can switch back to the standard BP themes to see how things should work.
And, as we were talking about CSS issues in that private message and you stated that you had WordPress theming experience, I assumed you knew that the primary style file in BuddyPress, style.css, would need to reflect your new theme’s name.
If you were confused by my advice, I do apologize. But, if you had done what I advised, you would have made a copy of the original theme and altered the copy. As I stated in my private message response to you, do not alter the original theme files.
May 13, 2009 at 10:44 pm #45287In reply to: Buddypress 1.0 for Vietnamese (vi_VN) 1.0 – Language
Trân Minh-Quân
ParticipantHi all,
I am currently in charge of Vietnamese l10n for WordPress, WordPress MU, WordPress.com, Gravatar, and BuddyPress is also maintained by me.
I started working on BuddyPress since its public beta, and I’ve been waiting for an official i18n repository, in the meantime, I uploaded the l10n files to repository of WordPress.
@Wpviet23: You can maintain your version apart, since I prefer keeping all terms in Automattic products synchronous, if you have feedback, please send me an email. Again thank you for your contribution.
-
AuthorSearch Results