Search Results for 'wordpress'
-
AuthorSearch Results
-
February 23, 2010 at 8:04 pm #65133
In reply to: Plugin Devs Please Read
John James Jacoby
KeymasterA few other actions were added in 1.2 to help plugin authors hook into the correct places within BuddyPress.
bp_setup_globals
bp_setup_nav
bp_setup_root_components
bp_setup_widgetsThe intent of those hooks for plugin authors, is to not load your code before BuddyPress does, potentially putting your navigation menus or global component setups out of alignment with BuddyPress. Typical WordPress priority rules apply, so it is still possible to bump your plugin ahead of BuddyPress if you need to.
February 23, 2010 at 6:40 pm #65104In reply to: Request: Badge Maker
gregfielding
ParticipantGotcha…except I’m seeing “userbar” referring to different things as well.
https://buddypress.org/forums/topic/horizontal-userbar
Whatever it’s called, it seems like a critical piece to creating a self-perpetuating network. Anything we can do to make it easier for members to promote the network helps.
WPMU Dev Premium has an affiliate plugin that creates member-specific code tied to images.
http://premium.wpmudev.org/project/wordpress-mu-affiliate
A basic badge that links back to the member’s profile should be much simpler. To me, this should be a core function…
February 23, 2010 at 6:30 pm #65102In reply to: Sitemap generator beta – looking for a few testers
rich! @ etiviti
Participantok, tagged on wordpress repo v0.0.2
https://wordpress.org/extend/plugins/buddypress-sitemap-generator/
Hopefully next weekend I’ll get the Admin UI cleaned up, some documentation, and a priority calculator
Also looking for MU users to test it out.
…and least Google accepted it

Sitemap Index Total: 5,629, Indexed: 116 Feb 23, 2010 – Resubmit Feb 23, 2010
February 23, 2010 at 5:51 pm #65091modemlooper
Moderatorsometimes when you copy items from a folder on harddrive to server via ftp program it misses hidden files like .htaccess
You can create a file htaccess.txt add the rewrite code then upload it after upload change the name of the file to .htaccess
I’m using WP single and this is whats in my .htacess file
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressFebruary 23, 2010 at 5:49 pm #65088In reply to: Request: Badge Maker
Jean-Pierre Michaud
Participantwe usually call them “userbars”, as facebook changed the name just to make themselves proud to invent something new…

sure it can be easy to code, i’ve done a great version for vBulletin, and it would take little to make one for WordPress… i suppose someone will be able to code one..
February 23, 2010 at 5:29 pm #65086rogscorp
ParticipantHey I solved this problem.
There were two problems:
1) no .htaccess
2) Text editor in Mac
You should have .htaccess in your FTP.
Maybe it’s hidden, but if it is not, you should make one.
You can make it with a simple text editor:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
copy and paste this and save it as .htaccess and upload it your root wp folder.
Another problem for me was that I used the text editor in mac.
Its RTF format put some information in the beginning of the file which is invisible in the text editor.
That caused 500 error problem.
So I made .htacess in Dreamweaver (the memo app in Windows would be OK I guess), and uploaded it, IT WORKED.
I hope this would help for other people.
The reason my FTP did not have .htacess in the first place is beyond me.
February 23, 2010 at 5:23 pm #65082In reply to: Events Plugin
David Lewis
ParticipantThere are lots of regular WP event plugins. I’d suggest searching on the wordpress.org site / forums. But for a BuddyPress integrated plugin… there are only two… one which is a WordPress MU Premium (paid) plugin… and bp-events from Erwin… the development of which seems to come in spurts. Last I heard… Erwin was pretty far along in making it 1.2 compatible and was mostly just working on an Ajax calendar feature. Hopefully it will be finished up soon-ish :o)
February 23, 2010 at 5:20 pm #65079In reply to: Aggregation from external sources
stripedsquirrel
Participantehmm, please refrain from opening new posts which basically links to an other post which links to another post

