Search Results for 'theme'
-
AuthorSearch Results
-
July 30, 2010 at 6:55 pm #87521
a-murder-of-crows
MemberI need assistance with this exact issue as well. None of the links work.
On Yahoo Web Hosting. Permalink structure is as follows:
index.php/%postname%/
Yahoo doesn’t allow for .htaccess files, so if Buddypress uses .htaccess, this won’t work for me. I’m hoping that isn’t the case.
Clicking on any of the buddypress links leads to a 404 error message. I am able to find the directories in the theme folder that match however, so i suspect that the links are trying to get into those folders. I should mention that this happens in either the default BP themes, the child themes i’ve installed such as “unplugged”, and themes i’ve converted to be compatible like “sliding-door”, so from my understanding, this is not a theme issue
Anyone got some assistance for us?
Thanks in advance!
July 30, 2010 at 6:37 pm #87519In reply to: Member Profile Page
Carmelo
ParticipantI have changed theme, now i have same problem.
Anyone can help me?
thanksJuly 30, 2010 at 4:48 pm #87510In reply to: Issue with Member Profiles Redirecting to Homepage
ChrisJK
ParticipantDo you know what was changed in the developers theme sub nav items to get this to work correctly? I am running into this with my members and forums now.
July 30, 2010 at 2:43 pm #87503In reply to: Change width of column BP-Default theme
Hugo Ashmore
ParticipantFind :
div#content #padder – increase margin-right to 300px#sidebar change width to 300px and margin-left to -301px
However it looks as though you are using the default theme and changes like this should be made to a child theme in as much as you create a new theme directory and set up a new stylesheet that calls the default.css and other files but allows you to add override styles into this new styles.css.
Edit/ just noticed that your are actively editing / changing your theme layout so my earlier advice may or may not hold good
July 30, 2010 at 6:24 am #87464In reply to: Buddypress theme – no date on posts – only time
Paul Wong-Gibbs
KeymasterI strongly recommend to build this into a child theme, otherwise you are going to regret it when BuddyPress is updated in future.
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
July 30, 2010 at 5:22 am #87456techguy
Participantr-a-y,
Why isn’t this part of the core default theme? Seems like an easy decision, no?July 30, 2010 at 3:24 am #87452Helene Goldberg
ParticipantNow, I’ve just upgraded to WP 3.0.1, and updated the network too. I wonder if I should at this point install the Twenty Ten 1.1 theme as the main theme, given that TwentyTen CP is in use too. What do you think? That might handle my header image issue, and perhaps make things run more smoothly.
July 30, 2010 at 3:09 am #87451In reply to: Come Recommended
jeremyltn
ParticipantThanks both, I agree there should be more in the main nav (or it should just be gotten rid of). There is a secondary nav that’s only shown to logged in users.
@techguy that’s weird I did see one come up in the database without a user id. It’s a custom script I wrote, that just launched yesterday – probably still some bugs.
The blog is the main blog, I would recommend not using a secondary blog and following the tutorial @mercime posted (also many themes come with a blog page template). IMO It’s easier to maintain everything with a single blog.
July 30, 2010 at 2:56 am #87450In reply to: Buddypress theme – no date on posts – only time
Steen
ParticipantSuper it worked. Thank you for the quick help!
I added H:i in front of the date codes to get the time of the post alsoJuly 30, 2010 at 2:42 am #87449Helene Goldberg
Participant@Modemlooper so if I’ve installed the TwentyTen child theme, should I also have that as the main theme? I currently have the Default BP theme as my main theme, and the TwentyTen as child. Is that not workable? Or do you mean that I need to create a new child theme based on the Default theme as well as keeping the TwentyTen child theme?
July 30, 2010 at 2:06 am #87442In reply to: Buddypress theme – no date on posts – only time
@mercime
ParticipantOpen up index.php of bp-default theme line 26
https://trac.buddypress.org/browser/tags/1.2.5.2/bp-themes/bp-default/index.php#L26
and see code here – http://buddypress.pastebin.com/iWdcBik4July 30, 2010 at 1:52 am #87439@mercime
ParticipantHere’s a tutorial to do that – http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/
July 30, 2010 at 12:41 am #87425modemlooper
ModeratorChild themes do not get deleted, only the files inside wp-content/plugins/buddpress/bp-theme
This is why you never modify those files. if you want to change those files, then you copy them to your child theme folder preserving the folder structure.
If you want to change the header then you copy over the header.php to child them folder and BP will use this file instead of the one in the plugins folder. No fear of it getting wiped out on upgrades.
July 30, 2010 at 12:12 am #87422In reply to: Come Recommended
techguy
ParticipantNice site. I wasn’t quite sure what to do until I found all the links at the bottom. You should find a way to get those links up at the top in a nice way. At least the most important ones.
It was also a bit weird, because I unlocked the badge for a course I took even though I wasn’t logged in. Are you using a plugin to unlock badges?
Also, is your blog a secondary blog or the main blog? I’m planning to do basically the same as you, but I can only get it to happen if I create a secondary blog (multi site) and then it all links up fine. The main blog still points to the main page and then it doesn’t show the posts (at least I don’t want it to). Is that what you’re doing with the blog? I do like that the blog kept the consistent theme. Felt like the same page.
July 29, 2010 at 11:30 pm #87417Helene Goldberg
ParticipantSo if it will delete all the files during an update, then what’s the point of customizing? I don’t understand that. And won’t the same thing happen then when I customize the child theme and later apply the update to it?
July 29, 2010 at 8:10 pm #87402In reply to: All blogs on the same main site?
@mercime
ParticipantFirst of all, do not add switch_to_blog function on the bp-default theme which I now see you’re using on the main site. Let me clarify how to do this.
– If you have BP activated in main site, or blog_id_1, the theme or child theme you use for the main blog must not have the switch_to_blog function in navigation at all.
– You only use the switch_to_blog function in theme/s for the subblogs or subsites.if you want the main navigation of main site in your subblogsSo if you are going to use the twentyten theme for your subblogs, then this is what you replace:
http://buddypress.pastebin.com/GDKypDpU
then, copy/adjust the CSS from main site’s themeJuly 29, 2010 at 6:46 pm #87393In reply to: Please Help: Broken Theme
modemlooper
ModeratorMake sure you activate the default BuddyPress theme or create a suitable child theme. BuddyPress is more than a plugin, you need a compatible theme.
July 29, 2010 at 6:35 pm #87392In reply to: How can I customize a special group?
paulhastings0
ParticipantYou might consider tweaking the BP Group CSS plugin. Perhaps disable the “Group CSS” admin option except for Site Super-Admins. That way all the group’s default CSS settings will be set to your theme’s CSS files but then you as the Site Super-Admin can individually change the CSS for each group as you please.
July 29, 2010 at 5:29 pm #87388r-a-y
KeymasterThere’s a tutorial for this on BuddyDev.com:
July 29, 2010 at 4:41 pm #87386Paul Wong-Gibbs
KeymasterYep, of course it will.
July 29, 2010 at 4:15 pm #87381helpy
ParticipantDoes child-theming of the BP Default theme (which resides in wp-content/plugins/buddypress/bp-themes) will work if I put the child theme in wp-content/themes?
Because if I update buddypress plugin with the wordpress update function … all templates in wp-content/plugins/buddypress/bp-themes will be deleted before the new version will bei installed!
cu, guido
July 29, 2010 at 3:44 pm #87376In reply to: How to make a private community?
Dimitris Arkolakis
ParticipantHello , i am using the RANDY CANDY theme and it has no “functions.php” file.
Anyway , i paste the code that Travel_Junkie gave in “fuctions.php” file
that is located is “/bp-themes/bp-default” folder , but still I see no change.Please help , I am desperate… Sorry for the bad English , I am Greek.
July 29, 2010 at 3:29 pm #87374In reply to: Please Help: Broken Theme
newrambler
MemberThe style sheet is a file that basically makes your site look pretty–it’s what controls the layout and the colors and the fonts and all that stuff. It sounds like you somehow downloaded and installed a corrupt version (or at any rate an incomplete version) of BuddyPress that was missing the style.css file.
If you did an automatic install through WordPress, I’d first try just uninstalling and reinstalling BuddyPress and see if that works. Otherwise, you’ll want to look through the files installed on your webhost for a file in your BuddyPress folder called something like style.css (at any rate, it’ll end with .css). If it’s not there, you’d need to add it. I can tell you more about how to do that, if you need, but try the automatic uninstall and reinstall first.
July 29, 2010 at 11:40 am #87354Paul Wong-Gibbs
KeymasterHelene
A child theme lives in its own directory, and inherits any files not presenting the child theme, from its parent theme. So what you would do is create a child theme of BP Default and copy into your child theme, BP Default’s header.php (for example – what you want may be on another page) and customise it. You’ll only have to worry about updating it in the future if BP Default itself is updated (probably not for a couple of months, at least).July 29, 2010 at 10:38 am #87347Jon
ParticipantTry https://codex.wordpress.org/Child_Themes
I created my own child theme for Buddypress following those instructions.
-
AuthorSearch Results