Search Results for 'buddypress'
-
AuthorSearch Results
-
November 28, 2011 at 1:04 am #125113
In reply to: Buddypress network install issue
deonsa
Member“Site one: WPMU, BP, BP Default Theme”
meant to be…
Site three: WPMU, BP, BP Default ThemeNovember 28, 2011 at 1:03 am #125112In reply to: Buddypress network install issue
deonsa
MemberI’ve tested this on three sites:
Site one: WPMU, BP, BP Social Theme, s2Member installed
Site two: WPMU, BP, BP Social Theme
Site one: WPMU, BP, BP Default ThemeI’ve also gone through the rick-m-roll of deactivating all the plugins to see if it makes a difference.
No difference… The problem exists on all three sites.As soon as I add the bp-custom.php file under wp-contents/plugins, the Buddypress menu moves from the Network admin panel to all the admin panels in the network.
Surely this must be an issue pertaining to buddypress or at the bp-custom.php file…?
Or perhaps an issue with my hosting?
Should enable-globals be activated?November 28, 2011 at 12:09 am #125104In reply to: Converting a WP Theme
@mercime
ParticipantThe index.php code in pastebin is from activity/index.php and not from your WP theme
In any case, no worries since your page.php code is enough for this project.Before anything else, open up your WP theme’s footer.php file. Move “ from top of footer.php to just above closing body and html tags like so:
``
Many plugins hook into wp_footer and if you have that placed elsewhere, it could cause you problems – layout and other stuff.To continue with the BP compatibility process:
1. Open up your WP theme’s header.php with text editor and Save > As header-buddypress.php in your WP theme folder.Open up the new header-buddypress.php file and at the very bottom of the file below other code, add:
``
Save file.2. Open up your WP theme’s sidebar.php and Save > As sidebar-buddypress.php in your WP theme folder
Open up sidebar-buddypress.php and at the very top of the file before all other code, add
``
then at the very bottom of the same file after all other code, add
``
Save sidebar-buddypress.php
3. Styling issues – use the style modifications used on BP Twenty Ten child theme and adjust to taste. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
4. Upload all modifications to WP theme in server.
November 27, 2011 at 11:23 pm #125103In reply to: [Resolved] Groups Widget Issue
ewebber
Participant@billybragg It’s not showing on @shonr’s page because they are not members of any groups. The group widget shows the groups of the member whose page you are on.
November 27, 2011 at 10:02 pm #125099In reply to: Converting a WP Theme
lwynne
MemberRight now, I’m simply trying to get BuddyPress to fit my container width, the rest of my theme uses #container and #post_content for this – as you can see in page.php
I am using the BuddyPress plugin for this. Thanks for the help!
header.php – http://pastebin.com/NkXBha5r
index.php – http://pastebin.com/90ghgrKL
page.php – http://pastebin.com/kD2Kw8MV
footer.php – http://pastebin.com/VMnd4c96November 27, 2011 at 9:50 pm #125098In reply to: Converting a WP Theme
@mercime
Participanthttps://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
There’s a second method in above link which you can use for your theme. If you need further assistance, open up your WP theme’s header.php in text editor and copy all code, then go to pastebin.com and paste the code and click submit. Post the generated pastebin.com URL here. Do the same for your WP theme’s index.php, page.php, and footer.phpNovember 27, 2011 at 8:07 pm #125094In reply to: Changing log in menu-item (buddypress 1.5)
Shasta
MemberI did add that same code to the functions.php for the theme the subdomain is running — it didn’t work there.
As I continued to experiment, I thought it would be useful to disable something in the logged-in state so I could more easily see when it was working without logging in and out (to switch themes and such.) In doing so I figured out that I have to use the priority the menu-item was originally added with:
add_action( ‘bp_adminbar_menus’, ‘bp_adminbar_thisblog_menu’, 6 );
becomes:
remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_thisblog_menu’, 6);
Without the “6” it won’t work. I’ve tried it with the priority I found in bp-core-buddybar.php, but since it does work in one theme and not another I’m wondering if maybe a theme can change this somewhere?
EDIT: Yup, a theme can change it … if it overwrites the original function with one with a new name but exactly the same code. *headdesk*. Searching for a unique bit of CSS I tracked down where the login code was actually being generated — not by buddypress, but not visually distinct from it either.
November 27, 2011 at 7:49 pm #125092In reply to: Changing log in menu-item (buddypress 1.5)
modemlooper
Moderatorremove action bp_login
create you’re own function for login then add action
Then, remove it from sub themes
November 27, 2011 at 7:47 pm #125091In reply to: Changing log in menu-item (buddypress 1.5)
modemlooper
ModeratorWhat about putting the remove action in the sub domains functions.php file?
November 27, 2011 at 7:37 pm #125089modemlooper
ModeratorInstall BuddyPress Profile Privacy plugin
November 27, 2011 at 5:52 pm #125085In reply to: Can’t leave a reply on activity feed
4ella
ParticipantYou are not alone, there are many threads all over this forum , for example this : https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/comment-reply-button-problem-page-not-found/
, I haven’ t found a solution for this till now on this forum too –
November 27, 2011 at 5:05 pm #125083In reply to: Buddypress Activities-Status Update in Front Page
@mercime
ParticipantIf you’re using BP 1.5, it’s done the same way as you would do in regular WP installation.
https://codex.wordpress.org/Creating_a_Static_Front_Page– Create a blank new Page titled e.g. Blog, News, etc. and publish it
– Go to admin dashboard Settings > Reading >Front Page Displays > A static page. Select “Activity” for Front page and then select “Blog” or whatever you named the new Page, for your Posts page.November 27, 2011 at 2:00 pm #125079In reply to: Fatal Error: Class “BP_Group_Extension” not found
aces
ParticipantTo log into your admin area, delete or rename the plugin directory ( /wp-content/plugins/buddypress-kaltura-media-component/ ) using ftp or cpanel. WordPress will deactivate it….
That plugin is shown as incompatible with bp 1.5 in august. The error is the same – https://codex.buddypress.org/releases/1-5-plugin-compatibility/
Further info about that particular error is on: http://code.google.com/p/buddypress-media/wiki/DOCS_BP_FixingPlugins_phpError
November 27, 2011 at 1:13 pm #125078In reply to: What’s is buddypress.org search plugin using at?
Xevo
Participanthttps://github.com/sbrajesh/bp-global-unified-search
Global Unified Search plugin by Brajesh does this for you.
November 27, 2011 at 12:58 pm #125077In reply to: What’s is buddypress.org search plugin using at?
iRambo
Member@paul Gibbs i see.. can u give me the search code example? each theme have the different way right? i wanna look at the structure
November 27, 2011 at 12:35 pm #125074In reply to: Buddypress Default theme frontpage modifications.
4ella
Participant@mercime how can I implement to your expert’s code feature post image with for example fixed width=100 height=100?
November 27, 2011 at 12:07 pm #125072In reply to: Buddypress Default theme frontpage modifications.
blogsabout
MemberThanks a lot…
In my end I get a parse error
Parse error: syntax error, unexpected ‘{‘ in xxxxxxxx/index.php on line 41
?Thanks mercime for awesome help as always..and thanks Xevo. I’m learning:o)
November 27, 2011 at 11:19 am #125070In reply to: Buddypress Default theme frontpage modifications.
November 27, 2011 at 11:01 am #125069In reply to: What’s is buddypress.org search plugin using at?
Paul Wong-Gibbs
KeymasterIt’s not a plugin. It’s just a customised search.php template. Basically, we have each component template loop on it, and pass each the search parameter. The rest is just making it look like a grid. It’s very simple.
November 27, 2011 at 4:04 am #125066In reply to: Problem installing BP
@mercime
Participant@buxton161 To make Graphene theme compatible with BuddyPress
https://buddypress.org/community/groups/installing-buddypress/forum/topic/where-are-my-sub-menus/?topic_page=1&num=15#post-115080
https://buddypress.org/community/groups/installing-buddypress/forum/topic/where-are-my-sub-menus/?topic_page=2&num=15#post-116148November 27, 2011 at 3:59 am #125065In reply to: Where are my sub-menus? – Graphene Theme
@mercime
ParticipantI got it working with the code I gave you.
A new version of Graphene theme came out since you last posted here. When you upgrade Graphene theme, you’ll lose all the BP template pack folders transferred before, and you’ll have to run BP template pack plugin’s compatibility process again via Appearance > BP Compatibility. Then follow the instructions I posted before https://buddypress.org/community/groups/installing-buddypress/forum/topic/where-are-my-sub-menus/?topic_page=1&num=15#post-115080
Per same instructions in that post, add the following at the very bottom of graphene theme’s style.css file after other styles.
`/* BuddyPress Compatibility Style Mods */
.post .avatar {
position: static !important;
}
table.forum {
margin: 0 !important;
}
table.forum tr > td:first-child, table.forum tr > th:first-child {
padding: 15px !important;
}
div#item-header h2,
form#whats-new-form h5 {
clear: none !important;
}
div#item-header ul {
list-style-type: none;
}
div.dir-search {
margin: -20px 0 0 !important;
}
div.item-list-tabs {
margin: 25px 0 20px !important;
}
div.item-list-tabs ul,
div#object-nav.item-list-tabs ul,
div#subnav.item-list-tabs ul {
font-size: 13px;
margin-left: 0 !important;
}
div.item-list-tabs ul li:first-child {
margin-left: 15px !important;
}
div#subnav.item-list-tabs {
margin: -15px 0 15px !important;
}
#activity-stream {
margin-left: 0;
}
.padder div.pagination {
margin: -20px 0 0 !important;
}
ul.item-list {
list-style-type: none;
margin-left: 0;
}
body.activity-permalink div.activity {
padding: 20px;
}
body.activity-permalink .activity-content {
padding: 0 !important;
}`November 27, 2011 at 3:02 am #125064In reply to: Changing group display
modemlooper
ModeratorYou need to create a language file and change the text you want.
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
November 27, 2011 at 2:04 am #125063In reply to: Cant get 1.5 site wide forum to work.
Capt_Blackwood
MemberI read somewhere that if you want to use only a site wide forum you need to turn off the forums component of BuddyPress. Then, the redirects will stop.
That’s what did it for me.
November 27, 2011 at 1:55 am #125062In reply to: Cant get 1.5 site wide forum to work.
@mercime
ParticipantThe slugs you wanted are what I used as examples in 3rd option for installing both group and sitewide forums https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/3/#change-slugs-both-forums
November 27, 2011 at 1:50 am #125060In reply to: Cant get 1.5 site wide forum to work.
junglejinge
Member@mercime what pages should I create. Support or discuss or both – I have created both but neither have links to the forum.
-
AuthorSearch Results