Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,176 through 14,200 (of 22,659 total)
  • Author
    Search Results
  • #119229
    modemlooper
    Moderator
    @mercime
    Participant

    @gregfielding I know what you mean :-)

    As DJPaul mentioned here, child themes can declare and empty function to override parent theme’s function. Check out Boone’s solution – a proposed patch which works of course and is better IMHO.

    You might have noticed that the link to stylesheet is no longer in bp-default theme’s header.php. Hence, you could either add the link to stylesheet in child theme’s header.php or enqueue main stylesheet ala bp-default theme.

    Cheers.

    #119158
    kkradel
    Participant

    Actually, plugins aren’t better, as they take up memory (I’m now on a VPS, so memory usage has become a concern) and they create a lot of doorways for hackage (not the good kind). I like, and would rather, hard code where ever I can, and I do, but I just don’t have the time or the bandwidth to do what I want to do on my own with BuddyPress, hence I’m stuck with plugins.

    Before using Multisite, I hard coded as much as possible – all the header/footer stuff, links that I knew were stable. If I found a plugin that worked by adding one line of code, I just found that one line of code and added it by hand instead of using the plugin.

    Currently I’m already using 30 plugins in a WordPress multisite and I’m still not getting all of the features that I need.

    Already using BP Template Pack plugin. Already created my pages, which are fine, the problem is hacking the look and feel of BuddyPress elements within those template pack pages. Things that should be hardcoded, like the navbar, subnav, elements that should be automagically installed and configured, like the ones I mentioned above, are not.

    Because I’m not using the BuddyPress theme, I can only guess that those elements are hardcoded into the theme instead?

    I’d much rather be spending my time trying to hack a way for my BuddyPress members and my WordPress members to be integrated – or trying to make my already existing NextGen Galleries work as an “Album” within BuddyPress … but instead, I’m trying to figure out how to unscramble the stupid subnav bar.

    Thanks for the code snippet links … I’m sure those would/should have shown up on my google searches if they had contained information that I was looking for. But when I get the time, I’ll peruse them and see if they contain the hacks I need. The stuff I need is really basic though and I don’t understand why it’s just not on the BuddyPress site, unless I am really missing something, which I could be …

    Thank you for trying to help … !

    #119157
    modemlooper
    Moderator

    Plugins are better because then you have options as apposed to only having what is in core. BuddyPress comes with a set of core components but each of these have hooks, filters you can plugin into and craft anything your coding skills can muster.

    You can use the profile part or maybe you just need groups. Pick and choose what you need to make it work for you.

    The BP template pack plugin is there to help you integrate with a regular WP theme.

    Code snippets:

    http://bp-tricks.com
    http://blog.etiviti.com/tag/buddypress-hack
    http://buddydev.com/category/buddypress-tricks/

    #119156
    joevansteen
    Participant

    This was bugging me and I decided to do some research. I posted the results here: http://architectedfutures.info/2011/08/23/bp-wp-profile-sync/ If I made any errors that misinform please help me to correct them by posting a comment or using the contact page to send me a note. Thanks!

    Basically I want to post this to leave a track for others with the same issue. Note also, there is a BP TRAC ticket 3335 opened on this.

    modemlooper
    Moderator

    This isn’t a buddyPress issue. Google this for WordPress. There may even be a plugin already.

    If not you create an if statement on e same page template:

    If user_is_logged_in {

    }else{

    }

    #119143
    esploded
    Member

    Thanks @mercime for the advice, but it still won’t work! ARGH.
    Setup:
    Single WP, MAMP (mac server), Not on a domain yet, but is on the root of MAMP/htdocs/wordpress
    I did all of the steps above, but still no use. I hate you “There are no posts for this topic.”!

    Also, what do you mean by I didn’t “install/active BP in a subfolder/subdomain”? My buddypress site just has a tab under “community” which leads to the groups, forums, etc.

    #119142
    enderandrew
    Member

    It helps to post with a clear subject of what you’re looking to do.

    Buddypress Media – http://code.google.com/p/buddypress-media/
    BP-Gallery – http://buddydev.com/plugins/bp-gallery/
    BP-YouTube-Feed – http://buddydev.com/plugins/bp-youtube-feed/
    Tubepress – http://tubepress.org/

    But this might be the best solution for you:

    https://wordpress.org/extend/plugins/contus-video-galleryversion-10/

    There are tons of options. I just found that one with a quick Google search, so it can’t be a national secret.

    #119139
    @mercime
    Participant

    The basic steps @thewhyteempire

    1. Make sure you installed WordPress manually instead of using webhost scripts which messes up multisite and BuddyPress

    2. Make sure you’ve got mod_rewrite enabled and that your pretty permalinks are working in WP install.

    3. Create a network per link given by r-a-y above. Check that you can create a new subsite and that you can upload images in said subsite.

    4, Then install BuddyPress and activate in main site or in subsite (secondary) created

    #119135

    I been trying to figure it out for week or two now so im just taking small break hope to find the solution soon. IF not imma have to try and find someone to do it who’s specialty is wordpress, multisite, and buddypress.

    #119134

    yup your the first who has even wrote anything back to me I asked the question in Powweb Support, WordPress Support, and here. I’ve taking a break on figuring it out right now.

    Good question though…. If I just start working on the different blogs correct. I can later add Buddypress correct?? if so imma work on these some and then try the above again. I know if doesnt work I always get it back to normal by deleting buddypress plugin.

    #119129

    In reply to: permalink structure

    r-a-y
    Keymaster

    Try updating your permalink settings here:
    https://codex.wordpress.org/Settings_Permalinks_Screen

    Choose anything but the default.

    #119128
    r-a-y
    Keymaster

    Did you create the network using these steps?
    https://codex.wordpress.org/Create_A_Network

    Because you’re using subdomains, you’ll need to set that up correctly as well:
    https://codex.wordpress.org/Create_A_Network#Step_2:_Setting_Wildcard_Subdomains

    Btw, this is a WordPress problem; did you try posting your question over there?

    Support Forums

    #119124
    r-a-y
    Keymaster

    @digitalhytop – BuddyPress is a WordPress plugin; front page handling is a WordPress thing.

    Modemlooper’s link is a good place to start.

    When you create a new page for your frontpage, you’ll probably want to create a page template for it:

    Page templates: The untapped potential of WordPress

    #119121
    modemlooper
    Moderator

    You choose a front page just like creating a static page in WordPress.

    https://codex.wordpress.org/Creating_a_Static_Front_Page

    #119112
    Selu Vega
    Participant

    We actually built a plugin for that function, wich was based on eventpress from kunal! It worked for a while, but we are rebuilding it using custom post! We believe on that, and the powerful from having your own custom post to update with wordpress and no depending of others plugin that can be updated or NOT.

    #119094
    Nahum
    Participant
    #119081

    In reply to: Buddypress roles

    joevansteen
    Participant

    @larrysmith1000, @Arwym, @FitzUCF, @janismo, @hnla
    I don’t know if anyone is still looking at this, but I think it is a topic that is worth pursuing. What seems to be getting lost though is what it takes to do the job.

    A facility like Justin Tadlock’s members plugin is a big help. It provides a mechanism to define and edit roles and apply them to users. That covers a lot of territory. However, unless the content management part of the software looks for and enforces those roles, it is meaningless. Justin provides a facility to do that if what you are talking about posts/pages and potentially custom post types. That is fine for WP content or even things like BuddyPress Docs where Boone implemented it as a custom content type (although I haven’t look at the details of his implementation relative to permissions). However, BP adds additional content types. And it is not just FORUMS. Groups are a content type. Private messaging is a content type. etc.

    That is where the current_user_can() checks make sense. Users should have permission to perform actions. That doesn’t necessarily mean new roles, but it does mean distinct capabilities. Those capabilities can then be assigned to any role that makes sense. But the capability list needs to be published like it is for WP https://codex.wordpress.org/Roles_and_Capabilities

    The mechanism for assigning capabilities to roles and roles to users and doing the actual check is all WP. It’s already there. Justin provides UI to access it. What I am seeing missing in BP is published string literals that have meaning in terms of capability sets and I assume the current_user_can() checks that actually make it happen. (I looked for it on Google and this is where I was directed!)

    @DJPaul you talked here in terms of BP1.3, which is now 1.5 I believe. Did any of this actually make it into the code? If not, it sure would make sense to me to find it’s way on to a revised RoadMap.

    My 2 cents!

    #119052
    sirspacey
    Member

    Thanks 4ella. I think this is a common sense extension of BuddyPress, so I’m looking at sponsoring a plugin for the community. If I do, any advice on how let the community know in addition to putting it on WordPress?

    Paul Wong-Gibbs
    Keymaster

    It *should* change it. That setting’s implementation in 1.2.9 had a few issues, so I spent a bunch of time in 1.5 making it better, but that doesn’t help you. When it’s set, you are trying to pick a user from the member directory rather than copy/paste the same URL, right?

    #119048
    Sennza Pty Ltd
    Participant

    Hey Paul,

    Yeah that was my very first port of call a couple of days ago. It didn’t seem to do the trick :( It’s got me stumped. It’s the last bug left for phase 1 of the project and it’s got me stumped!

    Paul Wong-Gibbs
    Keymaster

    Did you try setting the name compatibility constant as per that codex page you linked to in your post?

    Sennza Pty Ltd
    Participant

    Thanks @modemlooper. I had been considering having to do an option like that. I’ll give that one a whirl tomorrow and see how I go.

    Hey @djpaul, yeah they all have spaces in them. All the existing users come in with spaces in their name in a First Name, Last Name kind of way. I tried changing the ‘Nickname’ and ‘Display Name publicly as’ fields in my own profile to see what would happen yesterday and that obviously doesn’t have anything to do with it as you can see here: http://edgeqld.org.au/members/Bronson%20Quick/

    I know the site was originally WordPress MU then it went to WP 3.0 then up to WP 3.2 and installed the BP theme and plugins on top of that. I didn’t have any existing users on my staging site so didn’t hit this problem til we went live….now I’m cowboy coding fixing bugs and I’m completely stuck with this one!

    #119040

    Well, I discovered that in re-installing the wordpress and activation the network option, I’d forgotten to edit the .httaccess page.
    Sorry for the false alarm

Viewing 25 results - 14,176 through 14,200 (of 22,659 total)
Skip to toolbar