Not that I do not agree with your request, but by annoying people who might be able to help out, you steer focus away from the problem.
Anyway, does feedwordpress not work?
February 23, 2010 at 5:00 pm #65070trident46
MemberHello,
I’m having the same issues……..I do not have an “.htaccess” file anywhere on my hosting server.
I read that the two latest versions of WordPress and Buddypress may not be compatible – could this be the problem?
Thank you!
Rob
February 23, 2010 at 4:46 pm #65063In reply to: Spam, Spam and more spam
mlovelock
ParticipantI started the group for splogging and spam a while ago, but to be honest I haven’t experienced any for quite a while now.
@andy’s right about changing the signup slug, that made a big difference for me. I also renamed (removed) the wp-signup.php file as that’s not in use, and again that made a difference – though watch for that on a wpmu / wp upgrade as it’ll replace the file.I removed the WordPress references in my theme footer too, just to make it a little less obvious that I’m running WP.
Also running SI-Captcha antispam and NoSpamNX, but that’s about it nowadays.
February 23, 2010 at 4:29 pm #65061In reply to: Tweetstream (twitter plugin) Beta testers needed!
Peter Hofman
Participant@geofm33
– Yes just like that

– hmm i could do that
will be there in the next version.Next version will be a version that is going to be on the wordpress plugins site, so everybuddy can update it directly from the admin.
February 23, 2010 at 3:50 pm #65057In reply to: Tweetstream (twitter plugin) Beta testers needed!
geoffm33
Participant@blackphantom, bloody brilliant!! Fixed the 404 issue!
Here is where I am with what doesn’t work (WordPress 2.9.2 and BP 1.2)
– I don’t see the filter for “Tweets” in the pulldown for the activity stream.
– My Twitter > BP timestamp is off by 6 hours.
– My Twitter > BP sync doesn’t work with (or I don’t understand) filters! It works when I remove the filters.
Requests:
– Extend the new forum topic “To Twitter” functionality to allow the same thing for topic replies.
February 23, 2010 at 3:50 pm #65056In reply to: Creating/Modifying a theme
Scotm
ParticipantFebruary 23, 2010 at 3:37 pm #65055In reply to: Look at the spam accounts what a joke
Windhamdavid
ParticipantAny of you who continue this thread any further are simply staring the ‘gift horse in the mouth’ so to speak.
~ spam in a problem for every company, be it IBM, Google or WordPress. These companies spend millions combatting it and it’s a problem for almost any CMS, or site that has UGC. If you can’t install Askimet, and/or a couple other preventative measures on your site, then you should hire someone who knows what their doing or you have a compromised(hacked) site where once again, you should hire someone who knows what they’re doing.
while not naming names ~ I have watched ‘your’ post on this forum and you’ve offered very little contribution and quite a bit of negativity. That doesn’t bode well for an open source community who provides you a product free of charge. Perhaps providing some meaningful feedback about your experiences will help the community develop better solutions instead of glaring accusations and harsh criticism? In fact your post in this community are very much like spam for the very same reason. At this point, you’ve pretty much hit an all time low since your accusing developers, many of whom work for free, of turning a blind eye towards the issue of spam. If you’re unhappy with website, may i suggest move on to another piece of software that is magically immune to spam robots, where you’ll most positively be a great asset, not only to them, but also with your absence here on the Buddypress Forums.
February 23, 2010 at 3:04 pm #65044In reply to: BuddyPress Like
Alex
ParticipantThe plugin is now hosted over on the WP.org plugins directory, please remove any data the plugin may have saved in ‘wp_bp_activity_meta’ or ‘wp_usermeta’ before installing. You won’t have to do this again, as I have DB upgrade methods in place.
I’ll be able to push updates to y’all using the Plugin Installer now, or if you’re feeling adventurous checkout the SVN repo into your plugins directory and run off trunk.
Enjoy
February 23, 2010 at 2:36 pm #65034In reply to: How to set activity stream as the hompage
niyazpk
ParticipantI have finally managed to do this by going to the Settings > Reading page and changing the Front-page options.
Never crossd my mind that this was a wordpress setting rather than a buddypress one.
February 23, 2010 at 4:12 am #64969In reply to: Registration link redirects to home page
dailynewarker
ParticipantTried that, too, figuring the same thing. Repeatedly switching back and forth between the options didn’t help.

