Archive for the ‘test’ Category

masonjames on "Create a members only print option with username on the print"

Monday, August 30th, 2010

Hiya!

That does look like a good solution. You’ll want to have it run a check to verify that the user is logged in (maybe the plugin already does this?) and then pull the information as found in the codex:
http://codex.wordpress.org/Function_Reference/get_currentuserinfo

Is it possible to somehow restrict printing to one print/ip number? Or even better, one/month (or week)?

I’m not sure without seeing the plugin or understanding more of how it works. You could possibly do this with a custom function or by setting a cookie?

James on "Fancy testing our new multi domain plugins (pre alpha!)"

Monday, August 30th, 2010

Not entirely sure, I just whacked it up here because everyone is off on their Sunday evenings :)

Hopefully can add a bit more info shortly…

masonjames on "How do I get Activity page AND one or two columns on the home page in Scholar?"

Monday, August 30th, 2010

Great! Just let us know if we can assist you further :D

tniche on "How do I get Activity page AND one or two columns on the home page in Scholar?"

Monday, August 30th, 2010

Thanks, it worked!

masonjames on "How do I get Activity page AND one or two columns on the home page in Scholar?"

Monday, August 30th, 2010

Hiya Tony and welcome to WPMU DEV! :D

Just want to confirm that you’ve got the main activity page set as your home page.

For example: http://yourdomain.com/activity/

Is that correct? If so, you’ll have to actually modify the activity page in your theme to give it a sidebar.

To do this you’ll want to open bp-scholar>activity>index.php

Scroll down til around line 95. Directly above the line that says div class=”activity” you’ll want to paste this:
<div id="content">

Now, directly above the line that says “<– #content –>” you’ll want to paste this these two lines:
</div>
<?php locate_template( array( 'sidebars/sidebar-members-directory.php' ), true ) ?>

Save the file and now your activity page will have an area at the top for users to add what’s new and directly below a sidebar beside the flow of activity. Hope this helps!

And again, welcome to WPMU DEV! :D

drdave on "Disabling certain wordpress features"

Monday, August 30th, 2010

admin-menu-editor won’t hide buddypress menus/submenus unfortunately. The users will still have access to the hidden menus.

I think that this plugin is best suited for people not running bp it seems.

Buddypress don’t seem to have a solution from my search.

masonjames on "BD Daily Translation"

Monday, August 30th, 2010

Hiya!

“Help and support” means that only the developer of theme or plugin can help you?

Not at all! I just saw that Tammie had been assisting you in this already and figured you were expecting a response from her.

I must confess my ignorance when it comes to theme localization so I’m no help here. Thus, I asked for others to chime in.

Thanks!

tniche on "How do I get Activity page AND one or two columns on the home page in Scholar?"

Monday, August 30th, 2010

Hi, I’ve installed and gotten working most of the functions in the excellent Scholar theme but the one thing I haven’t been able to figure out is how to have the Activity stream as my home page without it taking up the width of the whole page.

I haven’t been able to figure out how to add either one or two columns on either side. I read the docs and searched the forums but couldn’t find it.

Any help appreciated.

Thanks,

Tony

masonjames on "Can’t get any sitewide tag plugins to work"

Monday, August 30th, 2010

Hiya!

First off, welcome to WPMU DEV! :D

There appears to be an issue with new installs of WordPress 3.0.1 (upgrades from 2.9.2 are fine) and this plugin. Basically, WordPress no longer creates the table in the database that this plugin requires in order to function properly. We’re working on a fix for this and hope to have a new release shortly.

For future reference you can follow along here:
http://premium.wpmudev.org/forums/topic/global-site-tags-starting-afresh

Thanks, and again welcome!

jayncali61 on "Theme tab on easy admin mode"

Monday, August 30th, 2010

Thanks – I was just noticing the same thing. The only tabs that show up are New Post, My Posts, New Page, My Pages, Comments, and Profile.