vanesta
Forum Replies Created
-
Still not showing Description for Japanese characters posts
Forum: Fixing WordPress
In reply to: How to get user_login value for comment templatesanyone?
Thanks Skullbit, is it fixed now with RP 2.5?
You are RIGHT michael. If i turn on almost all options, it works!
First Name, Last Name, Website, Bio and Disclaimer only, then it doesnt send out email!
Thanks Skullbit!
Forum: Plugins
In reply to: [Plugin: Register Plus] ERROR: Image Validation does not match.Hi Skullbit,
I’m running RHEL with Litespeed webserver 3.3.11, PHP 5.2.1, APC Cache, Suhosin PHP Hardening.
Plugins
Akismet, Viper VideoTags, Simple Tags, Brian Latest Comment, Dagon Design Form Mailer, Pagebar2, and Share This, and register plus 2.2
I disabled all the plugins except register plus and also suhosin PHP hardening. still same result.
Thanks for your help
Victoria
Forum: Plugins
In reply to: [Plugin: Register Plus] ERROR: Image Validation does not match.Hi Skulbit, i got “ERROR: Image Validation does not match.” on your site too
Forum: Fixing WordPress
In reply to: Display Excerpt only if More Tag is not being usedI would pay for this solution if anyone can figure it out
Forum: Fixing WordPress
In reply to: Display Excerpt only if More Tag is not being usedanyone?
Forum: Plugins
In reply to: WP-Cache for WP 2.2I find out the problem, Anarchy Media Player 2.0 beta caused it.
They anarchy media player said he fixed it on the beta version of 2.0 but apparently not.
Forum: Plugins
In reply to: WP-Cache for WP 2.2I’m on PHP 5.22 and Litespeed, not sure if it makes the difference
<!– Dynamic Page Served (once) in 0.402 seconds –>
no matter how many time i refresh it shows only that although files are being created in cache folder, but it was not listed on the WP-Cache option page (cached 0 and expired 0)
Forum: Everything else WordPress
In reply to: OT: Gawker Media & Commenter ManagementThe closest to gizmodo style i’ve seen is a site called slashgear
for example on their comment, they have their profile page
http://www.slashgear.com/forums/account.php?u=2
also they have browse by user comment
http://www.slashgear.com/comments/?by=Ewdison+Then
what i like the most and wish i can get my hand on is their member list
http://www.slashgear.com/memberlist.php
i emailed them asking for what plugins they use, and they said some uses wp-stats functions and self coded
Forum: Plugins
In reply to: How can i list comments based on users like this?any pointer?
Forum: Themes and Templates
In reply to: is_home in 2.1 not workingany help?
Forum: Themes and Templates
In reply to: is_home in 2.1 not workingmine uses quert_posts on sidebar and my is_home on sidebar dies too
i use
query_posts(“cat=1&showposts=5”);
while (have_posts()) : the_post(); {
?>- ” rel=”bookmark” title=”<?php printf(__(‘%s’,’k2_domain’), strip_tags(get_the_title())) ?>”><?php the_title(); ?>
<?php /* End Asides Loop */ } endwhile; ?>
i tried adding
$wp_query->is_category = false;
$wp_query->is_archive = false;
$wp_query->is_home = true;under the query_posts but it doesnt work 🙁
help pls
Forum: Themes and Templates
In reply to: Comment Form for Admin Only – Helpthank you 🙂