Anyone know enough about the Buddypress theme options or WordPress MU debugging to help me figure out how to troubleshoot this? I think I’ve hit all the preliminaries, and might need to start looking at some log files.
February 23, 2010 at 3:38 am #64964In reply to: Can't seem to uninstall
funky1
MemberHere’s the url: http://alturl.com/wspj
Anyone have any ideas? Unfortunately, I was using wordpressbackup as my backup device and they decided to only allow one wordpress site p/ account and deleted the other sites without any notification. When I logged in to restore, I found out this wonderful treat. Terrible way to do business.
February 23, 2010 at 3:07 am #64960In reply to: BuddyPress Like
xp02ed
Participantawesome work mate, tested it without an issue of install
Using wordpress 2.9 + BP 1.2
February 23, 2010 at 2:04 am #64956In reply to: Deep integration of Google Docs
Leah
Participant@ Peter Anselmo
Oh, didn’t know about the Group Documents. Obviously haven’t used it but looks good. Could there possibly be an upside with a google docs option? There are 1 GB free storage, really good editors, folder structure asf. I think it would be a real killer!
February 23, 2010 at 1:59 am #64953rogscorp
ParticipantRewriteEngine On
RewriteBase BASE/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Ok. I put this on .htaccess and it comes back with 500 internal server error.
Now, not only buddypress but also WordPress does not work.
The whole site is tangled with 500 error.
If I delete .htaccess, WP works but BP comes with 404 error.
February 23, 2010 at 1:24 am #64947In reply to: Active but not…
Andy Peatling
KeymasterRunning WordPress MU 2.9.1?
February 23, 2010 at 12:19 am #64938Andrea Rennick
Participant“and uploaded to godaddy and then unzipped there which create a buddypress folder in the html directory of godaddy.”
The plugin folder needs to go in wp-content/plugins/.
have you tried installing it from the admin area of WordPress? Go to the plugin menu and pick Install New.
February 22, 2010 at 11:58 pm #64932In reply to: Tweetstream (twitter plugin) Beta testers needed!
geoffm33
ParticipantHere are the request/response headers:
**Response Headers**
Date Mon, 22 Feb 2010 23:46:16 GMT
Server Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
X-Powered-By PHP/5.2.9
X-Pingback http://twitterpokertour.com/xmlrpc.php
Expires Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control no-cache, must-revalidate, max-age=0
Pragma no-cache
Last-Modified Mon, 22 Feb 2010 23:46:16 GMT
Keep-Alive timeout=5, max=100
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html; charset=UTF-8
**Request Headers**
Host twitterpokertour.com
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.
Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer http://twitterpokertour.com/members/cprpoker/settings/
Cookie __utma=181142562.1327388837.1265978854.1265978854.1266348950.2; __utmz=181142562.1265978854.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); sforum_4d6a2b1affbc848f88f79a19b057e186=cprpoker; wp-settings-227=editor%3Dtinymce%26urlbutton%3Dpost%26align%3Dleft%26hidetb%3D1%26imgsize%3Dthumbnail%26m1%3Dc; wp-settings-time-227=1266836416; wordpress_logged_in_4d6a2b1affbc848f88f79a19b057e186=cprpoker%7C1267558573%7Caffc37912e5d7b61700a7eb42624b1b0; PHPSESSID=e011ff73d865b4c03d2a9480b2d93c7e; bp-activity-oldestpage=1
If-Modified-Since Mon, 22 Feb 2010 23:28:08 GMT
February 22, 2010 at 11:00 pm #64920In reply to: Front End Blog Posting
xp02ed
ParticipantI got posthaste working but i want something abit more advanced with the same edit box the backend offers so people can upload photos etc!
ive got BP 1.2 and wordpress 2.9
no issues with installation of posthaste
-
AuthorSearch Results