Search Results for 'theme'
-
AuthorSearch Results
-
February 4, 2009 at 8:32 pm #37239
In reply to: BuddyPress Beta 2
Jimthedj65
Memberalso just noted that when upgrading you have to reactivate the buddy home theme this gave me a blank screen…
February 4, 2009 at 7:01 pm #37235In reply to: BuddyPress Beta 2
Andy Peatling
KeymasterIf you are having redirect problems, make sure everything in your themes functions.php file contains everything in the latest function.php of the BuddyPress themes.
February 4, 2009 at 3:31 am #37216In reply to: Posts go to Profile/Login page
imaginaryline
MemberI am having the same problem as danielfelice.
Many links on the site go directly to my member page, or go to login page depending on if I am logged in or not.
I also just installed WPMU 2.7 and the BP Core component, Default Member theme and the Extended Profiles component.
Thanks everyone.
February 4, 2009 at 12:37 am #37212In reply to: Navigation buttons – Where are they?
Burt Adsit
Participant– header.php in both the home and member theme dirs bp_nav_items() > bp-core-templatetags.php function bp_nav_items()
February 3, 2009 at 12:22 pm #37182In reply to: integrating fckeditor into wire
nicolagreco
ParticipantThat code is good, but you shouldn’t hack the theme :S
you should add actions
February 3, 2009 at 11:12 am #37179In reply to: Posts go to Profile/Login page
danielfelice
Participantjust removed widgets and admin bar and still the same
most links on the site go to the login page
weird!
going to try to change theme to the default…
February 3, 2009 at 10:35 am #37175In reply to: Forum Integration: HELPING HINTS
opiater
ParticipantIn bbpress, When I Hit the “edit” link would like set the “User Type” of the user to “Administrator”, I get “Sorry, that page was not found” in “buddypress-home” theme.
bbPress: bbpress-1.0-alpha-6
BuddyPress: 1.0b2
Wordpress MU: 2.7
All are releases not SVN
Help…
February 3, 2009 at 12:13 am #37155In reply to: Main blog in the home page
Scotm
ParticipantI think perhaps the question is whether blog posts can be configured to appear on the main page of BP Home Theme versus the widget(s).
February 3, 2009 at 12:04 am #37151In reply to: Main blog in the home page
Trent Adams
ParticipantNot sure what you mean? Just the posts? You could use the RSS widget calling the main blog posts. What exactly are you trying to achieve? It might be easier if you want the main blog “embedded” in the BP page to just add the BP content to that theme.
Trent
February 2, 2009 at 10:34 pm #37138In reply to: BuddyPress Beta 2
Andy Peatling
KeymasterFebruary 2, 2009 at 9:42 pm #37136In reply to: I’m a Little Confused About Themes
gopeterb
MemberThank you! BuddyPress looks to be great from what Ive seen so far. Cant wait to implement it into my sites.
February 2, 2009 at 7:37 pm #37130In reply to: I’m a Little Confused About Themes
Andy Peatling
KeymasterYes, you can drop in widgets to your existing theme and use that for your root blog. However, member pages and any of the main pages use a “member theme”. There is a default one bundled with the download. If you want to use your blog theme for this too, there are instructions on how you can convert your theme. You will need CSS knowledge though.
February 2, 2009 at 3:49 pm #37117In reply to: integrating fckeditor into wire
gpo1
ParticipantI’ve installed fckeditor in the member-themesbuddypress-memberwire folder where post-form.php resides.
Now from the http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/PHP
I’ve followed the guide but not sure whether its correct. So can someone check this code and correct it if needed?
<?php
include_once(“/wire/fckeditor/fckeditor.php”) ;
?>
<div id=”wire-post-new”>
<form action=”<?php bp_wire_get_action() ?>” id=”wire-post-new-form” method=”post”>
<div id=”wire-post-new-metadata”>
<?php bp_wire_poster_avatar() ?>
<?php printf ( __( ‘On %1$s %2$s said:’, “buddypress” ), bp_wire_poster_date( null, false ), bp_wire_poster_name( false ) ) ?>
</div>
<div id=”wire-post-new-input”>
<?php bp_custom_wire_boxes_before() ?>
<textarea name=”wire-post-textarea” id=”wire-post-textarea”></textarea>
<?php
$oFCKeditor = new FCKeditor(‘FCKeditor1’) ;
$oFCKeditor->BasePath = ‘/fckeditor/’ ;
$oFCKeditor->Value = ‘<p>This is some sample text. You are using FCKeditor.</p>’ ;
$oFCKeditor->Create() ;
?>
<?php if ( bp_wire_show_email_notify() ) : ?>
<p><input type=”checkbox” name=”wire-post-email-notify” id=”wire-post-email-notify” value=”1″ /> <?php _e( ‘Notify members via email (will slow down posting)’, ‘buddypress’ ) ?></p>
<?php endif; ?>
<?php bp_custom_wire_boxes_after() ?>
<input type=”submit” name=”wire-post-submit” id=”wire-post-submit” value=”Post »” />
</div>
</form>
</div>
February 1, 2009 at 2:24 pm #37068In reply to: Video/MP3 Upload “Album”
Michael Berra
ParticipantAbout Anarchy: In the early BP Releases, where Members were still the same as Blogs, AMP for WPMU worked just fine out of the box. But now it seems a bit more comlicated to me… How can I get Anarchy running for the member-themes (wire etc)? Any idea?!
February 1, 2009 at 5:04 am #37061In reply to: The “News” Tab – Where does it get its content from?
Burt Adsit
ParticipantThe ‘news’ button which has mutated to the ‘blog’ button in the trunk, isn’t a widget. It just uses your theme’s index.php template to list the recent blog posts on your blog. Whatever ‘index.php’ does in your theme that’s what you see.
Updating to the most recent trunk gets you updates for everything in the bp universe. This is wide and vast as you know. Your dishwasher will probably run quieter also.
February 1, 2009 at 3:44 am #37057In reply to: The “News” Tab – Where does it get its content from?
Burt Adsit
ParticipantIf you are running a wp theme on your blog there was a problem with ‘news’ or not listing the recent blog posts. This has been fixed in the recent trunk. I don’t think it made it to the beta 2 release.
Try updating to the recent trunk.
January 31, 2009 at 9:00 pm #37045In reply to: fatal error: members and groups.
Arturo
Participantthanks Samuel
i’ve deleted and re-upload the home theme files and all work fine now… i don’t know why but it’s ok!
January 31, 2009 at 3:25 pm #37025In reply to: Cannot access Account Settings under Users
lorenzocoffee
MemberHy,
same problem here, on wp mu 2.7,
plus after having ‘runned’ that file twice with same alert.wp-admin/admin.php?page=bp-xprofile/admin-mods/bp-xprofile-account-tab.php
(just to see what happen)homepage (on ‘root’+ BuddyPress Home Theme) did appear without most of the previously selected widgets (only the center/middle coloum did ‘survive’).
funnily, so to speak, on the widgets board them appear deactivated,
the “self-deactivated” widgets (after the double run of ‘ bp-xprofile-account-tab.php ‘ or incidentally at the same time but for other unknown reasons)
are:- Welcome
- Members
- Who’s Online
- Site Wide Activity
- Recent Blog Posts
- Groups
so all dinamic related plugs
Unafected widgets,in the Homepage, as this matter did possibily trigger homepage only (apparently)
- pages
- Recent post
- Calendar
- Search
- Archives
I’ve reactivated the ‘rebels’ widgets on their original position, content and setting
were not affected by this incidentI will hide (//) that string, even if I’m quite sure that function was working up to this morning, when I had All in One SEO , Google XML Sitemaps , and Post to SimpleMachines Forum SMF plugin already working
I did a back up before to install:Add to Any: Share/Save/Bookmark Button- AJAX Comment Preview -OpenID – and SEO Smart Links,so I’m going to deactivate theese latests plug
and see what happen backing up of 4-5 hors.please read this post as feedback.
cheers 🙂January 31, 2009 at 12:25 am #37005In reply to: 1.0 b2 on WP MU 2.7 so far…
life2000
ParticipantOutside of the Home theme, which I have switched to the b1 version, everything else has worked for me so far.
I will keep going with it this way and although I haven’t tested everything, I am pretty sure it will be a smooth ride.
This is an Awesome piece of work! I consider it as my Christmas and Birthday gift:)
THANK YOU.
Vida
January 31, 2009 at 12:00 am #37002In reply to: fatal error: members and groups.
Arturo
Participanthi, i’ve downloaded and installed the latest combo (beta 2) but when i try to activate the home theme i view this error:
Fatal error: Call to undefined function bp_search_form() in /home/…/public_html/wp-content/themes/buddypress-home/header.php on line 33
what’s wrong? thanks
January 30, 2009 at 6:31 pm #36964In reply to: need a ‘button’ in the bar
lorenzocoffee
MemberMany thanks Trent!
Yes I’ m in need to add or rename (and relink) one button just to divert traffic on desired URL
Basically just to add a button to Home Theme Tab(here: Home About Blog Forums Docs Demo Download)
But if I do need 2 more buttons in the tab shall I proceed twice as you tought me above?
Thanks againg for the time and the teaching
January 30, 2009 at 6:00 pm #36961In reply to: need a ‘button’ in the bar
Trent Adams
ParticipantYou mean adding a link to your form in the theme? Create a file called smf-link.php and put the following in it (changing it to the smf install):
<?php
function add_forum_link() {
echo '<li><a href="http://yourdomain.com/your-smf-url.php">Forums</a></li>';
}
add_action( 'bp_nav_items', 'add_forum_link' );
?>Trent
January 30, 2009 at 5:31 pm #36960In reply to: Request Friendship does not work on Members page
Trent Adams
ParticipantQuick way to check would try the most recent member-themes version and see if it works to compare against the problem you are having with your custom theme.
Trent
January 30, 2009 at 5:21 pm #36957In reply to: How do you put the wire box on top of the page
Trent Adams
ParticipantThe order of what is displayed is done through the following if I am not missing something.
/buddypress-theme/member-themes/buddypress-member/profile/index.php
Just move the following”
<?php if ( function_exists('bp_wire_get_post_list') ) : ?>
<?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( "My Wire", 'buddypress' ), __( "%s's Wire", 'buddypress' ), true, false ), bp_word_or_name( __( "No one has posted to your wire yet.", 'buddypress' ), __( "No one has posted to %s's wire yet.", 'buddypress' ), true, false), bp_profile_wire_can_post() ) ?>
<?php endif; ?>Put it closer to the top, maybe under:
<?php else : ?>
<?php bp_core_get_wp_profile() ?>
<?php endif; ?>Trent
January 30, 2009 at 4:03 pm #36954In reply to: My Friends Activity
Michael Berra
ParticipantI am still looking deperatly for a solution…
@sdq80 – are you lost? Would be great, if you would share your code?Or: Anybody else having a solution to put the friends-activity per example in the home-theme???
Thanks!
Michael
-
AuthorSearch Results