Search Results for 'theme'
-
AuthorSearch Results
-
April 21, 2009 at 3:20 pm #43126
In reply to: member theme error in admin
Maythil
ParticipantMember Directory
* A * B * C ….
Clicking a letter doesn’t show members whose name start with it.
It just displays:
Member Listing
No members matched the current filter.
April 21, 2009 at 3:08 pm #43125In reply to: No CSS – Member & Home Theme
Maythil
ParticipantWith IE6, I see buddypress the way I want to see it. Width 800px
With Firefox and Chrome I get a wider screen.
How to make the width 800px regardless of the browser used.
April 21, 2009 at 2:36 pm #43122In reply to: No CSS – Member & Home Theme
13hulyo
Participantchange all starting from root to 755 include subfolders
April 21, 2009 at 2:31 pm #43121In reply to: No CSS – Member & Home Theme
Barrymadden
ParticipantOk before i posted i tester in chrome and firefox both no css however i’v now had a look in opera and ie7 and the css appears, the new beta of safari is the same as firefox and chrome and displays what’s in my screenshot above.
Can anyone help? Why does the css not display in firefox, safari and chrome?
April 21, 2009 at 1:57 pm #43120In reply to: CSS Tweaking in BP Member Theme
mawjoud
ParticipantThanks much Wythagy that is helpful!
April 21, 2009 at 1:52 pm #43119In reply to: Remove Blog Link in options-nav
Burt Adsit
ParticipantWhat version bp? I think I\’ll just put that on a hotkey combo.
Uninstall the blog component if you are talking about the various vertical menu options in the member theme.
Remove the line in the member theme /buddypress-member/header.php that looks like this:
<li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) [snip]
That\’s line 41 r1360 if you are talking about the header nav items.
April 21, 2009 at 1:37 pm #43116In reply to: My recent blog posts disappear help!
barry_corrigan
ParticipantYea im using the bp home theme and changing it around to suit the style of my website.
Is it possible to display the recent posts of the main blog without the use of the widget. If that makes sense
April 21, 2009 at 11:40 am #43108In reply to: In trying to open a theme i get this code
Burt Adsit
ParticipantNo this isn’t solved till we find out what was wrong and how it was fixed.
I’ve spent time on this issue and just blowing it of with ‘I fixed it’ isn’t good enough. I’ve PM’ed stu-art for the source of the problem and the solution.
April 21, 2009 at 9:51 am #43103In reply to: In trying to open a theme i get this code
Sgrunt
Participantok i see this is solved
April 21, 2009 at 9:50 am #43102In reply to: In trying to open a theme i get this code
Sgrunt
Participantare you sure to have selected the right bp theme (previously called member theme) too? can i take a look on your website?
April 21, 2009 at 9:42 am #43101In reply to: In trying to open a theme i get this code
2490015
InactiveI’ve got it up and running now thanks a lot geza… till next time.
April 21, 2009 at 8:29 am #43098In reply to: In trying to open a theme i get this code
2490015
Inactivethanks for the response downloaded the rc2 update i think and still get this code:
Failed opening required ‘BP_PLUGIN_DIR/bp-core/bp-core-signup.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) on activation.
I’m def using the wpmu 2.7.1. is this the correct one yes?
April 21, 2009 at 7:30 am #43095In reply to: In trying to open a theme i get this code
Burt Adsit
ParticipantI’ve seen reports of this kind of error before and couldn’t figure out why BP_PLUGIN_DIR was not defined when they are running code that looks for it’s existence. Now I think I get it.
April 21, 2009 at 7:26 am #43094In reply to: In trying to open a theme i get this code
Burt Adsit
ParticipantBP_PLUGIN_DIR not being defined is a problem with that particular blog not running bp-core.php code where it’s defined. This is the code that is causing the error:
require ( BP_PLUGIN_DIR . ‘/bp-core/bp-core-signup.php’ );
BP_PLUGIN_DIR has to be defined before it gets to functions.php. I don’t think they can be running wpmu 2.7.1 beta and bp RC2.
Trying to run your theme on RC1 maybe?
April 21, 2009 at 6:26 am #43091In reply to: In trying to open a theme i get this code
Sgrunt
Participantreally thanx Burt. Please Stu-art, try to overwrite your functions.php with the default functions.php of buddy press. I’ve just reuploaded the file, maybe it was corrucpted while zipping or uploading.
April 21, 2009 at 6:23 am #43090In reply to: No CSS – Member & Home Theme
Sgrunt
Participanti see html and css of the default theme too. Profile members are correct, the only thing it is that they are left aligned and not center aligned. in your screenshot there is no css attached, maybe you have some browser setting that ignore css?
April 21, 2009 at 5:09 am #43086In reply to: My recent blog posts disappear help!
Burt Adsit
Participant1) What version of bp?
2) Are you using the bp home theme?
Any widget will work in the bp home theme. It’s just a normal wp theme that has places to stick widgets. You can download any number of widgets from the wp plugins directory to place in those widget enabled areas.
The bp home theme displays the recent blog posts for the main blog, if that is where it’s running, under the ‘News’ button.
April 21, 2009 at 1:24 am #43080In reply to: bp_get_field_data no longer working
Burt Adsit
ParticipantIf you upgrade your theme to the version that is in RC2 you can take advantage of the new member template functions that are available to you. The directories now have their own little templates located in /buddypress-member/directories/<directorytype>/<directorytype>-loop.php file.
Then all the template tags you find in /bp-core/bp-core-templatetags.php are available to you. That particular function you were using doesn’t exist anymore. The underlying call still works which is:
BP_XProfile_ProfileData::get_value_byfieldname( $field, $user_id );
so
BP_XProfile_ProfileData::get_value_byfieldname( ‘One Line Summary’, $user->user_id );
Should work. I encourage you to look at the new directory code and templates.
April 21, 2009 at 12:51 am #43076In reply to: In trying to open a theme i get this code
Burt Adsit
ParticipantAre you using the wpmu 2.7.1 beta and bp trunk? The error leads me to believe one or the other isn’t so. See in here: https://buddypress.org/forums/topic.php?id=2190 there’s a post about getting the most recent bp and wpmu.
You might want to talk to the theme author. Perhaps they have seen this error in relation to the theme before.
April 20, 2009 at 10:35 pm #43075In reply to: Avatars, Custom Themes and Registering
Jeff Sayre
ParticipantOkay, first a couple of questions:
I have a fairly vanilla instance of the latest wpmu release…
- What does this mean? The latest release of WPMU is 2.7. Is that what you’re running?
- Also, which BuddyPress trunk revision are you running?
- Are you running any other plugins besides BuddyPress?
- Did you follow all the instructions in the first post of this thread that pertain to custom themes?
- Did you read post eight in this thread?
Regarding the code line that seems to be throwing the problem, that would indicate that you do not have the proper permissions set on the blogs.dir directory. See question 5 above.
April 20, 2009 at 9:59 pm #43072In reply to: Dashboard widgets had disappeared
Paul Wong-Gibbs
KeymasterWhat versions of WPMU and BP are you using, have you had this working before – if so what have you changed to cause the broken behaviour, are you using a customised theme – have you edited at all? etc.
April 20, 2009 at 7:43 pm #43060In reply to: No CSS – Member & Home Theme
Barrymadden
ParticipantDo you mean you see the design layout or just the html? Could you screenshot for me? Here is what i have: http://www.illdesigned.com/screenshot001.jpeg (sorry about the dual monitor screenshot)
April 20, 2009 at 6:33 pm #43059In reply to: Changing Members theme
Wythagy
ParticipantI think one of the reasons there is a separate Member’s theme folder/CSS is because it is such a unique thing (ie. it’s not typical WordPress), whereas the blogs and site itself can use any old theme (with some exceptions).
The only thing that you really have to pay attention to is how you display the three columns that the member’s section is displayed in by default. By simply editing those widths, how they “float”, and other basic CSS attributes, you can easily change how they fit within the page and you can easily match your blog theme.
Hope that helps…
April 20, 2009 at 6:28 pm #43058In reply to: CSS Tweaking in BP Member Theme
Wythagy
ParticipantI don’t think there is Mawjoud, but you can use any simple text editor for something like a simple CSS file. There are also lots of free text editors like TextWrangler that are good for code editing (nice and color coordinated)
April 20, 2009 at 6:19 pm #43056In reply to: CSS Tweaking in BP Member Theme
mawjoud
ParticipantIs there a way to edit the relevant templates (and .css) right from the dashboard, as there is within the single user WordPress?
-
AuthorSearch Results