Search Results for 'wordpress'
-
AuthorSearch Results
-
February 23, 2010 at 4:46 pm #65063
In 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
February 22, 2010 at 10:00 pm #64907In reply to: Default theme with widgetized home page
karto
MemberTill the modification theme is online at wordpress theme directory, you are able to download the “4 to 5 widget column child theme” here:
February 22, 2010 at 9:25 pm #64896wandilly
ParticipantInstead of downloading wordpress to my PC and then uploading to Godaddy(I ran into all kinds of problems that way…)
On january of 2010 I used godaddy automated script from hosting control center to automatically install wordpress 2.9.1 into my hosting account. My current account detail in godaddy for marinprofessionals.com is as follows:
Domain : marinprofessionals.com
Hosting Login : wandilly
Server IP Address : 97.74.215.63
Dedicated Hosting IP : 173.201.83.101
On January 2010 I also was able to upload the Current Theme to the marinprofessionals.com hosting account in godaddy is called :
Sliding Door 1.8.7 by Wayne Connor
(A unique template featuring sliding images in the header based on phatfusion imagemenu. Look at theme homepage to see the menu in action – the preview does not work on wordpress.org!!!! Sliding images in header link to pages, or can be redirected using the Page Links To plugin. The theme has a comprehensive support forum to help you get started at http://mac-host.com/support)
As far as Buddypress, back in October of 2009, I downloaded the version of I downloaded the bpress 1.1.1zip version and uploaded to godaddy and then unzipped there which create a buddypress folder in the html directory of godaddy. Nevertheless, I also see another version of bpress zip (1.0.2) which was uploaded in January 2010…
My website I was able to change the appearance of the sliling door of marinprofessionals but am not sure if it was done correctly. I would like help adding a directory capability and enable the creation of individuals blogs per each user registration…similar to what’s is avalable for the ” http://www.umwblogs.org” website … During 2009 I have tried to get help/answers from dirrent forums but was not able to make it work, could you please help??
February 22, 2010 at 9:19 pm #64893In reply to: Normal WordPress Themes?
Paul Wong-Gibbs
Keymaster@Peterverkooijen, you’re probably better of starting with the BP Backwards Compat plugin for a 1.1.3 theme.
February 22, 2010 at 9:10 pm #64890In reply to: Normal WordPress Themes?
danka
ParticipantHi David,
Yes, you are right, but it is very very strange…
I will try to contact Andy to ask about it.
By the way, thanks for the reply.
February 22, 2010 at 9:07 pm #64889In reply to: Normal WordPress Themes?
peterverkooijen
ParticipantWould this plugin also help in upgrading a custom Buddypress 1.1.3 theme to 1.2?
I’ll try that later this week…
February 22, 2010 at 8:49 pm #64884David Lewis
ParticipantYup… it’s not a widget. Two options which would involved making a child theme. Don’t worry… it’s really simple: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
- Make a child theme with a custom sidebar.php file and comment out or delete the login block of code.
- Make a child theme and add this line to your “style.css” file
#login-text, sidebar-login-form {display: none;}I suppose you could also try adding the code below to a “custom.php” file and putting it in your plugins directory (no child theme required)… but now I’m just getting silly. LOL (I haven’t tested this BTW).
<?php
add_action('wp_head', 'hide_login');
function hide_login() {
echo <<<CSS
<style type='text/css'>
#login-text, sidebar-login-form {display: none;}
</style>
CSS;
}
?>or even this! (very silly)
<?php
add_action('bp_before_sidebar_login_form', 'open_login_comment');
function open_login_comment() { echo '<!--' }
add_action('bp_after_sidebar_login_form', 'close_login_comment');
function close_login_comment() { echo '-->' }
?>So how to you intend for people to login? Just via the regular WordPress login?
February 22, 2010 at 8:44 pm #64881In reply to: Normal WordPress Themes?
David Lewis
ParticipantI’m not sure… but the plugin was released by Andy who is the main core developer for BuddyPress. I didn’t even know about the plugin until I responded to your post. I knew there was a thread on here about your question about a week ago… so I just did a search.
February 22, 2010 at 8:26 pm #64879In reply to: Normal WordPress Themes?
danka
ParticipantThanks a Lot, for fast replying and for the plugin!!!
I never noticed the existence of this one!
But, there are any plan of making it official part of Buddypress? It would be really useful.
Thanks Again. Best Regards.
February 22, 2010 at 7:10 pm #64865In reply to: Normal WordPress Themes?
-
AuthorSearch Results