Search Results for 'theme'
-
AuthorSearch Results
-
April 18, 2009 at 4:21 pm #42918
In reply to: Shouty Theme: a new free theme to download!
Sgrunt
ParticipantHi Gpo1, if you are interested to hire for custom themes please write me to info@compraweb.it
If you are looking for Prologue functions, stay tuned cause i’ll release soon a special version of Shouty, with the homepage posting.
April 18, 2009 at 3:12 pm #42914In reply to: Restrict user blogs (tools, pages, themes)
jfcarter
ParticipantI’m using WPMU 2.7; BP RC-1.
What’s happening is that when I enter the restrictions, and create a new user/blog, they can still see all the things I tried to restrict. It’s like the restrictions are optional and not binding.
And I really want to use the plugin!
April 18, 2009 at 2:27 pm #42909In reply to: Latest WPMU Rev & latest BP Rev not working
danielfelice
Participant1. no errors
2. default themes
3. new config file
4. yes
5. yes
6. this is a brand new install
7. no other plugins
only thing i can think of that is different to my other setups is that this is installed on a subdomain, ie bp.domain.com
April 18, 2009 at 2:20 pm #42908In reply to: Shouty Theme: a new free theme to download!
gpo1
ParticipantThanks for your themes..Can you adapt this theme as a member theme?
April 18, 2009 at 1:23 pm #42905In reply to: Latest WPMU Rev & latest BP Rev not working
Jeff Sayre
ParticipantDanielfelice-
Okay, a few more questions:
- Are there any errors being reported in the error logs? If so, what are they?
- Are you using the default BuddyPress themes with no changes at all?
- Did you use the new WPMU config file, or a config file from an older version?
- Is buddyPress-home theme installed in /wp-content/themes/ ?
- Is buddyPress-member theme installed in /wp-content/bp-themes/ instead of /wp-content/member-themes/ ?
- Did WPMU work fine before BuddyPress was installed and activated?
- Do you have any WPMU plugins other than BuddyPress installed? If so, have you tried deactivating them to see if that makes a difference?
April 18, 2009 at 1:19 pm #42904In reply to: Latest WPMU Rev & latest BP Rev not working
Burt Adsit
Participantr1746 wpmu 2.7 branch and r1347 bp trunk work fine for me using stock bp themes. Just updated both.
April 18, 2009 at 12:46 pm #42903In reply to: How to change the Favicon
Jeff Sayre
ParticipantNicola-
You are correct! That is an important point.
I should have mentioned that I use this technique only with my custom themes, not with the standard BP themes.
April 18, 2009 at 11:35 am #42902In reply to: Latest WPMU Rev & latest BP Rev not working
danielfelice
Participantyeah using the latest themes
brand new install
April 18, 2009 at 11:28 am #42901In reply to: Latest WPMU Rev & latest BP Rev not working
nicolagreco
Participanthave you updated your themes ?
April 18, 2009 at 11:19 am #42898In reply to: How to change the Favicon
nicolagreco
Participantjeff you know, i don’t like touch the code

