Search Results for 'wordpress'
-
AuthorSearch Results
-
April 19, 2009 at 9:47 pm #43002
In reply to: BuddyPress For WordPress (Not MU) Coming
harouni
ParticipantSounds great.
I’m still playing around, and looking for the most appropriate hosting company to sign up with to host my WPmu and Buddypress sites, but if a BuddyPress for WordPress is out, that will solve much of my curreny problems with hosting companies
April 19, 2009 at 9:28 pm #42996In reply to: WordPress MU 2.7.1 beta 2
John James Jacoby
KeymasterMy wish is that site wide activation could magically turn normal per blog plugins into mu global ones.
I.E. one set of settings that encompass all installs.
April 19, 2009 at 8:57 pm #42981In reply to: Member pages all the same widgets
John James Jacoby
KeymasterAs an example of how to hook into the existing WordPress functions, make a file called something like “new-blog-defaults.php” and put it in your WPMU directory. (You can name this whatever you’d like.)
Inside that file, put…
function nbd_widgets() {
// You need to know the names of the sidebar(s) and widget(s) you want to add.
// This example inserts Categories and Tag Cloud widgets into the "blog-sidebar" Sidebar
add_option( 'widget_categories',
array( 'title' => 'My Categories' ));
add_option("sidebars_widgets",
array("blog-sidebar" => array("categories", "tag_cloud")));
}
add_action('populate_options', 'nbd_widgets');The last line is where this function actually gets called. It automatically hooks itself into the existing “populate_options” function that WordPress calls when a blog is created. You can use the “wpmu_new_blog” function to perform other similar actions.
April 19, 2009 at 3:33 pm #42958In reply to: Directories Search
Jeff Sayre
ParticipantBefore I updated my BP install last week, I noticed some similar odd search behavior. I, too, was running r1324 before I updated to the then latest trunk. After updating, the issue has gone away. I have not looked in trac to see if there was a specific bug that fixed this or if it was something else I did
However, if you have not yet read this article, you may find it interesting.
April 19, 2009 at 2:59 pm #42957In reply to: Member blogs in subdirectory
dansalmon
ParticipantHi, Thanks for the feedback and apologies for the double posting in both wpmu and buddypress forums. Just a bit newbie over-zealousness on my part. I’m moving the post here as it’s more a buddypress integration thing. Haven’t really figured out how to do what I’d like, so here goes a bit of further explanation hoping I can track down a solution.
I want to run my main wpmu/buddypress website in my root using the primary blog to manage the site pages:
* etc.
My primary blog, which I want to be a community one, will be at:
* http://mydomain.com/blog/blogpage … etc
Using the buddypress defaults all my member pages are at:
* http://mydomain.com/members/membername/
* http://mydomain.com/members/membername/activity … etc.
My ideal solution would be to have the member blogs underneath their member pages:
* http://mydomain.com/members/membername/blog/
* http://mydomain.com/members/membername/blog/blog_entry .. etc.
If that’s possible I’d love it as it keeps all the urls for a member grouped together. Any ideas if this is possible?
If not, then I’d like to have the blogs grouped together in a sub-folder of my root, i.e.:
* http://mydomain.com/memberblogs/membername1/
* http://mydomain.com/memberblogs/membername2/
I’ve tried installing mu/bp in a sub-directory, but that leaves me with no way to manage the root pages via mu/bp. I tried following the WordPress codex advice “Giving WordPress Its Own Directory” https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory but to no avail. It did work with my wpmu installation, but after trying to update my primary blog options I ended up with a database error and now can’t login.
Apologies for being so verbose here, but just trying to figure out if something I’m after is possible. Thanks so much for the help thus far. Cheers, Dan
April 19, 2009 at 11:18 am #42951In reply to: Default Country List Profile Does not Work
Paul Wong-Gibbs
KeymasterI think WordPress requires PHP4. This function needing PHP5 to work as-is is probably considered a BP “bug”? Anyone else comment?
April 19, 2009 at 10:46 am #42948In reply to: Member blogs in subdirectory
Burt Adsit
Participantandrea_r seems to be on this one djpaul. https://mu.wordpress.org/forums/topic.php?id=12086
April 19, 2009 at 9:02 am #42946Paul Wong-Gibbs
KeymasterWell, you’ve got the *get* the javascript onto the page. Either you hack a core file which will cause you frustration when you have to upgrade WordPress to a future version, or use a plugin to include it.
April 19, 2009 at 7:15 am #42943In reply to: WordPress MU 2.7.1 beta 2
Andy Peatling
KeymasterGpo1: Yes, that’s the reason for waiting on MU 2.7.1.
April 18, 2009 at 11:32 pm #42934In reply to: WordPress MU 2.7.1 beta 2
gpo1
ParticipantPlugins installed in the plugins directory rather than mu-plugins can be activated and deactivated on all blogs with one click. Did you do that for BP and its plugins?
April 18, 2009 at 3:59 pm #42916In reply to: Timezone problem
Burt Adsit
ParticipantNobody in their right minds is going to touch this post andrepan. Try going to wordpress or wpmu’s forums and searching for ‘timezone’, ‘gmt’. You’ll see the insanity. We’ve got server time, blog time for each blog and the user’s time. Did I mention daylight savings time?
April 18, 2009 at 2:20 pm #42908In reply to: Shouty Theme: a new free theme to download!
gpo1
ParticipantThanks for your themes..Can you adapt this theme as a member theme?
April 17, 2009 at 8:04 pm #42859In reply to: WordPress MU 2.7.1 beta 2
felix2009
ParticipantI’ve already have it installed for a few days, and i must say, that i didnt experience any ‘weird things’
April 17, 2009 at 1:23 am #42805Jeff Sayre
ParticipantLance, thanks for doing this!
I prefer option three (3), the self-hosted code snippet library. I agree with your assessment of the benefits of controlling our own snippet repo. Also, I think that we should use pastebin.com since, like WordPress, it is licensed under GPL.
April 16, 2009 at 9:27 pm #42797In reply to: Help needed developing DP-Achievements plugin
Anointed
ParticipantI’ve got a ‘weird’ idea that may apply, though it will probably be very specific to my business model.
For me, one thing I was thinking about was having members perform certain tasks such as 50 blog posts, 100 replies to threads, 20 blog posts that are rated ‘thumbs up’ by at least 20 other members, prior to being able to have a ‘custom theme’ in wordpress.
On the reverse side we could have a warning system, where if a person’s articles are marked ‘thumbs down’ by say 50 diff users that they are then warned about loosing custom themes etc…. encourages members to write ‘good’ posts in their blogs.
Another idea is how many of their posts are ‘featured’ on the main blog where they could then receive other yet to be determined bonuses such as plugins. I don’t know that there is a way of letting the server admin actually choose posts from the blog network to ‘post’ to the ‘main home’ blog. I don’t want to use the site aggrigator, as there will be many blogs and posts such as family pics etc that have no business being ‘featured’ on my main blog.
finally, as I want to encourage my members to blog ‘quality’ stuff as often as possible, some type of achievement system for posting ‘x’ number of posts per week/month would lead to an award such as using a real domain name etc.
I know that the premium site has the ability to charge people to add features, and I do have the plugin for that, though untested so far. I was just thinking of adding an additional way for people that can’t afford to spend money to get their blogs ‘prettied up’ per say.
I’ve really been racking my brain silly for the past few months, trying to figure out how to properly encourage quality submissions on the blogs and to encourage frequent updates. I think your ‘achievements’ system is a great step toward that idea.
Like everyone else here, the last thing I want is a bunch of blogs on my network that are neither maintained or have ‘garbage’ content that has nothing to do with my sites primary focus. I really am trying to get people to blog in specific categories that mean something to the site and the search engines.
hope these ideas are pertinent
April 16, 2009 at 9:17 pm #42795In reply to: wpmu menu’s will not open
rrijke
ParticipantHey Burt,
I figured it out. It was the Invite friends plugin.
https://wordpress.org/extend/plugins/invitefriends-plug-in/
One way or another it disabled the functions i was trying to use. After disabling all my plugins, checking everything out and almost going crazy…. I just had to delete this app. So simple!
Thanks for you time.
April 16, 2009 at 6:34 pm #42793In reply to: Restrict user blogs (tools, pages, themes)
peterverkooijen
ParticipantThe WP Hide Dashboard plugin may help.
April 16, 2009 at 6:30 pm #42792In reply to: Why is BuddyPress stripping my object or embed tags?
peterverkooijen
ParticipantFor me the Unfiltered MU plugin solved the problem.
April 16, 2009 at 3:45 pm #42766In reply to: 404 everywhere
Jeff Sayre
ParticipantI am running the latest wordpress mu 2.7 and lates BP- rc1
What does “lates” mean? Do you mean that you’re running the latest BP version?
If so, do you mean that you obtained BuddyPress from the big, orange Download button? Or, did you upgrade from trunk?
April 16, 2009 at 1:22 pm #42756In reply to: 404 everywhere
law9
Participantoops sorry..
I removed the .htaccess because nothing was showing up…
.htaccess is back..Changed the permalinks back to what they where.
I am running the latest wordpress mu 2.7 and lates BP- rc1
I am at steadfast hsphere panel.
Still the 404 keep throwing up ?
April 16, 2009 at 11:41 am #42753In reply to: can a user enter his own password at registration?
cercetasu
ParticipantHy everyone!
I have latest trunks of wordpress mu, buddypress, bp-dev and signup-password plugin from premium.wpmudev.org.
The plugin doesn’t work. I have the password fields on my registration page but it still generates a random password on activation.
How can i make it work?
2448027
Inactivebut my problem is that when a new user signs up the buddy press admin bar does not show and the user has to enable it via admincp and when that happens the wordpress admin bar shows not the bp one
also my account and blog and everything shows the admin bar but when i go to another members page it doesnt show any admin bar
and Jeff havent really solved it yet … will mark solved when its solved …
April 15, 2009 at 11:40 pm #42722In reply to: Login redirect coding question
Jeff Sayre
ParticipantIn wp-login.php, I have found the following line of code (around line 470) ….
I want to redirect the user to their profile page, so I changed it to …
I would highly recommend that you stay away from hacking core WPMU files. You’ll have to make the changes all over again the next time you update WPMU.
This is the way you should do it: https://buddypress.org/forums/topic.php?id=1095
How can I change the wp-login page to include my site\’s logo instead of the WordPress logo? Is this possible?
http://premium.wpmudev.org/project/rebranding-wordpress-mu
By the way, you may receive faster responses in the future if you ask WPMU questions on the WPMU forums and ask BuddyPress-specific questions on this forum.
April 15, 2009 at 10:31 pm #42718In reply to: Default Theme
Jeff Sayre
ParticipantMadshark-
It must be the latest branch, not trunk. Use this link http://svn.automattic.com/wordpress-mu/branches/2.7
April 15, 2009 at 1:45 pm #42689In reply to: Launch Date – Official Update?
Andy Peatling
KeymasterRC-2 will come out as soon as 2.7.1 is released. I’ll release it via the automatic plugin download feature built into WordPress – as well as a zip.
As long as there are no major problems found (none for a while in trac) I’ll update to 1.0, and that will then test the auto-update procedure.
-
AuthorSearch Results