Search Results for 'theme'
-
AuthorSearch Results
-
September 9, 2010 at 9:20 pm #92029
In reply to: Theme won’t update
strategicblend
ParticipantAnyone else have any ideas?
September 9, 2010 at 4:32 pm #91991In reply to: Theme won’t update
strategicblend
ParticipantHey mercime – cleared cache across the board with no result. And my bp template files are in the main theme’s root, per the instructions on the bp template pack plugin.
You can check out an example here: http://s338450341.onlinehome.us/members/taylor/activity/
I have an index.php file (in the activity folder) that has totally different styles yet this old code is still showing up.
September 9, 2010 at 4:31 pm #91990In reply to: Custom Group Themes
Deuce
ParticipantAhh, just found https://buddypress.org/community/groups/buddypress-group-css/ maybe this will do the trick!
September 9, 2010 at 3:38 pm #91980In reply to: Creating new Group Problem
@mercime
Participant“Are you sure you want to do this?”
1. Change theme to bp-default theme
2. Deactivate all plugins except BuddyPress
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/there-was-an-error-saving-group-details-please-try-again-1/?topic_page=1&num=15
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-creation-error-are-you-sure-you-want-to-do-this/September 9, 2010 at 3:20 pm #91979thelandman
Participant@modemlooper, thats a pretty neat little .js library. Cool.
@mohansingh, IE6 is what satan excreted on the internet back in the stone age. You shouldn’t be bothered about IE6 actually. Try this plugin https://wordpress.org/extend/plugins/nomoreie6/
September 9, 2010 at 2:54 pm #91977thelandman
Participant“I’ve been taught not to mess with those files because when update day comes im screwed.”
@porscheheritage, you can mess with those files as much as you please as long as you are not editing the files within pluginsbuddypressbp-themesbp-default
You should in fact have a child theme an entirely new theme to edit so you don’t run into problems if you update buddypress.
September 9, 2010 at 2:53 pm #91976modemlooper
ModeratorHas anyone ever tried this?
September 9, 2010 at 12:41 pm #91970rich! @ etiviti
Participant1)
uses the same theme activity templates in activity/entry.php – you could add some conditional logged_in checks and display a message2)
you can modify members/single/activity/permalink.php theme file (but requires some tandem css changes)September 9, 2010 at 12:29 pm #91966Moh In
ParticipantYes nothing supports the bloody IE6 Browser.
September 9, 2010 at 12:11 pm #91965In reply to: Filter of Function / Theme or Plugin
Boone Gorges
KeymasterI’m not sure what you mean by reformatting “to a stacked output”, but you can definitely modify the output of bp_activity_action() without modifying the core BP files. In your theme’s functions.php, try a function like the following:
`function holt_modify_action( $action, $activity ) {
// $action is the unmodified action text produced by BP.
// $activity is a structured object with information about the activity
// Use those two values to concatenate whatever value you’d like, and then return it like this:
return $my_action;
}
add_filter( ‘bp_get_activity_action’, ‘holt_modify_action’, 10, 2 );`September 9, 2010 at 12:06 pm #91963In reply to: Is BP the right plattform for my project?
Boone Gorges
KeymasterSounds to me like most of your requirements could be met with WP Multisite plus a few selected plugins and themes.
– P2 allows for front-end posting
– https://wordpress.org/extend/plugins/more-privacy-options/ expands WP’s default privacy options to allow blog admins to hide their blogs from everyone but themselves
– Forums could be accomplished with bbPress or a forum-specific WP pluginDepending on what you need out of “blogs”, you might also be able to repurpose BuddyPress groups to do something similar. For instance:
– Each member is the sole member of a private/hidden group, and uses BP activity to “blog”. Since this happens through BP, there is no WP Dashboard involved.
– Likewise with Notes
– Depending on what you want with “Link List”, that can be pretty easily done with an additional profile field.
– Forums would of course be built in, in the form of non-private groups that the user could join.How to decide? If you don’t need the rich functionality of blogs (post revision history, out of the box multimedia support, etc), then actually giving each user two WP blogs might be too much overhead. In that case, BP would be a good choice. The functionality that you’d need is all already there; your work would be limited to customizing and configuring the interface.
September 9, 2010 at 9:06 am #91955In reply to: Feature Request – Profile Galleries?
Hitler
MemberNevermind, 0.1.9 breaks everything. Gives error upon install, breaks the theme, returns huge errors trying to use it and a 404 error when trying to upload an image. Back to the old release and one more time request for the core developers to consider adding this as an internal feature of BP.
September 9, 2010 at 7:55 am #91950In reply to: What is xprofile?
imjscn
ParticipantAbout #1, I’m using Child theme. According to BP Docs, “if you want to override a template file that is in a sub folder, you must also recreate the sub folder in your child theme”. So, should I copy the whole sub-folder of “/member/single” or “/single” into my child them, or I just create an empty sub-folder of “/member” or “member/single”?
September 9, 2010 at 6:47 am #91946In reply to: What is xprofile?
Hugo Ashmore
Participant#1 look at the /members/single/member-header.php file in there you will see a commented out line of code that will enable display of extra profile fields, if you have created them – exact positioning of that data is down to where you decide to output it in the theme.
#2 undoubtedly yes, but it’s a slightly big subject to give a simple explanation of. In a nutshell: given that we can check the displayed member id then in theory you could use that to run a conditional to render different markup depending on the member profile being viewed.
#3 ? not sure what you mean by this.
September 9, 2010 at 12:56 am #91928In reply to: Buddypress pages redirect to homepage
@mercime
ParticipantI just checked out your site with Avenue K9 (BuddyPress BuddyPack) Theme. You seemed to have fixed redirect to homepage issues because I’m not being redirected to homepage at all.
September 9, 2010 at 12:53 am #91925In reply to: Admin Bar Disapears
@mercime
Participant“I still have the issue. I changed my theme to Jooc Buddypress Theme”
If you change theme to bp-default theme, is admin bar showing up in front end? If so and it’s not showing up in the Jooc theme, and you say wp_footer hook is in footer.php of theme, then I suggest you contact Jooc theme authors.September 9, 2010 at 12:43 am #91923In reply to: Theme won’t update
@mercime
ParticipantMight be a browser issue – clear cache. Open another kind of browser to view your revisions. Also, are you sure you uploaded the revised files in the correct folder?
September 9, 2010 at 12:29 am #91919In reply to: Problem with sidebar position in IE7 and Mozilla
@mercime
Participant@bondjamesbond007 shaken, not stirred?
Before anything else, I see that you’re using the bp-default theme and that you’re making revisions directly on that theme. If or when you upgrade BuddyPress, any revisions you made will be overwritten. I recommend you create a child theme of bp-default theme and make your revisions in the child theme.
As for the “sidebar overlaps part of the content at its left”, this is to be expected when content exceeds maximum or minimum width as indicated in style.css where
`body {
…
max-width:1250px;
min-width:960px;
…
}`
you can instead change body width to fixed width of e.g. 980px or 1000px in your child theme’s style.css so you have a more realistic palette to place your videos, slideshows, etc.September 8, 2010 at 11:59 pm #91916In reply to: Problem with sidebar position in IE7 and Mozilla
Bond James
ParticipantMercime: I´m using BuddyPress Default 1.2.5.2 Theme. My URL is: http://www.rumbar.co/
Tks in advance for your help!September 8, 2010 at 11:48 pm #91915In reply to: Problem with sidebar position in IE7 and Mozilla
@mercime
ParticipantToo many possibilities to list here. What theme are you using? Site URL?
September 8, 2010 at 11:37 pm #91914In reply to: Buddypress defualt install theme
govpatel
ParticipantYou need to use a wordpress 3.0 compatible theme or create a child theme based on twentyten or buddypress and use that.
September 8, 2010 at 10:15 pm #91912In reply to: Buddypress defualt install theme
Cameron
ParticipantAnyone?
September 8, 2010 at 9:10 pm #91906In reply to: Author's posts in his profile
Roger Coathup
ParticipantHej Patrik – are you building your own theme for this (writing PHP, HTML templates, etc.)?
You’ll have to modify the templates for your profile page (e.g. members/single/home.php in the default theme) to include your custom activity loop.
You can access the current user_id within that page, and pass it to your custom loop.
September 8, 2010 at 6:09 pm #91896modemlooper
ModeratorYou can create your own WordPress page template or widget and create a loop that calls the group avatars. The current groups widget is a good start to see how it works. Also check the theme files group loop.
September 8, 2010 at 4:10 pm #91884Boone Gorges
KeymasterAnd make sure that bp-custom.php goes in your wp-content/plugins directory, NOT in the theme folder.
-
AuthorSearch Results