Search Results for 'theme'
-
AuthorSearch Results
-
April 19, 2009 at 7:53 pm #42971
In reply to: Restrict Theme/Widget Change for Member Blogs
jfcarter
ParticipantIf you setup new blog users to be Authors, they only have limited access to the dashboard and can’t see the themes. They can still add posts, media, and a few other things. Just enough for what most of them will need.
An added bonus is that the “switch theme” option is removed from the cascading menu viewable in the user’s profile.
Hope this helps!
April 19, 2009 at 4:39 pm #42961GrandSlambert
ParticipantWell, even from a logged out user you can tell the admin bar doesn’t work, nor does the login bar, nor does the search bar. Yes, they show up, but notice the following problems:
1. Click the “BuddyPress” logo (to be changed yet) in the admin bar. It takes you to the blog home page, not the GeoSee home page like I thought it would.
2. Click the “Login” link in the admin bar – 404 Not Found.
3. Click the “Signup” link in the admin bar – 404 Not Found.
4. Click the “Author” link in the admin bar – 404 Not Found.
So the admin bar does not link back to the main blog like I would think it would do.
Now let’s look at the Search Bar. Notice the drop down is empty and that all searches return a 404 Not Found Error?
And finally the login bar. Try hitting the signup button – 404 Not Found.
There is a demo account set up with the username demouser and password demo so you can see the same problems I listed in my original post.
April 19, 2009 at 4:17 pm #42960In reply to: Remove date and author name in BP blog
Jeff Sayre
ParticipantAs to your first question:
Look in the loop in your theme’s index.php file for this:
<p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink($post->post_author) ) ?></em></p>
Make the necessary changes.
As to your second question, look for this also in the same file:
<div class="widget" id="latest-news">
<h2 class="widgettitle"><?php _e( 'Blog', 'buddypress' ) ?></h2>Change the word “Blog” To whatever you like.
Please note: if you plan on sticking with BuddyPress’ standard themes, you will lose these changes the next time you upgrade BP. So, either you live with that and make the changes again with each upgrade, you create your own custom themes (possibly by simply copying the current themes and renaming them), or you never write over the theme files when upgrading.
The second option is the best in my opinion. But, with each upgrade, you should still evaluate any changes that may have been made in the new standard theme as they could be important.
April 19, 2009 at 1:55 pm #42954Burt Adsit
ParticipantNo I don’t see the problem. If there is a problem, only logged in users can see it. Can you give me a demo/test login username and password?
April 19, 2009 at 2:49 am #42938In reply to: No List icons next to wire/activity
Burt Adsit
ParticipantIt might be useful to start a new topic for any theme specific issues. The title of this one doesn’t lead anyone to know that it’s a theme issue.
April 19, 2009 at 2:47 am #42937In reply to: No List icons next to wire/activity
Burt Adsit
ParticipantI don’t know the nature of your theme customization. I’d install the entire member theme and take a look at the differences between the current theme and your mods.
I don’t have much experience with the themes. When you find that you need help with that area I know that others have been modifying and creating new member themes. I’m sure they can help out with specific issues.
April 19, 2009 at 12:29 am #42935In reply to: No List icons next to wire/activity
vito687
Participantthat was very helpful thankyou, I downloaded the latest trunk and that is what Im using as the base of my theme, quite odd, originally I had to link the directory css as well within the loader.php, oh wait now that I think about it, I used andys instuctions for upgrading which suggested to upload just the new “functions.php” and “header.php” so should I just use the whole new trunk theme and copy my css over? I just like to get input from more than one source to troubleshoot to start off and dont like to claim it as one specific issue and end the discuttion. thanks again Ill be more specific in the future
April 18, 2009 at 10:06 pm #42931Paul Wong-Gibbs
KeymasterYou mean top left of theme? That’s an image – you’ll find it in /wp-content/bp-themes/buddypress-member/images/logo.gif.
April 18, 2009 at 10:03 pm #42928In reply to: No List icons next to wire/activity
Burt Adsit
ParticipantThat fn ‘bp_activity_user_install’ doesn’t exist in the latest core trunk. bp no longer uses individual activity tables for each user so the call fails. I’m guessing you are mixing recent core and an older version of the member theme code.
It wasn’t scarasm per se, it was a complaint. It takes time to hunt down issues. Especially on previous versions of bp. It helps for you to be specific and informative.
Anyway, I think you are going to continue to have problems like this with an older version of the member theme as your code base. The member theme reflects changes in the core and there have been plenty.
April 18, 2009 at 5:51 pm #42922Jeff Sayre
ParticipantNinh-
I’ve looked at your site and of course cannot duplicate the problem without logging in. But, that’s okay.
You mention that you’re using a custom theme. Read the first post in this thread, paying close attention to the parts that talk about custom themes. Also, there are more posts within this thread that discuss theme issues that could apply.
It appears that you are still using BuddyPress 1.0_RC1. I cannot remember if any of these issues apply to RC1. Perhaps someone with longer BP experience can chime in.
April 18, 2009 at 4:52 pm #42920In reply to: Latest WPMU Rev & latest BP Rev not working
Burt Adsit
ParticipantThere’s nothing confusing about this at all.
We’ve got wpmu installed on a linux type subdomain using the subdirectory blogs option with bp’s home theme running on a blog id other than the default root blog id of ‘1’ using beta versions of both wpmu and bp including a new restriction from bp that it be installed in /plugins/buddypress and activated sitewide with a new mechanism that replaces the old /mu-plugins scenario.
lol. Time for a nap.
April 18, 2009 at 4:41 pm #42919In reply to: Latest WPMU Rev & latest BP Rev not working
Jeff Sayre
ParticipantOkay, putting aside the subdomain versus subdirectory issue for a second, you state that:
…the bp link in the menu works but where is says “disbale components using below form” nothing shows
It sounds like BuddyPress is not activated. With the 1.0_RC2 changes, BuddyPress is now considered a single WPMU plugin. You must first login to the WPMU backend as site admin and then go to Plugins > Installed and make sure that BuddyPress is activated.
Once it’s activated, a new menu group is created at the bottom of the menu tree called “BuddyPress”. You click on BuddyPress > Component Setup and you should see that all the BP components are enabled by default. It is in this admin screen where you can enable and disable individual components.
If you’ve already activated BuddyPress, then something is clearly wrong. Have you double checked to make sure that you copied all the BP component files and folders (minus the theme folders) into the /wp-content/plugins/ folder? Did you install the BP suite into the /wp-content/mu-plugins/ folder instead?
If the BP install locations and files are in their proper place, then I would recommend deactivating BuddyPress then deleting the entire BP directory and try reinstalling the BP plugin suite again and see what happens.
April 18, 2009 at 4:21 pm #42918In 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.
-
AuthorSearch Results