Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 39,301 through 39,325 (of 68,915 total)
  • Author
    Search Results
  • #113199
    r-a-y
    Keymaster

    If you duplicated and renamed the function and add_action, you’d also need to add some javascript, so WP will recognize the new AJAX function.

    Check out the following lines in in /bp-default/_inc/global.js:
    https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/_inc/global.js#L607

    #113198
    adamkb.balan
    Member

    There is no selling or ripping of credits.The CSS header and all the comments still state “Originally done by, modified and changed by”
    What you stated makes me look like I am taking the work for my own, when in fact I am sticking with GPL and still giving credit where required.

    it does, in my mind – I would rather have it associated with the theme name I gave it so that people who are looking at the backed see my “branding” as you put it, instead of the default. In no way am I trying to say – I created this.

    Also from my experimenting bp_ has to stay it calls core functions from the plugin. where as buddypress went and became social

    #113197
    ethanellis
    Member

    @r-a-y I tried that with no luck.

    #113193
    r-a-y
    Keymaster

    The bug tracker is available here:
    https://buddypress.trac.wordpress.org/

    Login with the same username and password as you use here on buddypress.org.

    #113189
    Timothy Tarmon Jr
    Participant

    Yea, I would but im working on multiple projects at the moment and nonetheless unfamiliar with bp codex. I mainly work with social networks api’s. (also didn’t take me long to do, so I don’t feel it’s worth compensation)

    Hmm, Im unsure alice, since I don’t have a buddypress site of my own. So Im not aware of the photo gallery plugin code.
    I can suggest commenting out the jquery in the header.php and if the problem persists then it isn’t the code I supplied.

    comment code: stop the code from running
    right after the start script tag
    `<!–`
    and right before the closing tag
    `–>`

    *Edited
    I looked over the bp codex and it’s quite simple, I’ll have a functioning plugin available sometime tomorrow.

    #113188

    In reply to: Get Logged In Username

    Brajesh Singh
    Participant

    No, you are doing it right then(assuming you are using some sort of PHp exec plugin for wordpress as wp will not allow including raw php). Doing independent page will need extra care to include wp-load.php and not a very good idea.

    in the current case, just double check that you have enabled BuddyPress plugin. I don’t see any other reason of the error.

    #113187

    In reply to: Get Logged In Username

    epaulosky
    Member

    i am adding the page by going to the pages section in the dashboard and simply adding a new page. In the html for that page i embed a php file. That makes the php page independent of buddypress.

    I guess a better way of looking at it would be, if i accessed an independant php page, how could i make it return the user id of buddypress.

    #113185

    In reply to: Get Logged In Username

    Brajesh Singh
    Participant

    well, In that case, some more questions will help.
    1. how do you create a buddypress page? from wordpress admin? from theme, have you added a new component as I don’t see other way to add a page in buddypress
    2. Is the page opened using wordpress/is coming inside wordpress (seems to me iT is not )
    3. Or is the page independent of wordpress, you are loading that page(php) directly inside the browser ?

    #113184

    In reply to: Get Logged In Username

    epaulosky
    Member

    i created a buddypress page and that page embeds a php file to display, for testing purposes i just want that to display the users id. the file is called myphp.php and i have it in the buddypress directory.

    im new to php so i’m not sure how to do this. i feel like im supposed to include one of buddypress’s php files in order to call the function.

    so to answer your question, i guess neither?

    #113181
    Andrea Rennick
    Participant
    #113174

    Yes as Brandon says

    The solution is to add

    define( ’BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );

    to the top of the define list in the wp-config.php file. Fixed for things like john.smith not sure about other characters.

    Thanks Brandon – though I figured it out a wee while ago from a similar problem posted in BuddyPress Trac.

    mistercyril
    Participant

    Oh wow, this is GREAT News!
    Thank you Boone for addressing this issue, it was really frustrating.

    I tried implementing the patch, but there are 2 files I can’t find (bp-members/bp-members-functions.php) & (bp-members/bp-members-template.php). I don’t even have these directories in my version of BuddyPress.

    I am using Buddypress 1.2.8

    Am I missing something?

    #113172
    satishkn
    Member

    Hi,

    My bad!!! Apologies for the earlier posts.

    After installation, I went through the setup (which is different from the earlier version). That took care of display of pages properly.
    Thanks for fixing the page and subpage feature – it is much easier now (don’t have to mess with the code). Ordering of the tabs even that of buddypress works great.

    Thanks for these fixing these nifty issues.
    -Satish

    #113164
    satishkn
    Member

    Hi,

    I got a copy of buddypress as per your instructions above.
    However, I was unable to install the same and I keep getting the following error message:
    ‘The uploaded file could not be moved to .
    However. the downloaded package (1.2.8) worked well.

    Would appreciate if you can help me how to install the development / latest version.

    Thanks,
    -Satish

    #113157
    dennissmolek
    Participant

    There is a groupDocs plugin, and Boon is working on a great doc’s plugin. I think it might be set for users too..

    #113155
    pcwriter
    Participant

    @thewomaninus

    It looks like registration is not enabled in your WordPress backend.

    If you’re running WP single, go to “Settings” > “General” and check “Anyone can register”. On WP multisite, go to “Network Admin” > “Settings” and make your selection at “Registration Settings”.

    #113153
    cindyn
    Member

    Ok, I figured what is happening is *something* (either BP itself or the BP Template Pack) is changing the link in the WP editor to point to the forums/index.php file, instead of the theme’s index.php file.

    I edited the homepage on my website by going directly to the themes folder via FTP and downloading the template’s index file, then resaving it in the same location. Annoying, and not sure why/when/by what the change has been made, but there’s a workaround.

    David Bisset
    Participant

    This is cool, i’ve been monitoring this off and on – glad to see you come through! Happy to test this one out.

    Lawrence
    Participant

    @djpaul: Thanks Paul, I would really appreciate any thoughts and feedback when its out, as I can imagine the coding will be a little hazy in places. Should be fairly easy to understand though.

    Paul Wong-Gibbs
    Keymaster

    Hey, looks like a novel approach — I’ll have a play when you get the plugin out

    Lawrence
    Participant

    Good news all… I’ve finally got this working as intended, and I’m currently in the process of packing it all together in to a plugin for release to the community over the next few days. Just creating a small webpage where people can download it, and I’ll hopefully have an online user guide.

    Screenshot:
    http://www.obscuresounds.com/obscureavatar-beta.jpg

    For now it works like this:

    1. designers can create transparent png “parts” of an avatar divided in to 3 sections (body, face, head).
    2. the plugin can differentiate between male and female by parsing in a string (m, or f), so again designers can create gender specific avatars based on needs.
    3. users who upload avatars via BP will bypass obscureavatars, and the plugin will only use gravatar as a last resort for groups, and blogs.
    4. it works for both wordpress, and buddypress.

    Essentially it sets out to do what I’ve wanted – to make the avatars a bit easier to work with for designers. Although I mainly develop backend stuff I love UI design, and one thing I’ve noticed is that pretty much all wordpress projects either use gravatars tacky generated content, or the dull wordpress avatar. Not only that but they fail to facilitate basic gender styles, which is essential for social network propagation now-days.

    I want to continue developing this in to something more sophisticated (I’m thinking it would be cool if designers could zip their parts in to packs, so that people can interchange them in an instant), but I will only be able to do this based on its popularity and support.

    Paul Wong-Gibbs
    Keymaster

    Unfortunately, 1&1 is full of crap. It’s not a trick, and it does work. Your third option is to find a better host.

    aces
    Participant

    Are you on the ‘Dual Perfect’ but only with 30meg?

    My only experience has been with 30 meg which often, these days, isn’t enough to run wordpress on with not too many plugins…. I would have thought 60 would be just about enough…. – but maybe someone with more experience in that area could answer….

    freigeists84
    Member

    I have just talked to 1&1. They told me that the memory tricks don’t work and that I am not allowed to do that. And if I want to solve that problem I can change to a better product with more memory, the new and more expensive ones have 60 and 90MB.
    The thing is that I have no clue how much memory I need… I want to install buddypress and create some profiles. The web is going to be a city guide for Madrid with reviews and photos.

    Do you know if 60 MB or 90MB is enough?? Any other hosting supporting WordPress, MySQL databases, more memory and a reasobale price?

    Thanks

    aces
    Participant

    They state in their uk faq (which i hope is now out of date) that none of the memory tricks will work…

    What I would like to know is if this is also a problem with their new packages, not just with their old accounts….

Viewing 25 results - 39,301 through 39,325 (of 68,915 total)
Skip to toolbar