Search Results for 'theme'
-
AuthorSearch Results
-
April 29, 2009 at 4:45 pm #43843
In reply to: admin bar logo
21green
ParticipantIs there a Shortcut available to reference to the Template/Theme directory?
I tried something like this, but unfortunately there is no BP_TEMPLATE_URL available:
?>’
Does anyone knows the correct Tag for this? I also want to move the admin_bar_logo.gif into my theme directory.
April 29, 2009 at 1:11 pm #43833In reply to: News Control
Burt Adsit
Participantalunsina, if you allow others to post to the main blog then then their posts will show up using the standard index.php template. When you select ‘blog’ from the home theme it runs a template called index.php. By default all posts in chronological order are displayed without any filtering by author. Whatever posts are most recent get displayed first. It doesn’t care who is the author.
This really isn’t something that bp controls. It’s just normal blog behavior. You can change what index.php displays when it is run by modifying the index.php template. Or you can not allow other users to post to the main blog.
April 29, 2009 at 12:28 pm #43828Andy Peatling
KeymasterTheme designers should be able to customize the output as well as look and feel of their themes with this loop documentation. It’ll be nice to see what people come up with.
April 29, 2009 at 8:07 am #43819In reply to: reducing the width of buddypress theme
Maythil
Participantdear jeff, it doesn’t work.
a site-wide.css helps put more pages within 800px —
the main page, as well as ‘home’ and ‘blog’ in the second row manu, for instance,
but everything under My Account, My Blog and Notifications (Top Menu)
still displays a 70mm screen to put it in cinematic language
April 28, 2009 at 8:40 pm #43799In reply to: home theme not activating in 1.0 RC2
TheEasyButton
ParticipantIf I’m understanding you correctly, you want member blogs to use the same theme that you use for your home theme. If this is correct, here’s how you can accomplish that.
In wp-content >> themes, rename the default folder. Something like old-default works well so you remember what it is.
Then, rename the folder of the theme that you want to be set as default.
i.e. rename buddypress-home to default
April 28, 2009 at 8:37 pm #43798Anointed
ParticipantNot sure what the problem was, but Nicola managed to get it fixed for me. He’s my buddypress hero for sure.
I know that the theme didn’t change, and I’m sure php didn’t change as it’s my own dedicated server.
When he gets back online sometime I’ll find out what the error was just in case it happens to others so they can find the fix here.
April 28, 2009 at 8:10 pm #43796In reply to: pb with buddypress bar
bebopcool
Participanti made a brand new install and just make the automatic install for bdpress rc2
and i got the same problem for the buddybar
i did not make any changes on theme
you can create a user if you want
i will try the manual install of bdpress now
April 28, 2009 at 7:55 pm #43794In reply to: pb with buddypress bar
TheEasyButton
ParticipantHave you made ANY changes to your themes? i.e. Changed div’s by adding or removing any of them? Changed anything in the stylesheets? One wrong letter or character can break everything. (believe me I know lol)
I may be mistaken but I’m pretty sure the home theme runs for everything except what you see when at http://yoursite.com/members/”whatever”
If you could either set up a test user for us or even just set the admin bar to show for logged out users, that’d be helpful.
April 28, 2009 at 7:48 pm #43792In reply to: BuddyPress Showoff: Post your links
abcde666
ParticipantHi Matt,
very nice theme !
Does BP not have its own event-calendar build into it ?
Hi Andy,
is there a chance to have an “events-calendar per Group” ?
Many thanks,
Erich
April 28, 2009 at 1:35 pm #43775In reply to: Skeleton Theme & Component for Developers
Thord D. Hedengren
ParticipantThe Skeleton Theme has a bug in header.php. In the top menu (the UL with id=”nav”) there are references for MEMBERS_SLUG, these should be BP_MEMBERS_SLUG of course.
Great work!
April 28, 2009 at 9:53 am #43762In reply to: pb with buddypress bar
bebopcool
Participantin fact it does not appear as a bar at all now.
it is a text menu and the bottom of theme
to have a see : green-vibes.net (when logged in)
April 28, 2009 at 9:11 am #43759In reply to: pb with buddypress bar
bebopcool
Participantand where to find this stylesheet ?
i am usually using default themes but maybe i did something wrong.
will have a look at it
is it in home or member theme ?
— seems to be in member theme but i do not see why should i have changed something here
April 28, 2009 at 2:36 am #43755In reply to: reducing the width of buddypress theme
Maythil
ParticipantSnooty? Oh, no Jeff
Thanks for the instruction. I will give it a try.
No, I don’t use Firebug. Will try that too
April 28, 2009 at 1:49 am #43750In reply to: buddypress.org error – send mail
takuya
Participantmy default themes are the ones with rc2, but can’t reply. I’m certain because I had hard time fixing my css as I mistakenly deleted everything when I updated to rc2 official release.
April 27, 2009 at 9:51 pm #43744In reply to: reducing the width of buddypress theme
Jeff Sayre
ParticipantMaythil-
I hope you don’t think I was being snooty to you. Your issue was simply not clear to me.
Anyway, I now understand that you want the entire screen to be constrained to exactly 800 pixels in width, that you do not want the Buddy bar to be resized upon screen resizing.
There are a few ways to accomplish this. But, the best way is to create a CSS selector that will override the selector in the core file.
If you go to the admin-bar-logo.css file and look at the #wp-admin-bar selector, you’ll see that it has a width property set to 100%. This needs to be changed to your desired fixed width. But, do not change it within this file because it will be lost upon the next BuddyPress upgrade.
Instead, you place your custom CSS in the site-wide-sample.css file found in the BuddyPress-home/css directory. You must rename that file to site-wide.css. Now, your custom CSS selector will override the core BP CSS. Here’s what you’ll place in that file:
#wp-admin-bar { width: 800px !important; }
By the way, do you use Firebug with Firefox? If you don’t, it is a great tool. It not only allows you to find out within which files certain CSS selectors are located, but also to temporarily change them and see what impact they have on the design.
I hope this helps!
April 27, 2009 at 8:27 pm #43730In reply to: referer to the home-theme
Meerblickzimmer
ParticipantWell, its the same. Its referer to bp-themes an not to themes where my home-theme (and some css-files, images and javascripts are).
April 27, 2009 at 8:19 pm #43729In reply to: Admin bar error in My Accounts
bebopcool
Participantmy admin bar is totally fucked since i am working with
wpmu 2.7.1
and buddypress rc2
the admin bar is as a menu at the footer of the theme
i am using everything standard with no plugin
April 27, 2009 at 8:04 pm #43723In reply to: referer to the home-theme
John James Jacoby
Keymaster<link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/yourfile.css' ?>" type="text/css" media="screen" />
April 27, 2009 at 7:39 pm #43720In reply to: Admin bar error in My Accounts
renzo-kuomo
Participantmmm.. I confused. I deatived twiter to wire plugin and work now! Any idea?
wpmu 2.7.1 + BP lasts trunk (original theme, only change of color) + BPDEV last trunk
April 27, 2009 at 6:22 pm #43718In reply to: Group Forum Topic permalink issue
Mike Pratt
ParticipantDisregard prev post. Resolved. stale file lurking in Member theme. akin to the device not being plugged in when you make a service call
April 27, 2009 at 6:17 pm #43717In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participant@Andy: I\’ll be installing a test build very soon.
My steps will be:
- Install test WPMU+Buddypress
- test
- if this works, migrate all data
- test
- if this works, perfect .. problem solved
- if it doesn\’t, it\’s a problem in the codebase…
Everyone having this problem seems to be having existing data; which might be the first thing to look out for …
It\’s for sure not the themebug with not accepting dashes in filenames; I tested, because my theme is called artistblog-v2 (yep, with a dash).
The problem was not solved, I\’ve noticed a NEW problem even, with the preview not showing up in the right frame (rather in the full frame, making it unable to click the \”use theme\” button), but that could be my theme too which needs to be modified.
Maybe something to think about, themes which don\’t get loaded in the lightbox, what about those to activate them ?
April 27, 2009 at 5:03 pm #43713In reply to: reducing the width of buddypress theme
Maythil
ParticipantWell, Jeff, what I said is very simple.
Take a look at the top menu, the one that starts with the ‘buddypress” logo. It’s width is within 800px (roughly). What I want is a just a site that’s only as wide as that top grey menu. And it’s not easy.
I see a white patch after “Visit” — the length of that patch shows how unnecessarily wider is the rest of the screen.
When I use IE6, I see my site as I want to see it. If only I were able to make the ie6.css my default style sheet!
If you have time, kindly browse the following links using Firefox
and you will see what I mean
http://onlicone.com/my (wide)
http://onlicone.com/my/members (real fit)
Thanks and regards for your kind concern.
April 27, 2009 at 2:47 pm #43701In reply to: What are you doing for Spam
thebigk
ParticipantI’m not able to find it. Download contains only following:
Core 0.3b
Admin 0.3b
AutoSuggest 0.3b
Search 0.3b
Theme 0.3b
Widgets 0.3b
Flickr 0.3b
YouTube 0.3b
Group Extra 0.3b
TinyMCE 0.3b
April 27, 2009 at 1:48 pm #43698In reply to: reducing the width of buddypress theme
Jeff Sayre
ParticipantMaythil-
I’m not entirely sure if I understand your issue with the Buddy bar. It is set so that it automatically resizes if you reduce the width of your browser’s window.
Give it a try. Drag the bottom, right corner of your browser window to the left, thus making the browser window narrower. The Buddy bar “resizes” as you narrow the window.
April 27, 2009 at 1:41 pm #43696In reply to: reducing the width of buddypress theme
Maythil
ParticipantDear Burt, thanks for the reply.
I tried a /css/site-wide.css as you suggested.
It doesn’t affect the top/header menu,
It doesn’t affect My Account, My Blogs or Notification or any item under it.
In the second horizontal menu, agains it doesn’t affect Home and Blog
but Members, Groups and Blogs display 800px (approx) pages as desired.
Under ‘Visit’ (top right), Random Member and Random Group also do the same,
but Random Blog shows the same wide screen.
By the way I am using WPMU 2.1.87 and BP RC2.
-
AuthorSearch Results