kmvan
Forum Replies Created
-
finally i edit the source, all OK.
thinks.i found a line:
add_filter('comment_text', 'ckrating_display_filter', 9000);
theckrating_display_filterfunction isckrating_display_filter($text)
but i dont know the$textthat what is it.
can anybody tell me?thank youForum: Fixing WordPress
In reply to: Porblem with comments pagemaybe u can paste the codes of single.php in here.
Forum: Fixing WordPress
In reply to: In the plugin page, I can't use the function of is_user_logged_in()?oh, I think ur right!
thank u.:)so long..
Forum: Everything else WordPress
In reply to: Why use wordpress?wp can do many things.
i made a BBS from wp. nice thing.Forum: Fixing WordPress
In reply to: In the plugin page, I can't use the function of is_user_logged_in()?plugin page means the my-plugin-name.php.
for example:
my-plugin-name.php:<?php /* Plugin Name: my plugin Plugin URI: .... ... */ if(is_user_logged_in()){ function example(){ ... } } ?>like this, it shows me a error: the is_user_logged_in() is undefined.
but like this:<?php /* Plugin Name: my plugin Plugin URI: .... ... */ function example(){ if(is_user_logged_in()){ ... } } ?>it works!
can get me?Forum: Fixing WordPress
In reply to: Porblem with comments pagewhat wrong with the comments?
i have a test that looks all OK…Forum: Fixing WordPress
In reply to: Setting Frontpage to a Page Title problems..are u sure
<title><?php wp_title('«', true, 'right'); ?><?php bloginfo('name'); ?></title>in your themeForum: Fixing WordPress
In reply to: In the plugin page, I can't use the function of is_user_logged_in()?yes.i had read. but nothing found…
Forum: Fixing WordPress
In reply to: In the plugin page, I can't use the function of is_user_logged_in()?now i write the is_user_logged_in() in the function,it works.but the outside.
Forum: Fixing WordPress
In reply to: In the plugin page, I can't use the function of is_user_logged_in()?to use the function of is_home() that it works.
the is_user_logged_in doesn’t work, why?Forum: Fixing WordPress
In reply to: Can I modify the font and size of heading tagsare u sure your style sheet is writing after other style sheets?
i think that u can hook it in the footer. 🙂Forum: Fixing WordPress
In reply to: How do I get a list of latest users and their emails?get the latest user’s email?
Forum: Plugins
In reply to: [Plugin: GD Star Rating] How to write the code that about the HOT COMMENTS?this plugin has a widget already
http://wordpress.org/extend/plugins/top-comments/it’s just thumbs up, have not thumbs down?