Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 151 through 175 (of 213 total)
  • @kunal17

    Participant

    Matew, thanks for the info. For what purpose do you use the plugin in buddypress?

    @kunal17

    Participant

    Gp01,

    I meant in the member theme. Implementation in the home theme would be boring I think (unless you can prove me incorrect :))

    @kunal17

    Participant

    Would this be posted to the header file or can the function be used in bp-custom.php? Thanks

    @kunal17

    Participant

    Has anyone released a good buddypress style theme for bbpress yet?

    @kunal17

    Participant

    I have started hardcoding links to the pages. How do I use the selected class? Can anyone include sample code for a hardcoded link?

    @kunal17

    Participant

    BeLogical,

    yes, it does look like the links will have to be hardcoded. I wonder what the best way to do it is to protect from future updates.

    Can code be added to the bp-custom.php file to add links to the navbar?

    @kunal17

    Participant

    php????

    aaahhhhh…

    I created a new bp-custom file for this, forget about the php tags and just copied the code from the codex page (I did include a newbie alert in an earlier post :)).

    It works fine now. Thanks Lance.

    @kunal17

    Participant

    What is the ETA for a full 1.0.1 download? Love to know what improvements are coming up.

    @kunal17

    Participant

    M, the plugin is sounding great. Please let us know as soon as you have something for release. Do you have an ETA for an initial release?

    Would it be easier to start with if the plugin just handled RSS feeds from twitter search instead of taking the search parameters from withing the plugin itself? Maybe 2 different plugins that integrate well will make things accessible to both basic and advanced users.

    @kunal17

    Participant

    Still looking for some help with my error.

    Should the ‘mysite’ in (BPLANG’, ‘mysite’) be ‘buddypress-mysite’ as my .mo file is called buddypress-mysite.mo?

    @kunal17

    Participant

    Has anyone found a chat plugin that integrates with BuddyPress profiles?

    @kunal17

    Participant

    I would like to know how to remove auto linking in 1.0 too

    @kunal17

    Participant

    Still looking for a good solution for this..any suggestions?

    @kunal17

    Participant

    Awesome!

    1 thing I have been looking for is a plugin that displays twitter search results well. If you see my buddypress install at http://theindianstartup.com the right column has a twitter search RSS feed, which gives the right results but looks very crappy. This is because, each tweet is pulled in like a link instead of text. I have been trying to figure out a solution to this but I dont code well.

    I am sure a lot of buddypress websites might want to pull in twitter search feeds concerning their niche areas and the ability for the widget to pull in twitter search results and display them as text (with hyperlinks for the actual links ofcourse) would be really awesome.

    @kunal17

    Participant

    Thanks for clarifying that Lance. However, now I get this error when I browse to my website->

    define( ‘BPLANG’, ‘mysite’ ); if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) { load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ); }

    Warning: Cannot modify header information – headers already sent by (output started at /home/kunal17/public_html/theindianstartup/wp-content/plugins/bp-custom.php:4) in /home/kunal17/public_html/theindianstartup/wp-includes/pluggable.php on line 856

    the .mo file is name buddypress-mysite.mo

    @kunal17

    Participant

    That works! Thanks BeLogical.

    @kunal17

    Participant

    I created the translated file buddypress-mysite.mo and uploaded to the bp-languages folder. However when I place the below code in bp-custom.php and upload to the plugins folder it gives me an error

    define( ‘BPLANG’, ‘lance’ );

    if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {

    load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ );

    }

    I am guess its something to do with the fact that I have not replaced ‘lance’ with my own website label. What should this label be and where can I find mine?

    Thanks.

    @kunal17

    Participant

    I did the same thing as Dainismichel and I too am seeing no difference (the links still goto subdomain.domain.com/members etc instead of to the root domain urls). Please help, I would rather not have to hardcode the links in.

    @kunal17

    Participant

    Hmm, that would remove the option entirely. Is there anyway just to change the default radio button? Thanks.

    @kunal17

    Participant

    Still wondering about the command to convert .po to .mo. How is that run and from where?

    @kunal17

    Participant

    Ok after further testing, my earlier belief that wp-signup.php works was wrong. I just realized that I must have tried wp-signup.php while signing up with a gmail address (which works).

    Considering that the only entry that I make for the admin email address is to add the email address in the site admin options, do I not need to add a user name and password into WPMU for the email address to allow WPMU access to send emails? I am using a non gmail domain hosted on google apps as the support email in the admin.

    Btw, I realize that with wp-signup.php not functioning as well, this is no longer a buddypress issue but probably a WPMU one. However, I would still be grateful for any help I can get from these forums. I will continue my search at WPMU forums also. Thanks.

    @kunal17

    Participant

    Is there a way to check mail logs to see if something comes up there? (I am not even sure if WPMU keeps any).

    @kunal17

    Participant

    Jeff, no, I am hosting on hostgator.

    Yes the email addresses (I have tried 2 different domains and multiple email addresses) are valid and used regularly. I even tested the emails outside of buddypress.

    If you would like to try it out, the install is at http://theindianstartup.com

    Thanks for helping out.

    @kunal17

    Participant

    Andrea,

    No I think I am using the other older one. (I came across DeannaS’ but for some reason forum discussions convinced me that it was still a work in progress.) Ill switch over and try it out now. Thanks.

    @kunal17

    Participant

    Ok, I see now that I have to create the bp-custom.php file myself.

    Still do not know how to run the command to create a .mo file. Do I use cpanel or ftp software for this? Would poEdit, create a .mo file that I can just upload? (Thanks Gilbertc for the above clarification, I’ll definitely look into PoEdit for the long run but currently I only need ‘blog’ to be ‘news’ everywhere :))

    Also, what is the ‘mysite’ language translation as defined in the tutorial?

    Thanks.

Viewing 25 replies - 151 through 175 (of 213 total)
Skip to toolbar