Search Results for 'theme'
-
AuthorSearch Results
-
July 29, 2010 at 9:50 am #87344
In reply to: All blogs on the same main site?
lisalove
MemberVery knid of you to support me like this, thanks. I have been able to locate and change the witch_to_blog function in the main domain (bp-default theme). How ever I’m not sure where to put in the code in other themes ( using TwentyTen), have tried again and again with the result error on lines. Will try more an hope to find the right place for it. Once again, thanks for advising.
July 29, 2010 at 8:39 am #87338In reply to: All blogs on the same main site?
@mercime
ParticipantYou will be adding the switch_to_blog function in the header.php of your theme/s for subblogs.
Using bp-default theme’s sample Code here – http://buddypress.pastebin.com/MafW4WNU
If you are using different theme then you would have to add the 2nd code to your theme replacing the wp_list_pages or the wp_page_menu template tag in your theme’s header.phpJuly 29, 2010 at 7:50 am #87332In reply to: All blogs on the same main site?
@mercime
Participant@lisalove – if you want to have the same main navigation throughout the site then use the switch_to_blog function that andrea_r above posted or copy the HTML of the main navigation in main blog and paste that in all the themes you uploaded for your members to use in their own blogs.
July 29, 2010 at 2:50 am #87320In reply to: Buddypress Article Slideshow
@mercime
Participant“incorporate an article/post slideshow into the Thematic theme”
Getting the slideshow to work is more on the WordPress side … if you’re making a slideshow of the posts/articles in your site. BuddyPress doesn’t have anything to do with the slideshow … unless you’re making a slideshow of BP Gallery images or members or groups, etc.Furthermore, since you’re using the Thematic theme (which has a BuddyPress-compatible version/adaptation), might I point you to the Thematic Forums since they can assist you better in choosing best slideshow/plugin for your site http://themeshaper.com/forums/
July 28, 2010 at 9:57 pm #87311courageinc
MemberHey gang,
I am trying to configure BP so that I can move the links that show up in the main navigation (i.e. Forum, Activity, Groups, Forums) into a child listing. For example, I have an “interact” link on my main nav, and I’m trying to move all BP-related links under there.
I’ve been scouring BP forums and can’t seem to find the answer without hiring a coder. Any ideas?
Thanks!
Benjy
July 28, 2010 at 9:41 pm #87310In reply to: http://superblogger.nl
M
ParticipantHoi, ik ben op zoek naar de NL vertaling van Buddypress 1.2.x (hoe nieuwer hoe beter)
Ik heb zelf een nl-vertaling gemaakt van/voor de P2 Theme en Mingle plugin, …dus voor de geïnteresseerden.
@superbloggernl @Xevo @blogomatic @xevo @tcesco @bowe @leanders @jesperpopma @deludi90PS: Heeft iemand nog een idee hoe je een nieuwe .pot file voorziet met de overeenkomende data van een eerdere .po file?
…dan hoeft dus niet alles vertaald te worden maar alleen de nieuwe ‘te vertalen’ woorden/zinnen.July 28, 2010 at 9:27 pm #87309In reply to: Disable /wp-admin/ for "normal" users
Zack Simantha
ParticipantOk guys here is what I found may work. If you implement the two additional plugins into your site, you should never see the wp-admin page while using a buddypress site.
1. Be sure not to disable BuddyPress to WordPress profile syncing in Buddy Press settings. You want to link both the buddy press and word press site together
Now for the rest of the settings
2. Install Absolute Privacy
Under settings: Lockdown the site and Block admin access. For the “Redirect Non-logged in Users To:” part: enter your Login page permalink for My Login
3. Install Theme My Login
Under settings for Theme My Login: Put a 0 for Page ID and ensure the other 3 check boxes are selected, Pagelist, Links, and Stylesheet.
NOTE: In order to log out from your wordpress control panel you will need to click the link at the top left of your wordpress control panel to get back out to the buddy press site. You should still be logged in as your user in Buddy Press. Simply chose log out and viola you should not see the wp-admin. Test it out by entering a fake username/password, you should bounce back to buddypress login screen..
Same thing with the login procedure. You will need to log in through buddypress and click on “edit this entry” to get back to the wordpress control panel.
Another layer of wp-admin lockout may be to create a redirect for wp-admin and wp-admin.php
ALSO: It doesn’t seem like Buddy Press Sliding Login Plugin works with this setting so it may be wise to disable that feature. Be sure to backup, as results may vary. Proceed at your own discretion.July 28, 2010 at 9:21 pm #87308In reply to: Member Profile Page
@mercime
Participant@carmelo2 the author/s of that premium theme should be able to assist you – I do believe they do provide free support for their paid themes.
July 28, 2010 at 8:34 pm #87302In reply to: Groups organization/navigation
r-a-y
KeymasterI believe Daniel wants to add a tab on the group directory page.
That would require manipulating the “bp_ajax_querystring” filter located in /bp-themes/bp-default/_inc/ajax.php.
July 28, 2010 at 7:22 pm #87293In reply to: Problems with activation plugin.
Adam
ParticipantSame problem here. Running WP 3.0. Deactivated all my plugins and swiched to deafult WP theme before installing. I get the same message both when I upload via ftp and with a direct install through plugin search. I found this link but it didn’t really make me smarter http://hungred.com/how-to/sufficient-permissions-access-page-plugin-admin-page-update-wordpress-30/
Help please!
July 28, 2010 at 6:02 pm #87267r-a-y
KeymasterIf you remove that function and filter, you cannot set the activity stream as frontpage.
if that is not an issue for you, then go ahead and remove the filter:
remove_filter( 'page_template', 'bp_dtheme_page_on_front_template' );
The problem probably has something to do with the empty $wp_query->post->ID.
The DAP team should either remove the filter and create a compatibility filter or change how it looks for the empty post ID.
July 28, 2010 at 5:02 pm #87281In reply to: Changing name of “groups” page
techguy
Participant@ajc88
I just did this for a website I’m doing. The easiest way is to make a language file with the changes. See this page on the documentation to do it: https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/Basically, you change everywhere that it says group to whatever you want the name to be.
If you just want the link to “Groups” page to be something different, you could do a child theme (see https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/) and change the file header.php where it adds the group navigation link. However, it will still say group everywhere else you go.
July 28, 2010 at 3:31 pm #87275In reply to: hide menu/tab/link
intimez
ParticipantI currently have the entire line commented out but would like certain pages to show.
Can anyone explain how this works?
bp-themes/bp-default/header.php
code not show but it’s line 79
wp_list_pages( ‘title_li=&depth=1&exclude=’ . bp_dtheme_page_on_front() );July 28, 2010 at 9:44 am #87249In reply to: Private Message Not working
undeclared-anchovies
MemberI cannot get the PM system to work at all either.
I have tried rwo fresh installs of WP 3.0; installed the BP 1.2.5.2 plugin; used the default BP theme; changed the permalink setting to something other than default.I can fill in the form to send a PM but nothing gets sent; nothing gets received; there are no messages in the database tables.
Other functions like Friends and Groups seem to work but I need PM.I don’t get any error messages on screen and there are no error messages in my server’s log files.
There must be something missing in the set up instructions if a clean install doesn’t work. I’m not the only one.
July 28, 2010 at 2:30 am #87229Lily
Participant@r-a-y: how do I get to the files shown on https://trac.buddypress.org/attachment/ticket/2540/disable_auto_join_constant.patch , e.g. bp-themes/bp-default/groups/single/forum/topic.php?
July 27, 2010 at 10:57 pm #87227In reply to: ”Send To” Drop-down Box Error in ”Compose Message”
Lea Mason
ParticipantI’ve tried switching back to the default theme and I still get the same problem. I don’t have any plugins activated (other than BuddyPress).
The send to field works if you just type the member’s name into the box, it’s just the drop down box that is displaying what looks like snippets of a file.
July 27, 2010 at 10:08 pm #87221In reply to: [resolved] locate_template and child theme chaos
pinstails
Member@r-a-y nope removing the leading lash results in the same single render issue. The STYLESHEETPATH seem to be the way to do it for now and this does seem to be a WordPress issue with locate_template() so I’ll take that up over in their neck of the woods. Thx for the help, I was banging my head for over an hour.
July 27, 2010 at 9:23 pm #87212In reply to: BuddyPress Themes vs. User Blog Default Themes
Paul Martin
ParticipantThanks, Paul. I gave that a shot. It doesn’t happen to do it for all previously created blogs, does it? Because when I followed the instructions to rename the default, and refresh the blog, that blog came up completely blank, and it didn’t go to what I have defined as the new default. I haven’t yet checked to see if newly created blogs will do the same thing or not, though.
July 27, 2010 at 9:01 pm #87210In reply to: BuddyPress Themes vs. User Blog Default Themes
Paul Wong-Gibbs
KeymasterTo change the default theme on child sites, look at http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/
July 27, 2010 at 8:42 pm #87208In reply to: [resolved] locate_template and child theme chaos
r-a-y
KeymasterYour problem with locate_template could be your leading slash.
Try without and see what happens:
locate_template( array( 'library/components/buddypress/buddypress-postloop.php'), true)
locate_template() is a WordPress function, so any bug with it would be a WordPress issue.
July 27, 2010 at 8:35 pm #87204In reply to: [resolved] locate_template and child theme chaos
pinstails
Member@r-a-y it works, you obviously came across this before and it makes sense now that I see it. It really seems a bit off and hackish though, is this an issue with locate_template, buddypress or a “feature”?
July 27, 2010 at 8:32 pm #87203In reply to: [resolved] locate_template and child theme chaos
r-a-y
KeymasterUse STYLESHEETPATH instead of TEMPLATEPATH.
July 27, 2010 at 8:32 pm #87202In reply to: [resolved] locate_template and child theme chaos
pinstails
Member@nit3watch thx
July 27, 2010 at 8:25 pm #87207In reply to: [resolved] locate_template and child theme chaos
nit3watch
Participantuse something like http://pastebin.com/ and past the link to the code here.
July 27, 2010 at 6:36 pm #87192In reply to: Buddypress child theme creating problems
Hugo Ashmore
Participant@modemlooper it was default theme originally , then you must have seen 2010 now I see something called sufusion[sic] not really going to be possible to help with themes changing on a second by second basis
-
AuthorSearch Results