Search Results for 'questions'
-
Search Results
-
Topic: Custom Theming Questions
I am in the process of designing a custom theme for a website running on WPMU 2.8.4 with an install of BuddyPress 1.1.1. I don’t have much need for the multi-user aspect of WPMU, but went with this as my “CMS” because of the social networking components BuddyPress can bring to the table. At least in the near term I will only be using one blog with a pretty extensive home-page involving some content managed through WordPress and some pages that are essentially independent.
So I have built a theme for the main WordPress blog completely from scratch. Now I’m scratching my head as to how I’m going to integrate the BuddyPress features I need into the areas of the theme where I need them. My strategy so far has been to take all the files in the BuddyPress parent theme that weren’t present in my custom theme, move them into my custom theme folder, then dissect the core template files from the BuddyPress parent theme (header.php, home.php, etc.), extracting the BuddyPress elements, and placing them into my template files where necessary.
Here is the current result – http://boxmediasolutions.com/wpmuTest/
It seems to be going along okay at the moment, but I’m thinking there has to be a better way to go about this, so I have a couple of questions for the community if anyone cares to offer advice.
1) Is there an easier way to do this kind of thing that already has good documentation that I’m just overlooking?
2) Can I move the div#search-login-bar out of the header, placing it essentially atop the content div in only a few specific pages (ie – the ones that involve connecting with the community)?
3) Is there documentation somewhere explaining the template hierarchy of WPMU and BuddyPress, how they interact, and what is exactly being called for by commands like do_action( ‘bp_before_search_login_bar’ ), do_action( ‘bp_after_search_login_bar’ ), do_action( ‘bp_before_header’ ), etc?
4) Can commands like the ones mentioned in question 3 be reversed, like calling for the before/after search login bar after the before/after header actions?
I am quite comfortable editing/developing WP themes and template files, though I am completely new to BuddyPress and WPMU, and I am not really well versed in PHP coding, just to give you a bit of background.
Thanks a ton in advance for any advice!
I’m preparing soon to dive head-first into the process of shoehorning BuddyPress internal pages inside the design of a WordPress theme. The primary questions are: what code is required to activate BuddyPress functions within a WordPress theme and how do I call BuddyPress functions within a WordPress theme?
http://buddypress.org/forums/topic/want-to-hire-someone-to-integrate-buddypress-with-site
After that some moderator felt it was necessary to put me on silent ignore. Granted I made a mistake of possibly posting it in the wrong section. A little notice or even a PM would have helped. Contrary to popular belief, not all buddy press forum users are here to annoy the moderators. With no way of knowing that I actually was on a silent ignore, I kept on answering posts and posting questions like an idiot. Do you consider that decent?
Andy rants about communicating ad helping out in the forums as that would make buddypress a better software and that is somewhat difficult when you run into some egoistic moderator that would put you on some silent ban.
Honestly not really sure if it was that message or something else I may have done. Would love to actually know for a fact what reason it may have been for someone to do that?
Thank you and thanks or allowing a Feedback forum in which we can express our thoughts.
Sorry to keep posting silly questions, but can you please tell me how to change the Site Title in BuddyPress?
By default, if a visitor visits my BuddyPress Theme enabled site, what they see on their browser is like – “yoursite.com – Home”, but I want to change it something more creative.
I have found the header file and <title> tag. It is scripted that title shows up like “sitename – pagename”.
<title><?php bp_page_title() ?></title>
This is what is already scripted, but I want to code the new Title tag ONLY for my HOMEPAGE. Let other pages have their page names as titles, but how do I change title only for my homepage?
Thanks a LOT for all your help.
Hi all, to prevent splogs for a bit, I used a smal plugin called signup_question, which lets you set a simple question (is fire hot or cold) and checks the answer.
The BP ‘register’ page does not ‘use’ this plugin somehow, so I used the (renamed, which really stops splogs) wp-signup.php page instead. But I just noticed that with BP enabled, no PW is sent when using wp-signup.php.
Which is annoying for the user as they click the activation link and then are asked to log in using the pw they ues to register, but alas, no pw was entered at the time

So they have to reset the pw, etc etc etc. User will be gone on vacation by then…
The new BP register is much better as it asks for a PW. But without sign-up question or option to rename, I am afraid that splogs will be pouring in soon..
So my questions to determine the best action to make sign ups easy but splogs difficult:
– why won’t the WPMU sign-up question plugin work on the BP register page? Is there a way to fix that?
– Can the register page be renamed? If so, which file(s) and what other (internal) links?
Thanks in advance,
Cheers

