Rok
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Indexed in 4 minutes?1. Nothing special with your site, read this post and this post.
2. To check, when Google last indexed you site, enter:
site:yourDomain.com
You’ll get:
http://www.yourdomian.com – xxk – 39 minutes ago
Forum: Plugins
In reply to: Trying to create a Glossary pageDownload WP-Snap plugin.
Forum: Fixing WordPress
In reply to: Is the new dropdown_categories working?Moshu, here’s the working dropdown categroy for WordPress 2.3.x that I’ve configured on my blog, you can modify parameters as you like:
<form action="<?php bloginfo('url'); ?>" method="get"><?php wp_dropdown_categories('orderby=name&order=ASC&show_count=1&hierarchical=1&show_option_all=Category Archives'); ?><input type="submit" name="submit" size="40" value="Go" /></form>Forum: Plugins
In reply to: UserOnline plugin not for high traffic sitesYou’re welcome! GamerZ.
Forum: Fixing WordPress
In reply to: Comment moderation in WP doesn’t work with Spam Karma1. Download SK2 Comments Moderation plugin and save in sk2 plugins directory.
2. Goto WordPress Admin and enable Comments Moderation Feature.
3. Finally, go to your SK2 Configuration menu scroll down till you get to Comment Moderation and select “Enable” from the dropdown and save settings.Now on, all your comments will require moderation.
Forum: Fixing WordPress
In reply to: How to stop scraper pingbacksOtto, please correct me, if I’m wrong. I think, this’ll not work, if one has SK2 enabled untill, the plugin itself made as SK2 compatible plugin.
Forum: Fixing WordPress
In reply to: Please Help: IE7 “Internet Explorer Cannot Display This Page”Check here – Post# 3: http://wordpress.org/support/topic/144665?replies=4#post-653163
Forum: Plugins
In reply to: Lightbox effect not working1. After checking your site, I couldn’t find scriptaculous.
2. You’re loading effects js directly. The effects js has to be loaded via. scriptaculuos js.Check your lightbox plugin script calls and replace your exisiting ones with those.
If you’re using, Lokesh’s light box, following should be in your template header:
<script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script>Forum: Plugins
In reply to: Plugin for unique views on a post or page??You can use GamerZ’s Post Views plugin.
Read about it on: DTWL or Author site.
Forum: Plugins
In reply to: organising pluginsOr if you can:
1. First create a “plugins Management” Top Menu.
2. Then open your plugins file and change their Admin menu option to your newly created.Forum: Plugins
In reply to: UserOnline plugin not for high traffic sitesso is there a plugin that you could suggest instead?
GamerZ, the plugin author has already answered.
If you want to keep track of user activites, you can use following web services. These services keeps track of your visitors, their activites on your site and alot. In addition, you can also display “Total users online”.
1. Histats
2. Site Meter
3. StatCounterThese services’ll not display user activites in real-time. As anything to show realtime’ll definitely take-up lots of your resources.
Forum: Plugins
In reply to: UserOnline plugin not for high traffic sitesI would add one more thing, even with efficiency problems, the Plugin is quite informative.
Wish it could take less resources.
Forum: Fixing WordPress
In reply to: Which file to editI opened the post in the wordpress editor and just added alt=”xxx”, but nothing happened it just added the words “alt=”xxx”” to my post. Am I doing this wrong?
1. I cann’t see alt anywhere on your post. Moshu had said everything. Eventhough, if you want to continue using same plugin, you’ll have to make sure to manually enter alt on every smiley that you enter.
Here’s your post source, which I’ve edited for your with alt attribute. Open your post in WordPress editor and click on “code“, if you’re using WYSIWYG and replace the entire block with under posted.
Your site upto this post will validate.
<p><img src="http://lovelatoya.com/wp-includes/images/yahoo/heartbeat.gif" alt="" class="wp-smiley" /> <img src="http://lovelatoya.com/wp-includes/images/yahoo/coffee.gif" alt="" class="wp-smiley" /> alt=”xxx”<img src="http://lovelatoya.com/wp-includes/images/yahoo/icon_sad.gif" alt="" class="wp-smiley" /></p>1a. Whenever, you post image, make sure to enter Alt attribute in either form as written in my above post.
If you use lots of smileys, ditch this plugin, as there’re 100’s of validation errors. See Moshu’s last post.
I hope all your query’s answered.
Forum: Fixing WordPress
In reply to: Internet Explorer cannot open the Internet Site1. Open Internet Explorer.
2. Go to Internet Options ==>Privacy
3. Click on Sites tab, and enter your website address:
http://www.savware.net. And click Allow button.
4. Finally click Ok twice and rerfresh your page.Forum: Fixing WordPress
In reply to: How to stop scraper pingbacksTry this one: Moderate Pingbacks. I’m sure this’ll help you getting results.