alchymyth on “CSS Sprites on Current Page”

January 6, 2010 by alchymyth  
Filed under 1

Comments Off

first question - what menu?

page menu for instance has the class 'current_page_item' on the link to the current page, which you can use to style the link in the style.css. others are similar, check the codex for the corresponding links ;-)

http://codex.wordpress.org/Template_Tags/wp_list_pages#Markup_and_styling_of_page_items

Christopherno1 on “Cant enter “plugins” in my WP-admin panel”

January 6, 2010 by Christopherno1  
Filed under 1

Comments Off

Thanks for the replies guys.

Im trying to follow "esmis" advice to start with, but its one thing im quite unsure about.

On the Wordpress-instructions-page they say the following;

"Use phpMyAdmin

* In the table wp_options, under the option_name column (field) find the active_plugins row
* Change the option_value field to: a:0:{}
"

But which one is the field i should type "a:0:{}"?

I have attached an image link to my php admin panel (look below), where i guess this ("a:0:{}") should be entered, but i wonder wich field? I dont want to do anything wrong, so if anyone could describe exactly which field i should enter the text/numbers i would be thankfull.

Kind regards
Christopher

monkhouse on “display current user outside of WP / get_currentuserinfo() not working”

January 6, 2010 by monkhouse  
Filed under 1

Comments Off

I am actually trying the same thing have you got this working?

ninjaWR on “[Plugin: Exec-PHP] Bug: This plug-in dsiabled my Editor role comment moderation functionality”

January 6, 2010 by ninjaWR  
Filed under 1

Comments Off

Tested in WordPress 2.8.0, 2.9.1, and 3.0-alpha. While the plugin was activated, my editor could see all comments, but couldn't moderate any.

vlvinc on “Worpress will not load”

January 6, 2010 by vlvinc  
Filed under 1

Comments Off

I get the following message when I try to log in to WordPress

"One or more database tables are unavailable. The database may need to be repaired."

When I clicked on repair I get

"To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php file. Once this line is added to your config, reload this page.
define('WP_ALLOW_REPAIR', true);"

I copied the HTML and placed it inside of my wp-config.php file but nothing is changing. Can anyone let me know how I can fix this.

You can email me at vic.personaltrainer@gmail.com also.

bistrototal on “Display last visited posts/pages”

January 6, 2010 by bistrototal  
Filed under 1

Comments Off

I want to display a list of the, say, five last visited pages/posts in the sidebar. Kind of a browsing history.

Is that possible?

kalki411 on “Destroyed my single post file w/o back up! help”

January 6, 2010 by kalki411  
Filed under 1

Comments Off

I totally forgot to back up mt single post file with this theme. Hopfully some body could help me fix it....(stupid me)
http://www.naturalremediesreviewed.com
error message when I click on a post:

Parse error: syntax error, unexpected $end in /homepages/34/d301135614/htdocs/wp-content/themes/gazette/single.php on line 56

mercime on “Upgrade failed, go back or go on?”

January 6, 2010 by mercime  
Filed under 1

Comments Off

It happens :-)

vtxyzzy on “Query Reset after accessing my own data table”

January 6, 2010 by vtxyzzy  
Filed under 1

Comments Off

Before your local query, save $wp_query, then restore it after, like this:

$temp_query = clone $wp_query;
// Do your own stuff here;

$wp_query = clone $temp_query;

See if that helps.

wordshine on “Upgrade failed, go back or go on?”

January 6, 2010 by wordshine  
Filed under 1

Comments Off

mercime,

Now why didn't I find that earlier? Thanks. I'm on my way.

« Previous PageNext Page »