Search Results for 'wordpress'
-
AuthorSearch Results
-
January 13, 2012 at 12:33 am #127904
@mercime
ParticipantJust to clarify, where did you install WordPress, at domain root http://yoursite.com/ or elsewhere?
If you did not install in root, did you install in subdirectory named members?
Did you go through the installation process?
Did you change the page slug for members?
Are you using the bp-default theme?January 12, 2012 at 10:18 pm #127897KAIROS_Canada
MemberI’m on 1.5.3.1.
Other Plugins:
AddThis
Akismet
AStickyPostOrderer
BrokenLink Checker
Category Order
Custom CSS
Dirty Suds
Flickr Gallery
Genesis Simple hooks
Genesis Simple Sidebars
Genesis Title Toggle
Google Analytics
Google XML Sitemaps
Hello Dolly (of course!)
Promotion SLider
Quick Page/Post Redirect
Raw HTML
Search & Replace
Search Regex
User Role Editor
Widget Logic
WPML Multilingual CMS
WPML String Translation
WPML Translation ManagementThat’s it.
Thanks for the reply mercime….
NIk
January 12, 2012 at 9:36 pm #127891@mercime
ParticipantGo to Network Admin dashboard panel menu > Plugins > Installed and activate BuddyPress plugin.
Btw, if you’re activating this on live site, remember to backup database and server files first.
January 12, 2012 at 9:33 pm #127889ashpaza
MemberBut buddypress plugin is disabled, and I need to, first, enable it. I do not see it in the plugin list to enable it.
January 12, 2012 at 8:12 pm #127884@mercime
Participant== However, after multisite installation I cannot see buddypress in my plugin list to re-enable it!! ==
The BuddyPress menu would be in the Netork Admin panel dashboard menus
January 12, 2012 at 6:56 pm #127876@mercime
ParticipantIf you’re on BP 1.5.3, upgrade to BP 1.5.3.1 via FTP/cpanel/etc if you cannot access wp-admin.
If you’re already on BP 1.5.3.1, what other plugins have you activated?
January 12, 2012 at 3:55 pm #127870In reply to: Menu bar impeding my custom header in BP 1.5.3.1
hiresphereadmin
Memberlol…….I am a book of questions……but you’re right, this particular issue (I believe) is on the WordPress side, so I’m heading over to the WordPress forums to see if I can bang that one out……..
January 12, 2012 at 10:02 am #127857@ChrisClayton
ParticipantIn your wordpress admin panel, you can change the homepage. https://codex.wordpress.org/Settings_Reading_Screen
Their are also multiple ways you can achieve that redirect thing, Codex is a good starting point.
https://codex.wordpress.org/Function_Reference/wp_redirect
https://codex.wordpress.org/Function_Reference/is_user_logged_inJanuary 12, 2012 at 7:37 am #127847In reply to: http:// Showing twice on registration page
@mercime
ParticipantConfirmed – https://buddypress.trac.wordpress.org/ticket/3760#comment:1
As noted there, the correct subdomain will be generated.
Issue has been resolved in the other trac ticket https://buddypress.trac.wordpress.org/ticket/3684#comment:3January 12, 2012 at 7:11 am #127845yecao
Memberrealy?I was ready to install it
January 11, 2012 at 11:33 pm #127842In reply to: Menu bar impeding my custom header in BP 1.5.3.1
hiresphereadmin
MemberI got bp-columns up and it gave me my left sidebar……BUT NOW………it cut off the end of my customer header (logo) and changed my footer back to white!!!!! If it wasn’t for bad luck, I’d have no luck at all Aces!!!! I put the style.css into it’s own directory folder, like we talked about before, but this time it’s not showing up in my wordpress dashboard (themes) for me to activate it……..
January 11, 2012 at 10:09 pm #127837In reply to: Menu bar impeding my custom header in BP 1.5.3.1
hiresphereadmin
MemberOk good buddy…….I downloaded and installed BP-column, but here’s the strange thing………After the install, BP-column appears in my database, but not in my wordpress dashboard with my other themes. Likewise, bp-default appears in my wordpress dashboard with the rest of my themes, but not in my database.
I tried doing a custom.php, but I must be doing it wrong because it’s not working either. I used the plugin “hide pages,” which took the pages off the top and cleared the view of my custom header (except for a weird link labeled “home” at the end~ no idea why it’s there or where it came from). Anyway, the problem with the “hide pages” plugin is that it hides the pages from EVERYWHERE, not just the top.
I figure I can just add the left sidebar and put my pages in there…….or another thought that I had was to figure out a way to remove the “author box” (with my name and all that) and put my pages in where that is instead.
I’m not sure what would look better, or be the easiest way to go about it……..I’m gladly open to any suggestions you may have……..all I ask is that you take a “for dummies” approach…….lol
January 11, 2012 at 8:36 pm #127833In reply to: Moved wordpress: Error in Activity Stream and RSS
ultimateuser
ParticipantI did follow these instructions. The move went fine except for my “old” activities in the stream keep on redirecting to the wrong page..
Any advice on how to amend this?
January 11, 2012 at 7:36 pm #127831In reply to: [SOLVED] – BuddyPress on IIS 6 fails to load page
zlippard
MemberNevermind, I was able to get it to work. After installing and activating the BuddyPress plugin, I noticed on the WordPress plugin page at the top there was a notification to run the installation wizard. After going through the steps and finalizing the install, the BP pages loaded perfectly! I would recommend to have some sort of notification on the actual BP pages that the user needs to run the installation wizard first because there’s really nothing that tells the user what to do after installing the plugin and the blank pages don’t help.
January 11, 2012 at 6:43 pm #127830In reply to: Pixel Cove
taecool
MemberThis is nice, looks a lot like the new startup 500px.
But how did you do it on wordpress?? I need to build something similar but I’m a noob, I don’t know where to start.
I’m going to have users upload photos to certain categories and I will need to have the photos show on the landing page in a grid format like yours!Currently, my landing page is set to “home” and I can’t figure a way to modify it.
January 11, 2012 at 6:22 pm #127829In reply to: Menu bar impeding my custom header in BP 1.5.3.1
aces
ParticipantIf you want to see how an extra column is added then look at bp-columns, which is a child of bp-default with just an added column…
To find out what needs to be changed to just move the menu bar, one can experiment with the firefox addon from http://getfirebug.com/ ( for developer tools in Google Chrome and Internet Explorer 8 & 9 – press F12. )
From that can be seen that all the following should individually move the menu bar out of the way….
`
#header {
padding-top: 80px;
}#header #search-bar {
margin-top: 60px;
}#header #search-bar .padder {
padding-top: 65px;
}#navigation {
padding-top: 55px;
}
`
When placed (only 1) in the child theme’s style.cssJanuary 11, 2012 at 12:52 pm #127822In reply to: Problems with AJAX and character set
donal_og
MemberI’ve converted all tables and rows etc to utf8, and changed to utf8 in wp-admin and the wp-config file. I checked in Firefox and thought ‘great it works’, until I tested it the following day in IE: Now any áéóíú anywhere (usernames, posts, activities) are not displaying e.g. Clánn Uà and worse still, in WordPress ‘Add new post’, it simply truncates at the accented characted (e.g. tést to t). Firefox works ok in WP. Any thoughts?
January 11, 2012 at 9:18 am #127812@mercime
Participant@sbrajesh Blog Categories for Groups is what’s out there that’s specific for associating a group with a category for singleWP. There’s https://wordpress.org/extend/plugins/bp-groupblog/ where you have to go multisite and set/limit the category for that subsite.
January 11, 2012 at 9:08 am #127811In reply to: Moved wordpress: Error in Activity Stream and RSS
@mercime
ParticipantYou should read these.
https://codex.wordpress.org/Moving_WordPress
https://codex.wordpress.org/Changing_The_Site_URLJanuary 11, 2012 at 7:40 am #127809In reply to: New topic button in forums redirects to homepage
ghulst
MemberI have now tried to add the bp-template-pack from the wordpress.org site (https://wordpress.org/extend/plugins/bp-template-pack/). However, the download worked fine, the installation went fine, but upon activation both my admin and site went blank. Literally white pages instead of both. Any thoughts?
January 11, 2012 at 5:55 am #127803@ChrisClayton
Participant@derek-melo While, their is no front end interface for it (though, i’m sure afew plugins will popup) It’s VERY easy to modify the admin bar/toolbar in the 1.6 trunk of buddypress.

@jack-v I agree, privacy is a required component that needs to come out sooner than later. Afew people ( @cnorris23) have been working on privacy – https://buddypress.trac.wordpress.org/ticket/3695
Feel free to jump in and help contribute
January 11, 2012 at 4:01 am #127798In reply to: Site logo on AdminBar
mrjarbenne
ParticipantOr enable this plugin: https://wordpress.org/extend/plugins/custom-admin-bar/
January 11, 2012 at 3:17 am #127792In reply to: PayPal Option
@mercime
ParticipantHave you checked out S2Member plugin? It’s compatible with BuddyPress.
https://wordpress.org/extend/plugins/s2member/January 11, 2012 at 3:02 am #127789aces
Participantshould be!
For reference, my bp-default child theme header.php would look the same as the one here: https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/header.php?rev=5003
January 10, 2012 at 9:22 pm #127761aces
ParticipantAll it needs at this stage is a new folder under /wp-content/themes/ with a style.css simple text file in it. Then replace #666 (see above) with #778899 ….
You should be able to preview any changes in the themes section, before activating…
If the file being looked for isn’t in your child theme, wordpress will look for it in the parent theme so you don’t need to worry about anything else for this task.
-
AuthorSearch Results