(given that an update to the member theme or to the home, will break your install
April 18, 2009 at 4:50 am #42892In reply to: No List icons next to wire/activity
Burt Adsit
ParticipantNow that you mentioned what theme you are having problems with it might be easier to help. Now I get to guess what file that code lives in and what version bp you are using.
April 18, 2009 at 4:19 am #42890In reply to: No List icons next to wire/activity
vito687
ParticipantI am the theme author well editor, as it is a extremely edited buddy press member theme , thanks ill check the base css, I dont remember changing that but maybe I did? It weird though that the \”site activity\” list images appear just fine its just within the members page,
April 18, 2009 at 3:54 am #42889In reply to: No List icons next to wire/activity
Burt Adsit
ParticipantThe bullet images that show up in the activity stream are background images that live in the home theme’s /images directory. They are defined in the /css/base.css file. If your theme doesn’t define them in css or they aren’t located in /themes/<your theme>/images then they won’t appear.
Talk to your theme author.
April 18, 2009 at 2:38 am #42886In reply to: Restrict user blogs (tools, pages, themes)
takuya
Participantit works on my environment, what’s ur setup? versions?
April 18, 2009 at 2:21 am #42882In reply to: custom slug via bp-custom makes menu icons disappear
takuya
Participantr1324 is what I use. yes, the default themes.
April 18, 2009 at 1:46 am #42880In reply to: custom slug via bp-custom makes menu icons disappear
Burt Adsit
ParticipantThe menu icons in the member theme, the little bullets, next to ‘Activity’, ‘Profile’ etc. don’t change based on the member slug. They don’t have anything to do with it.
They are defined in css and are fixed elements that get displayed as background images like this: url(../images/activity_bullet.gif) based on the location of the base.css style sheet.
They still show up fine even after I changed the members slug to something else in bp-custom.php with the cache disabled in the browser. This is on the latest bp trunk.
Are you using the default member theme? What version bp? Are those the icons you are talking about?
April 18, 2009 at 1:09 am #42879In reply to: How to change the Favicon
Jeff Sayre
ParticipantHome theme:
wp-content/themes/buddypress-home/Member theme (for RC1):
/wp-content/member-themes/buddypress-member/April 18, 2009 at 12:24 am #42878In reply to: How to change the Favicon
2490015
Inactivejust to make sure I’m doing this install right can you tell the correct destination of the member-theme please.
April 17, 2009 at 11:04 pm #42877In reply to: Restrict user blogs (tools, pages, themes)
jfcarter
ParticipantI setup the plugin; it doesn’t work, unfortunately.
Anyone else have any other ideas?
April 17, 2009 at 10:14 pm #42874In reply to: How to change the Favicon
Jeff Sayre
Participant@Nicola-
Remember:
<?php bloginfo('template_url'); ?>won’t work fine because the template url changes when you’re in pages that use the member theme
This is what I use on my dev site and it works just fine. No need for an extra php file, just a simple, single line of code in the head section of the header file.
April 17, 2009 at 8:53 pm #42865In reply to: How to change the Favicon
nicolagreco
Participant<?php
function my_favicon() {
?>
<link rel="shortcut icon" href="/favicon.ico" />
<?php
}
add_action( 'wp_head', 'my_favicon' );
?>put it in a file my_hacks.php and put the file in mu-plugins/
put your favicon, in the root directory
Remember:
<?php bloginfo('template_url'); ?>won’t work fine because the template url changes when you’re in pages that use the member themeApril 17, 2009 at 8:40 pm #42862Jeff Sayre
ParticipantThe main (home) page would have to use a customized theme that is simply a splash page (spalsh screen) that gives basic information about your site and a place to login and sign up.
Once a user has logged in, it would then go to the BuddyPress home page–which you could also customize if you want.
Read this thread for how to Secure components from non logged in users.
April 17, 2009 at 8:23 pm #42861In reply to: How to change the Favicon
Jeff Sayre
ParticipantIt has to be somewhere between the opening and closing head tags
<head></head>It cannot go in the body section.
Also, I assume that you\’ve followed the standard directory structure for the themes:
'/wpmu/wp-content/themes/buddypress-homeApril 17, 2009 at 5:59 pm #42850In reply to: CSS Tweaking in BP Member Theme
Scotm
ParticipantMakes perfect sense…I’ll give that a whirl.
Cheers
April 17, 2009 at 4:41 pm #42844In reply to: 404 everywhere
Jeff Sayre
ParticipantMore questions?
- By latest WPMU, do you mean latest public release?
- Have you customized the theme in any way?
- Have you tried disabling all but the BuddyPress plugins?
- Where exactly do you have the BuddyPress plugins installed?
- Have you tried re-uploading from scratch?
-
AuthorSearch Results