Search Results for 'wordpress'
-
AuthorSearch Results
-
May 12, 2010 at 2:17 am #77733
In reply to: WP-United: BBpress alternative?
3sixty
ParticipantWell, you are probably talking about WP 3.0. Not surprised the entire Web does not work with 3.0 yet.
WP-United has been around for a long time and is now a very mature software package so I would be surprised if it did not work with the stated specs:
Tested with: WordPress 2.9.x & phpBB 3.0.6
May 11, 2010 at 10:45 pm #77723In reply to: hiding content from non logged in members
rossagrant
Participanthttp://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/
Try that to hide parts of posts until users log in,
May 11, 2010 at 8:53 pm #77713In reply to: WP-United: BBpress alternative?
Xevo
ParticipantTried it, doesn’t work with recent wordpress and recent phpBB, let alone buddypress.
May 11, 2010 at 8:50 pm #77711In reply to: Hosting PDF’s on my BP site
Paul Wong-Gibbs
Keymasterhttps://wordpress.org/extend/plugins/buddypress-group-documents/ is awesomesauce.
May 11, 2010 at 7:55 pm #77702In reply to: How do I call images in my child theme?
David Carson
ParticipantTry replacing “template_url” with “stylesheet_directory”.
May 11, 2010 at 12:53 pm #77660In reply to: Member’s Only Section
Anonymous User 96400
InactiveYou can create a nwew page in the wp backend and use a custom template for it (you can find information on how to do that in the wordpress.org codex). At the top of that template file (before the function get_header()) you can put something like this:
`global $bp;
if( ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG .’/’ );`May 11, 2010 at 12:29 pm #77656Jeff Sayre
ParticipantThere are a number of threads on this topic.
May 11, 2010 at 12:29 pm #77655In reply to: Marketplace plugin for WP3 & Buddypress 1.2
cavamondo
ParticipantTried this one, seems to work ok.
https://wordpress.org/extend/plugins/another-wordpress-classifieds-plugin/installation/May 11, 2010 at 11:39 am #77650In reply to: Cannot post new topic on forum
ritesh
Participanti created wordpress multiuser project.when any user creates its own blog then they have admin dashboard with all options same as a main wordpress blog administrator’s dashboard…. i want to hide some option of new blog’s users dashboard…….plz help me……
May 11, 2010 at 7:32 am #77632In reply to: Buddypress needs to STOP supporting bbPress
Xevo
ParticipantIsn’t BuddyPress just using bbPress as a core foundation for its group forums? So rather than supporting bbPress, isn’t BuddyPress using bbPress?
Also, I disagree that bbPress is just a concept, seeing that development has restarted again.
I have used bbPress in the past as a wordpress forum since its easy to change and easy to template when you know how to make templates for wordpress. Other than simplepress forums and phpBB which are a pain to change cause of the new learning curve and phpBB is almost not integratable with wordpress.I’m working on a solution to intergrate bbPress with BuddyPress, dropping the group forums (I hate those).
May 10, 2010 at 10:43 pm #77575In reply to: I’ve got a worm.
Andrea Rennick
Participant@gregfeilding time to dig in the access logs. see if you can find the dates on the extra files, or on the changed files & cross-check them with the access logs at the same time.
I do know of someone who got hacked via *Windows* which them infected his installs via his ftp program. most of the hacks fo this type that I have seen haven;t been via any wordPress files, but the box itself or hacking the ftp password. Use sftp instead.
May 10, 2010 at 9:57 pm #77566In reply to: Regular wp theme to a buddypress theme?
r-a-y
KeymasterDid you get to step 3 of the plugin?
It gives explicit instructions on how to modify the template to match your WordPress theme.
—
If BuddyPress pages are not aligned correctly then you will need to modify some of the templates to match your theme’s HTML structure.
Then open up the page.php file (if this does not exist use index.php). Make note of the HTML template structure of the file, specifically the [div] tags that surround the content and sidebar.
You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file. The files that you need to edit are as follows (leave out any folders you have not copied over in step two):
* /activity/index.php
* /blogs/index.php
* /forums/index.php
* /groups/index.php
* /groups/create.php
* /groups/single/home.php
* /groups/single/plugins.php
* /members/index.php
* /members/single/home.php
* /members/single/plugins.php
* /registration/register.phpOnce you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.
—
If you can’t get this to work, just use a pre-made BuddyPress theme.
May 10, 2010 at 9:42 pm #77563In reply to: Regular wp theme to a buddypress theme?
r-a-y
KeymasterThat link only gives you the latest bleeding build of BuddyPress.
It has absolutely nothing to do with building a theme.—
I hate to repeat myself, but…
If you want to customize or make changes to the default BP theme, read the following article to create a child theme:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/If you’re using an existing WordPress theme, then only use the BuddyPress Template Pack plugin with your WordPress theme:
https://wordpress.org/extend/plugins/bp-template-pack/It helps if you know the basics of developing webpages and/or creating a WordPress theme. If you have no idea how to do either, you might find theme customization challenging.
May 10, 2010 at 9:37 pm #77561techguy
ParticipantSeems like this should work:
-Create a Child Theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
-Copy the file in the default BP theme folder/registration/register.php and save it in your new child theme folder as a page template (or you could just overwrite the index.php)
-Create a New Page that uses that page template
-Go to Settings–>Reading and set the new page you created as a “Static Page”I saw a plugin to do a sidebar registration for WordPress a while back, but I’m not sure if it works for BP or not.
May 10, 2010 at 8:44 pm #77556In reply to: BuddyPress and WordPress 3.0
okso
ParticipantWhen I set the upload path to wp-content/blogs.dir/1/files I can get avatars working but it breaks my old media lib at wp-content/uploads. Is there a fix for this issue? Can I move the old uploads dir into to wp-content/blogs.dir/1/files and with the upload path to wp-content/blogs.dir/1/files get the media to link? Thanks.
May 10, 2010 at 6:30 pm #77529Mr. Salty
ParticipantActually just saw this: seems pretty easy to implement WP3.0 menus into current WP… well, at least part of WP3.0 menu functionality perhaps. Am testing it now. Will update…
wp_nav_menu() article:
http://wpspecial.net/2010/04/menu-support-for-wordpress-3-0-themes/May 10, 2010 at 6:28 pm #77528Paul Wong-Gibbs
KeymasterNot necessarily, wp_nav_menu() is the function to load any WordPress menu (as introduced in 3.0). I’m not sure how to do this, I haven’t looked into it.
May 10, 2010 at 5:13 pm #77499In reply to: Is there actually an ‘elegant’ way to use an iframe?
r-a-y
KeymasterCheck out any type of jQuery lightbox script for WP:
https://wordpress.org/extend/plugins/tags/lightboxMay 10, 2010 at 11:39 am #77437In reply to: I’ve got a worm.
Andrea Rennick
Participantadded: fairly common now
https://wordpress.org/search/hacked+theme+files?forums=1May 10, 2010 at 11:07 am #77434In reply to: I don’t know where to ask this question O_O
online
ParticipantCool, thanks — I’ve posted a somewhat more coherent version of the question here: https://wordpress.org/support/topic/397369
May 10, 2010 at 9:48 am #77430pcwriter
ParticipantHave you tried oEmbed for BuddyPress?
https://wordpress.org/extend/plugins/oembed-for-buddypress/May 10, 2010 at 2:50 am #77414In reply to: I don’t know where to ask this question O_O
@mercime
ParticipantYou should ask this question in the Alpha/Beta forum https://wordpress.org/support/forum/12
@Andrea_r has posted relevant info about setting up a Network in WP 3.0
https://codex.wordpress.org/Create_A_Network
Note : Subdomains work by using wildcard subdomains. You must have this enabled in Apache, and you must also add a wildcard subdomain to your DNS records. Some hosts will not support this, so you may need to ask your webhost before enabling this feature.
Which means you do not and should not add the subdomain physically to your server. The subdomains generated by WPMU and WP 3.0 are virtual subdomains.May 10, 2010 at 12:53 am #77402In reply to: Compose Message
Michael O’Riley
ParticipantI am running wordpress 2.9.2, and buddypress 1.2.3
I am using my own theme and the buddypress template pack
The only files I have changed are these
* /activity/index.php
* /blogs/index.php
* /forums/index.php
* /groups/index.php
* /groups/create.php
* /groups/single/home.php
* /groups/single/plugins.php
* /members/index.php
* /members/single/home.php
* /members/single/plugins.php
* /registration/register.phpThis is my URL http://mightyangler.com
May 9, 2010 at 11:45 pm #77394In reply to: Verify email before register
Boone Gorges
KeymasterI don’t know off the top of my head of a good plugin that does this, but I did find some helpful (if wordy) tutorials on writing some jQuery that will make it work: http://theadhamian.wordpress.com/2009/12/01/jquery-validation-part-2-using-jquery-validation-plugin/
May 9, 2010 at 11:13 pm #77392cpkid2
ParticipantI used “Buddypress Template Pack” to add support for my existing WordPress theme. Buddypress v. 1.2.3
-
AuthorSearch Results