lentildude
Forum Replies Created
-
Strange, I dont get ANY images or text or anything at all in my site wide activity stream. (using latest wp and bp 1.5)
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Plugin doesn't working with Buddypress 1.5I am running latest wp with latest buddypress 1.5 and it works well
but
pictures/text etc appear in groups but nothing is sitewide activity stream. Silly if updates dont appear in stream.
also its putting the pics/comments I upload at the END ie oldest data at end of group page instead at the top with latest messages.
any ideas?
Forum: Themes and Templates
In reply to: Simple WP Community ThemeIm having an annoying problem with this them, anyoption under community breaks the borders on the left and right sides.
http://www.bbenglish.com/bug.jpg
I made a screen capture; The left/right sidebars border lines break on some screens ONLY under community pages (groups, members etc). Doesnt happen on home and about pages. Any idea how do quickly fix this??
George
Forum: Fixing WordPress
In reply to: How to make transparent header of my WordPressI too am trying to make the white box area (ie around hello world message) and the boxes for other tabs (ie about) text area from white to opaque white to allow some of the background image come through.
I assumed the white area is item body and tried adding
opacity:.850;
filter: alpha(opacity=85);
after the background: #fff;
but no changes at all!!/* > Item Body
————————————————————– */span.activity, div#message p {
background: #fff;
opacity:.850;
filter: alpha(opacity=85);how can u do this?????
Forum: Installing WordPress
In reply to: installs fine but after login just does root directoryalso tried diff htaccess variations
AddType application/x-httpd-php .htm .html
AddHandler x-httpd-php .htm .htmland
<FilesMatch “\.(htm|html|php)$”>
SetHandler application/x-httpd-php5
</FilesMatch>all gave same server error as before
chmodd is 777
Forum: Installing WordPress
In reply to: installs fine but after login just does root directoryI just created a .htaccess file like you said (no htpasswd file, do I ned one?) and now just get this
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.incidently I made a test.php file
<?phpinfo();?>and it executes ok