Search Results for 'buddypress'
-
AuthorSearch Results
-
November 17, 2008 at 2:25 pm #33748
In reply to: Translating BuddyPress
Dreamcolor
ParticipantMaybe you should uploaded a language file for WPMU too. And this will let MU can active the languages ‘select list’ in backend.
WPMU (Core) and BP always change them language at the same time. So when you change the language of MU. The BP’s will change too.
Hope you understand my poor English. Ha……
November 17, 2008 at 1:49 pm #33747In reply to: The News section
gnattybumpo
MemberThanks for the tip!
Yesterday I reinstalled for what I had hoped was to be the last time (at least for a little while) worpressmu and buddypress using the subdirectory rather than subdomain option for new blogs. My plan was to simply create a news blog, since that works (as noted by chriscarter) — it isn’t as elegant because you can’t use the buddypress home theme (unless you want whole new buddypress blog with its own useres, etc.). Nevertheless, it works.
I just checked with bluehost, and they told me that I cannot use the subdomain option on bluehost. Maybe that simply means I need to modify the database DNS wildcard, but for the moment I am sticking with subdirectories for blogs and a new news blog — and hoping I can find a way to fiddle with the appropriate php code in buddypress wpmu.
Please feel free to check out the site, just realize its very alpha and could be much beta ; ) — http://whiteblackthepenguin.net/
November 17, 2008 at 12:44 pm #33746In reply to: Translating BuddyPress
seppolaatle112
ParticipantOk, thanks !
So all I really have to do, is create the buddypress-xx.po and .mo, and upload them to the same folder as the template file?
I am guessing now, but how do I actually “activate” my language? Is this still in the WPMU wp-config.php file?
Thanks for helping me out on this one.!
November 17, 2008 at 6:39 am #33744In reply to: Translating BuddyPress
Dreamcolor
ParticipantLanguages files must named as buddypress-xx_XX.po and .mo.
DO NOT replace the buddypress.po file. It is just a template file.
November 17, 2008 at 3:17 am #33743In reply to: iExplorer 6.0 and Buddypress
heinzlim
MemberYes, I tried to view it on IE6: buttons disappeared, message encroached.
November 16, 2008 at 2:09 pm #33741In reply to: The News section
gnattybumpo
MemberI am having a similar problem.
When I go to my ‘news section,’ I get an ‘Error 404 – Not Found’ message in the blog area.
I reinstalled wpmu, but chose the subdomain option instead of the sub-directory option for new blogs. I then was able to get to the news blog (root blog), but could not create new blogs that work — the URL bumps me to OpenDNS and the mesage ‘We did not find any results for: [ blog.mydomain] Please try a new query above’ Note: my server is bluehost.
I have reinstalled everything a couple of times using both approaches and get the same results
So… unless I can figure this out, I have to choose between not having a functioning news section under buddypress, or no being able to create new blogs.
November 16, 2008 at 11:39 am #33739In reply to: Translating BuddyPress
seppolaatle112
ParticipantI actually have one problem when trying to translate this file…
I use Poedit to translate the file, and when I’m done I save the file. After saving, I replace the allready existing language-file in /pb-languages/ with the file I’ve translated. The wierd thing is, that the language I translate into does not update on my installation of BuddyPress.
Is there any kind of settings I will have to change before the language I’ve translated into should be activated or something like that?
– Thanks.!
November 16, 2008 at 5:59 am #33737In reply to: Avatar Problem – minimum dimensions?
skozyk
MemberAndy,
I think I figured out what was causing the problem. When I originally installed WordPress MU, I had had to re-install it a few time until I got it right. File permissions weren’t set properly at the time of installation, etc. When I went into my “Sites” are of the Admin Settings panel, I found that I had about a half dozen sites listed, all with the same name. I deleted all except for the most current installation and now I am able to upload the avitar images. This multiple site listing didn’t seem to affect any other site functionality, WordPress MU or BuddyPress related. Just wanted to let you know the problem and the solution.
Best,
Steve
November 15, 2008 at 8:39 pm #33734In reply to: Recommended Hosting for BuddyPress site?
iprashant
Memberguys slicehost is the best hosting if real developer loves it. and it is takeover by rackspace now.
November 15, 2008 at 12:37 pm #33730In reply to: The News section
Burt Adsit
ParticipantSorry, not getting where buddyPress is installed and how you have wpmu configured. There are some options for installing wpmu first of all. It can be installed in the document root or in a subdir. Originally wpmu had to be installed in the doc root for bp to work. I heard a rumor that bp now works with wpmu installed in a subdir of the apache root. True? I don’t know. That’s the first option.
Second option is you can run wpmu with subdomains or subdirectories. You can have your URIs look like whatablog.mysite.org or mysite.org/whatablog.
@CriticalTodd it looks like you installed bp in a subdir off the doc root called ../bp is that correct? bp is installed in the wpmu /wp-content/mu-plugins dir. I’m kinda confused.
Here’s my setup that works:
1) wpmu is installed using subdomains not subdirectories in the apache document root
/var/www/mydedicatedvirtualsite.org/httpdocs/(allsortsofwpmudirsandfiles)
mysite.org launches wpmu
2) buddyPress is installed in the /wp-content/mu-plugins directory
/var/www/mydedicatedvirualsite.org/httpdocs/wp-content/mu-plugins/(lotsofbuddypress)
3) buddyPress themes get put in /wp-content/themes
/var/www/mydedicatedvirualsite.org/httpdocs/wp-content/themes/buddypress-home
/var/www/mydedicatedvirualsite.org/httpdocs/wp-content/themes/buddypress-member
However you have wpmu configured when it comes to subdomains or subdirs for creating member blogs, bp goes in ../wp-content/mu-plugins and ../wp-content/themes
How do you have your site configured?
November 15, 2008 at 8:53 am #33729In reply to: Avatar Problem – minimum dimensions?
skozyk
MemberAndy,
First thanks for all your hard work making BuddyPress happen. As a graphic and UI/UX designer, please let me know if I can help the project in some way.
I installed BuddyPress yesterday with the latest trunk r544 and everything seems to be woking fine except when a new user attempts to upload an Avitar at initial signup. The following error is thrown: Upload Failed! Your photo dimensions are likely too big.
This error occurs no matter what the size of the image being uploaded. Even a jpg 20 X 20px returns this error. You can view this error by adding a new blog at http://www.ziely.com
If I add a user manually in the admin and then login as that new user, I can successfully add an avitar no problem. The problem only occurs at initial signup for a new blog. Any thoughts? Can I disable the avitar upload requirement for the time being untill the issue is resolved?
Thank you in advance for your help.
Very best,
Steve
November 15, 2008 at 12:37 am #33727In reply to: Recommended Hosting for BuddyPress site?
Huda Toriq
MemberAnybody using hostgator or ever heard some problems using WPMU on their shared hosting? I’m interested with their baby hosting package, unlimited space & bandwith. But the inodes limit of 250,000 is worrying me.
November 14, 2008 at 11:52 pm #33726In reply to: Recommended Hosting for BuddyPress site?
mrchristopher
Memberthanks for the great feedback — this helps. i did spend time at wpmu — but it was a bit dated. and i especially want to find someone who has had success with implementing buddypress
im very much impresses with buddypress — great solution!
November 14, 2008 at 8:47 pm #33722In reply to: BuddyPress Showoff: Post your links
skrittle
Memberihave just setup skriffle.com
November 14, 2008 at 8:24 pm #33720In reply to: How do I change this font colour?
thezohan10
MemberTo accomplish that, yu have to change the style sheet from the “buddypress” theme CSS (style.css), of course if you are using it for the home theme.
And remember that when you access to a member option, the theme used is the “buddypress-member” look 4 the style.css on the folder and make the changes too, i did so to have a correspondence between site colors.
November 14, 2008 at 8:04 pm #33717In reply to: Recommended Hosting for BuddyPress site?
Trent Adams
ParticipantI have used Media Temple for WPMU sites in the past and the Grid is better than most shared hosts, but really WPMU itself can grow past resources quickly. That is why VPS or dedicated is recommended, though many still say they are fine on a shared host if their bandwidth and userbase is low. Other great VPS providers include Slicehost.com and Futurehosting.biz
Getting recommendations for hosts is covered extensively in the WPMU forums, so you might want to pop by for a search there.
Trent
November 14, 2008 at 7:43 pm #33716In reply to: Recommended Hosting for BuddyPress site?
Jeremy Winter
ParticipantI am on fused network and they definitely support wildcards. They are a bit pricey, starting at $9.95 a month, but are worth every penny. They truly guarantee 99% uptime.
In the last 6 months they have been flawless with only one month going below 99% uptime and when that did happen they offered a 1 month credit to all customers that were effected. I declined the offer on the grounds that there policy is almost unfair for them! I will gladly pay $10 month just too know that they truly follow their guarantees.
As far as tech support goes, they are the best I have found as well. I have submitted 5 tickets so far and everyone was answered right away. Plus none of those tickets was a problem on their end. It was usually me asking for domain setups up or adding wildcard mask for example.
Highly recommended (and I am not even part of their affiliate network!)
liamhawkes
MemberYup! Me to. Buddypress is brilliant and I am currently using it for my local Scout group! Bang on works perfectly and events would just round that off. For the mean time however i’ll be using groups for events
November 14, 2008 at 6:20 pm #33710In reply to: Recommended Hosting for BuddyPress site?
CriticalNed
ParticipantI am using Site5 and they will set up the wildcards on request.
Anyone use MediaTemple?
November 14, 2008 at 4:15 pm #33707In reply to: Recommended Hosting for BuddyPress site?
chriscarter
ParticipantI use Bluehost and you’re right, you cannot set up WPMU using subdomains; you must use the subdirectory option. This was fine with me because I was already installing WPMU into a subdirectory and though http://member/wpmu/sitename.com would look funny.
Also, I ran into a few snags while installing onto Bluehost but found some very easy fixes.
November 14, 2008 at 7:16 am #33700In reply to: I do an spanish translation how i publish?
Dreamcolor
ParticipantLook at this:
November 13, 2008 at 11:57 am #33679In reply to: Translating BuddyPress
Dreamcolor
ParticipantI translated it to Simplified Chinese. So if you want to translate it to Traditional Chinese,mayby you should to take some edit about it.
My english is so poor. Hope you can understand what I said.
November 13, 2008 at 9:23 am #33677In reply to: Translating BuddyPress
heinzlim
MemberDreamcolour, may I know if your translation is into Simplified Chinese or Traditional Chinese? It is best to identify it as in HK/Taiwan, they both use Traditional Chinese.
November 11, 2008 at 6:45 pm #33665In reply to: BuddyPress Showoff: Post your links
Trent Adams
ParticipantAndy knows about it already, but I am playing with it small scale at http://onvertigo.com
November 11, 2008 at 12:56 pm #33661In reply to: trunk 530 issues
Andy Peatling
KeymasterCan you log a ticket for this thanks: https://trac.buddypress.org/newticket
-
AuthorSearch Results