Search Results for 'theme'
-
AuthorSearch Results
-
April 20, 2009 at 5:44 am #43022
In reply to: Shouty Theme: a new free theme to download!
Sgrunt
Participantsorry for bumping: i just would like to say that i’ve included in the post the list of the first websites running the theme, so you can look at them.
April 20, 2009 at 5:02 am #43021In reply to: My Account Links not showing
blakicemg
Participant1. WPMU 2.7.1 Beta2 – BP RC2
2. Yes I have
3. wp-content/plugins/buddypress
4. Yes I have using Woothemes Fresh News but modified for homepage and buddypress theme member pages
April 20, 2009 at 3:44 am #43018In reply to: Nifty registration page
Jeff Sayre
ParticipantRegister.php is a BuddyPress file whereas wp-signup.php is a WPMU file. If you use register.php, then wp-signup is automatically not used. In other words, you use one or the other. To choose to use wp-signup.php, you would need to delete register.php from your theme.
Many people have issues customize wp-signup.php. Therefore, I’d recommend using register.php and customize that file instead.
April 20, 2009 at 12:54 am #43015In reply to: Member pages all the same widgets
jodyw1
ParticipantI was wondering if this is what you guys were looking for:
http://wpmudev.org/project/Menus
The plugin gives you control of what menus are turned on site-wide for each member. Well, it’s kind of a “global” thing right now, but it seems to take care of disabling back-end menus.
Here’s the description of the plugin:
“….If, like me, you need to hide the Themes or Import Menu, or don’t want anyone messing with their Permalinks menu, or are frightened by the Delete Blog menu, this plugin will help.
Toggles the following in WPMU 2.7
‘Site Administrator Gets Limited Menus?’,
‘Posts’,
‘Posts Add New’,
‘Posts Edit’,
‘Posts Tags’,
‘Posts Categories’,
‘Links’,
‘Links Add New’,
‘Links Edit’,
‘Links Link Categories’,
‘Pages’,
‘Pages Add New’,
‘Pages Edit’,
‘Media’,
‘Media Add New’,
‘Media Library’,
‘Comments’,
‘Appearance’,
‘Appearance Themes’,
‘Users’,
‘Users Authors and Users’,
‘Users Add New’,
‘Users Your Profile’,
‘Tools’,
‘Tools Import’,
‘Tools Export’,
‘Tools Turbo’,
‘Settings’,
‘Settings General’,
‘Settings Writing’,
‘Settings Reading’,
‘Settings Discussion’,
‘Settings Privacy’,
‘Settings Permalinks’,
‘Settings Media’,
‘Settings Miscellaneous’,
‘Settings Delete Blog’,
‘WPMU Media Buttons’,
‘WP Media Buttons’,
‘Dashboard’
If you use other plugins to add/disable/hide admin menus, there will be collisions/errors. Happy testing!
Plugins adding menu pages to WPMU 2.7 Adminbar may not be hidden in all browsers.
Favorites menu items toggle as well….”
April 20, 2009 at 12:29 am #43013Jeff Sayre
ParticipantBurt-
Well, that was one of my thoughts–and why I’m asking Grandslambert to clarify what he meant by
Using WPMU 2.7 and the latest TRUNK of bbPress
I assume he meant BuddyPress. If so, is he running WPMU 2.7 but with BP 1.0_RC2? Did he install the BP folder in the proper spot? You’ve seen my questions above.
But, I’m tired and JJJ had an intriguing idea as well. So, perhaps I should get some sleep tonight and all the problems of the universe will disappear overnight!
April 20, 2009 at 12:19 am #43012Burt Adsit
ParticipantFailed opening required ‘BP_PLUGIN_DIR/…
Not using latest trunk because BP_PLUGIN_DIR is not defined or just installed in some fashion that bp-core.php isn’t running on all blogs which means the latest 2.7.1 wpmu isn’t running and the bp plugins aren’t sitewide.
maybe so?
April 19, 2009 at 11:42 pm #43010Jeff Sayre
Participant@JJJ-
Hum, I guess that could help…
April 19, 2009 at 11:40 pm #43009John James Jacoby
KeymasterGrandslambert,
In your buddypress-user/functions.php, take out ALL of the code besides what you need to make your sidebar(s) for your widgets.
Forgot to mention that little part.
April 19, 2009 at 10:37 pm #43007In reply to: My Account Links not showing
Jeff Sayre
ParticipantSome initial questions:
- Which versions of WPMU and BuddyPress are you running?
- Have you enabled all of BuddyPress’ components?
- Where did you install the suite of BuddyPress components?
- Are you using custom themes of the standard themes that came with BuddyPress?
April 19, 2009 at 10:11 pm #43006Jeff Sayre
ParticipantWPMU 2.7 and the latest TRUNK of bbPress
I assume you mean BuddyPress, and not bbPress. If so, then here are a few questions:
- What do you mean by “latest TRUNK”? Did you actually download the BP trunk from trac as a zip or use SVN? Or, did you obtain BuddyPress from the big, orange Download button that can be found on the top of any BP page?
- What version of BuddyPress are you using?
- Where exactly did you place the BuddyPress folder?
- You are using WPMU 2.7 and not WPMU 2.7.1-beta1 or -beta2, correct?
April 19, 2009 at 9:59 pm #43005GrandSlambert
ParticipantYeah, I tried exactly that, but then I get all these errors when I try to activate the blog:
Warning: require(BP_PLUGIN_DIR/bp-core/bp-core-signup.php) [function.require]: failed to open stream: No such file or directory in /home/grandsla/geosee.com/wp-content/themes/buddypress-user/functions.php on line 70
Warning: require(BP_PLUGIN_DIR/bp-core/bp-core-signup.php) [function.require]: failed to open stream: No such file or directory in /home/grandsla/geosee.com/wp-content/themes/buddypress-user/functions.php on line 70
Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-core/bp-core-signup.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/grandsla/geosee.com/wp-content/themes/buddypress-user/functions.php on line 70
So that doesn’t work. Using WPMU 2.7 and the latest TRUNK of bbPress
April 19, 2009 at 9:43 pm #42999In reply to: How to call in plugins in page template
Burt Adsit
ParticipantWell, hell Andy. Where did all these template classes come from all of a sudden? Maybe I’m just noticing them. Looks like as soon as you say:
bp_has_<component type>() a template class is instantiated and we get an instant <component type> loop. I see them for all the components. That’s going to make creating and extending themes pretty easy.
Look in each component directory in the bp-<component>-templatetags.php file
Have I just been so buried in other stuff I never noticed them?
April 19, 2009 at 9:06 pm #42984John James Jacoby
KeymasterI’m not sure what you did exactly to make this so broken, but I can tell you how I did what you’re trying to do.
- Copy “buddypress-home” theme to a temporary folder.
- Rename “buddypress-home” to “buddypress-user”.
- Delete “buddypress-user/home.php”.
- Open “buddypress-user/style.css” and at the very least, rename the theme to include something with the words “User Theme”
- Upload this theme, and activate ONLY it in your admin panel.
- Make sure that theme is the ONLY active theme. This ensures users will only get that theme provided to them at default.
That should do it.
April 19, 2009 at 7:53 pm #42971In 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.
-
AuthorSearch Results