-
mercime posted on the forum topic Background/Header Help? in the group How-To and Troubleshooting: 15 years, 4 months ago
Create a child theme of bp-default theme. Re: background color = You need to override default style by changing the background color and image from
body { background: #eaeaea url( ../images/background.gif ) top left repeat-x; ... }to something like the following which you should add in child theme’s style.cssbody { background: #fffff none; }[…] -
@mercime posted a new activity comment 15 years, 4 months ago
johnny, deletion of the code in sidebar does not delete registration form which is at buddypress/themes/bp-default/registration/register.php
-
mercime posted on the forum topic WordPress MAG in one subdomain, Buddypress in other subdomain, but same registration? in the group How-To and Troubleshooting: 15 years, 4 months ago
Blogs: You have to enable multisite in your WP install first before you can let journalists create their own blogs. Read how to https://codex.wordpress.org/Create_A_Network Template Pack: Here’s a BP Template Pack walkthrough which could shed some light on how to add styles -…[Read more]
-
mercime posted on the forum topic How to upgrade my theme for buddypress in the group How-To and Troubleshooting: 15 years, 4 months ago
What karmatosed said. For #1 with Template Pack, make sure you have
before endingtag infooter.php -
mercime posted on the forum topic Tutorial? in the group BP User Profile Map: 15 years, 4 months ago
@hnla thank you. Will check new version tonight and report back 🙂
-
mercime posted on the forum topic BP Sections? in the group Creating & Extending: 15 years, 4 months ago
@andrea_r I recall a thread about this some time ago and the **hint** guru **cough** 🙂
With the major changes between BP 1.2+ and BP 1.3 bleeding I see right now, could be some devs are waiting till after BP 1.3 stable to make “some time to work on it” 🙂 -
@mercime posted a new activity comment 15 years, 4 months ago
Thank you. Good to see that you’re active in the community 🙂
-
mercime posted on the forum topic Create a blog in the group How-To and Troubleshooting: 15 years, 4 months ago
@karmatosed tested that plugin and it’s not up to date
@avahaf This is an alternative way of having a group blog without requiring a new physical blog
-
mercime posted on the forum topic missing stylesheet in the group Installing BuddyPress: 15 years, 4 months ago
== hmmm I paid for this and get charged monthly somebody please give us the fix. == @dougison WP and BP are free downloads, perhaps you mean you’re paying for your hosting? In any case, did you use the auto-install of BP? Then try to upload BuddyPress plugin again via FTP or cPanel. After activating BuddyPress, […]
-
mercime posted on the forum topic BP Sections? in the group Creating & Extending: 15 years, 4 months ago
@PiManIII There have been many many hints since BP all began but no takers yet … at least no public release to date 😉
-
mercime posted on the forum topic BP Sections? in the group Creating & Extending: 15 years, 4 months ago
*** I would like people that are in a section to be able to “sign up” for particular groups, thus each group must be visible to users under each section. Would this require multiple installations? ***
Yes. Unfortunately, there’s no BP Multisite at this time. -
mercime posted on the forum topic The best plugins/themes/hacks for a CITY OR TOURISM GUIDE with BuddyPress? in the group How-To and Troubleshooting: 15 years, 4 months ago
@testador thanks for elaborating on what you’ve done so far. – Check out the Ride Oregon site in BP.org showcase – https://buddypress.org/showcase/ – I recall seeing a travel or tourism site here before – http://www.bpinspire.com/ Re themes, I prefer to create my own themes – either child themes of bp-default theme or use BP Template Pack […]
-
mercime posted on the forum topic News about development in the group BuddyPress Wiki Component: 15 years, 4 months ago
@boonebgorges @zigzag
Looks like @Aekeron is back! -
mercime posted on the forum topic Is moving Buddypress easier/possible?? in the group Installing BuddyPress: 15 years, 4 months ago
@ddgdaily – on the Thesis theme, sorry, I don’t use it. I recall some Thesis users a while ago who mentioned getting info from Thesis support forums to get BP compatibility on using the BP Template Pack. Why not just backup database tables and server files then go maintenance mode for an hour to test BP […]
-
@mercime started the topic [Resolved] BP Codex Search Results in blank Page in the forum 15 years, 4 months ago
@boonebgorges
Any search item = white page
just reporting. -
mercime started the forum topic BP Codex Search Results in blank Page in the group buddypress.org Ninjas: 15 years, 4 months ago
@boonebgorges
Any search item = white page
just reporting. -
mercime posted on the forum topic Using the existing component in members theme in the group Creating & Extending: 15 years, 4 months ago
@manimaranvel BuddyPress can only be activated once in either the main site or a secondary blog of a WP Multisite installation – there is no BP multisite at this time. If you allowed your members to create own blogs and then want to show the member profile in his/her blog, you can use a plugin – […]
-
mercime posted on the forum topic The best plugins/themes/hacks for a CITY OR TOURISM GUIDE with BuddyPress? in the group How-To and Troubleshooting: 15 years, 4 months ago
99% who help out here in the BP forums are volunteers. On a very rare day, someone might come into the forums and make a long long list of all that they need for a BP site and get spoonfed with all the answers in one go, though I haven’t seen that happen totally. I […]
-
mercime posted on the forum topic How to pull data from xprofile and echo them in my own widget? in the group How-To and Troubleshooting: 15 years, 4 months ago
-
mercime posted on the forum topic Tutorial? in the group BP User Profile Map: 15 years, 4 months ago
@hnla same experience as @chiinook in WP 3.0.3 – BP 1.2.6 test install – WP Multisite installed in root with subdomain structure and BP installed in primary blog.
Also, in plugin’s admin settings page, the link tohttp://mysite.com/wp-admin/%3C?php%20echo%20site_url%28%29%20?%3E/wp-admin/admin.php?page=bp-profile-setupleads to 404 page where - Load More
@mercime
Active 5 years, 7 months ago
well registration forms there but its redirecting back to welcome page,
why oh why,???
Deactivate the sliding login panel plugin.
http://yoursiteURL.com/register/ is where the link in the sidebar form you deleted goes to, so check registration from there. If this works, then it’s the login plugin that’s messing with the redirects.