Forum Replies Created
-
Matew, thanks for the info. For what purpose do you use the plugin in buddypress?
Gp01,
I meant in the member theme. Implementation in the home theme would be boring I think (unless you can prove me incorrect
)
Would this be posted to the header file or can the function be used in bp-custom.php? Thanks
Has anyone released a good buddypress style theme for bbpress yet?
I have started hardcoding links to the pages. How do I use the selected class? Can anyone include sample code for a hardcoded link?
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?
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.
What is the ETA for a full 1.0.1 download? Love to know what improvements are coming up.
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.
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?
Has anyone found a chat plugin that integrates with BuddyPress profiles?
I would like to know how to remove auto linking in 1.0 too
Still looking for a good solution for this..any suggestions?
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.
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
That works! Thanks BeLogical.
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.
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.
Hmm, that would remove the option entirely. Is there anyway just to change the default radio button? Thanks.
Still wondering about the command to convert .po to .mo. How is that run and from where?
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.
Is there a way to check mail logs to see if something comes up there? (I am not even sure if WPMU keeps any).
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.
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.
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.