Search Results for 'theme'
-
AuthorSearch Results
-
July 20, 2010 at 8:18 am #86234
In reply to: changing the tab order on BuddyPress Default 1.2.5.2
nit3watch
ParticipantTry editing in header.php in your theme. If you look at bp-default theme>header.php, on line 46+ you can see the menu tabs, just re-arrange them to suit your needs.
July 20, 2010 at 8:06 am #86233bpisimone
Participant@deanjrobinson As mentioned on twitter before I’m really looking forward to this. How is the twitter/facebook integration achieved? Through existing plugins I assume?
July 20, 2010 at 5:23 am #86226Dean Robinson
Participant@mercime good call on the categorisation and something that can be easily achieved using multiple instances of my “Groups + Topics” widget (already done
) assuming thats what you meant?
July 20, 2010 at 4:25 am #86224@mercime
Participant@deanjrobinson – cool functions, almost as cool as the Fluency Admin plugin
I would like to suggest adding categories to your Groups i.e. Help Groups for Plugins, Help Group for Themes, etc. for better organization.
Cheers.July 20, 2010 at 3:23 am #86221In reply to: activity feed no longer showing commented on
intimez
ParticipantI’m struggling to find out what issue is. Someone please confirm it’s buddypress bug so I can rest. I export and then import to another install and same issue using default theme. Please. Driving me crazy. What do you think @r-a-y @johnjamesjacoby?
July 19, 2010 at 8:34 pm #86193r-a-y
KeymasterYou can’t remove it as an action, since bp_get_displayed_user_nav() is a template tag and not an actionable item.
If you’re using a child theme, remove the calls to bp_get_displayed_user_nav() or try hiding the menu via CSS.*Edit – Just thought of a sneaky way of doing this.
Add the following to your theme’s functions.php:
http://buddypress.pastebin.com/90L4iKveJuly 19, 2010 at 7:30 pm #86183In reply to: New Component – prayer plugin
@mercime
ParticipantTwo things come to mind:
1. Create a new plugin for a customized Prayer component
https://wordpress.org/extend/plugins/buddypress-skeleton-component/
https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/
or
2. Why not create a Group called e.g. “Prayers” or “Prayer Requests” instead so that way you rely only on native BP group creation.
You could change the design/layout of your Prayer Group Pages via a plugin https://wordpress.org/extend/plugins/buddypress-group-css/ or by adding custom body_class to your Prayer Group Pages and then tweak CSS in your theme’s style.css fileJuly 19, 2010 at 6:47 pm #86171@mercime
Participant“can’t figure out what happened”
Did you just upgrade WP or BP? Did you add/delete plugin? Did you install new theme?
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/July 19, 2010 at 6:46 pm #86170In reply to: The Groups Loop – per_page optional
nit3watch
Participant@DJPaul Ive tried it in my theme and bp-default and can’t come right? Could you please check if its on my side?
Ive cleared my cache and everything I can think of, im pritty sure its not my side?
July 19, 2010 at 6:36 pm #86167In reply to: The Groups Loop – per_page optional
nit3watch
Participant@DJPaul yip its in my theme. Bleh, I can be stupid. Like 3 days ago I added “wp_redirect( get_option(‘siteurl’) . ‘/about’);” to my theme. Kinda the same thing.. Still getting to grasps with php
TaJuly 19, 2010 at 6:31 pm #86165In reply to: The Groups Loop – per_page optional
Paul Wong-Gibbs
KeymasterHi @Nit3watch
I’m going to assume you’re editing groups/groups-loop.php, hopefully in your theme and not the core BuddyPress filesFind this bit near the top of the file:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ ) ) )And change it to something like:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ . ‘&per_page=5’ ) ) )July 19, 2010 at 5:07 pm #86155Hugo Ashmore
Participant/wp-content//themes/my-theme/header.php
But what do you mean by ‘put something’? there are various means of adding passing to this file and on to rendered output, yes you can directly edit it though (in a child theme.) but it might be advisable to just state what you are wanting to do in case there is a specific and proper means of doing it.
July 19, 2010 at 3:37 pm #86149In reply to: Introducing JobBoardr
modemlooper
ModeratorCurious, you say a theme but it’s the default. Is there a custom theme?
[edit] saw you have it coming
July 19, 2010 at 6:54 am #86117In reply to: How to customize Login and Logout pages ?
Hugo Ashmore
ParticipantOdd that that plugin doesn’t make clearer provision for the logo, however if it can specify a stylesheet then simply copy the WP ruleset and change the background call on the h1 a to your image and path?
If you want a very crude, rough and ready approach you could use this dropped into your themes functions.php, it’s not a particularly clever method though but works.
You could add a few other override rulesets to the embeded styles if you wished, but I would keep it simple otherwise a more formal approach would be better.
July 19, 2010 at 3:08 am #86112In reply to: BuddyPress.org’s Unified Search – How can I get it?
Pisanojm
ParticipantOk, so I went back to this because it’s need in our site… I got most of it to work:
#1. is fixed by pulling this code in the add-on to the functions.php
//show blogs search result
function bpmag_show_blogs_search(){
?><a href="" >
<?php
}
//Hook Blogs results to search page if blogs comonent is active
if(bp_is_active( 'blogs' ))
add_action("advance-search","bpmag_show_blogs_search",10);
#2 DOES work… something wrong with something I did when I tested it.
#3 Does NOT work despite reading through and trying a number of things a the DEV site.
http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/I posted on the site to get some help.. if/when I get an answer I repost here…
July 19, 2010 at 12:33 am #86110In reply to: If BP is enable conditional tag
Archie Webmaker
ParticipantI think my style is better. Even if buddypress is enabled, I can still control it from the theme option page- what to display
July 18, 2010 at 6:56 pm #86096In reply to: New Sliding AJAX Login Panel Plugin for BuddyPress
Sarah Gooding
MemberThanks everyone for testing it! If you’re having strange issues with your theme, then it’s probably something to do with your theme. I have made sure that it works with the default theme, but beyond that you may need to make some tweaks for your particular situation. I’ve also updated the plugin in recent days to display better quality avatars, as well as not to require any additions to your template in the install instructions, and a couple other minor things. I’m still waiting on the WordPress repo to give me approval for adding it over there. Once I get that, I’ll drop a note here so you can update to the latest version.
July 18, 2010 at 7:23 am #86060Helene Goldberg
ParticipantHi, I’m having enormous difficulty with this plugin. I’m pretty much a newbie to buddypress. I have the default theme installed, and the latest version of BP, and of the BP Groupblog plugin. My host company just added a Wildcard DNS, thinking this would solve the problem which is that, each time I try to create a group blog, I come to the error page “Oops! This link appears to be broken”.
Now, a few hours after the Wildcard DNS was added, I’m still getting the error message, and I still cannot create a group blog for any of my 3 new groups, which have all decided to act very strangely now. I can’t see them listed on the sidebar widget any more. My BP site is only a couple days old, all we’ve done is allow new members to join at Contributor level, and we have a few members who are at Editor level but are instructed not to touch or do anything at all to the site, just join the groups I’ve created.
I am really struggling with this, and I need to get it done before we lose our group on 20th July when Ning starts charging.
Any assistance will be hugely appreciated.
Helene
July 18, 2010 at 4:36 am #86052@mercime
ParticipantAdd to your theme’s style.css
div#content ul.item-list li { clear: left; padding: 20px 0px; }
div#sidebar ul.item-list li { clear: left; }July 18, 2010 at 3:18 am #86050In reply to: how to remove the SideBar from registration-page ?
@mercime
ParticipantAt least two ways – assuming you’re using child theme of bp-default:
1. in style.css only
body.registration #sidebar { display: none; }
body.registration div#content div.padder { margin-right: 0px; border-right: none; }2. Template change plus one line in style.css
copy register.php from bp-default/registration/register.php to your child-theme-folder/registration/register.php
replace div class=”padder” with div class=”padderwide”
delete line [?php locate_template( array( ‘sidebar.php’ ), true ) ?]in style.css add
.padderwide { padding: 20px; }July 17, 2010 at 7:35 pm #86040sicksight
ParticipantYes, I could do this, but then I must update my code after every plugin update (gallery, … )… When there is no remove_action possible, I must remove the line in the theme files…
July 17, 2010 at 4:11 pm #86030justbishop
Member@elizawhat: nope, I don’t have that o.0
July 17, 2010 at 3:43 pm #86024In reply to: Admin Bar is missing / dissapeared
@mercime
Participant1. Did you change settings like BuddyPress > General Settings – Hide for logged out users?
2. Did you change your theme? Did you check if your new theme had wp_footer() in footer.php?July 17, 2010 at 12:33 pm #86006Boone Gorges
KeymasterOpen buddypress/bp-themes/bp-default/members/single. Individual member profiles are created with profile.php and profile/profile-loop.php. There are do_action definitions throughout those templates. Try hooking your function to anyone of them.
July 17, 2010 at 11:22 am #85998sicksight
ParticipantIn the meantime, I use the following code to display the pagination at the bottom:
http://pastebin.com/UDgTzdMe
Put it in your functions.php in your current Theme!Maybe someone can even use this snippet!
Any Ajax solutions regarding the button would be very nice of course!!!!
________
EDIT: And here is the code for forums-, blogs-loop http://pastebin.com/h9d4w4qT .
Button there, would be nice too! -
AuthorSearch Results