richardtov
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Items I publish are not showing up on site…Please Help!1. Did you imported your DATABASE from your previous hosting provider?
2. When you make a post or page do their appear on “Edit” dashboard?
3. Did you have your Theme folder on wp-content/themes/yourtheme?Let me know so I can help you.
Forum: Plugins
In reply to: [Plugin: Simple CAPTCHA] Some help for you, the newbies simplecaptcha guideHow fix the ugly alignment, yes if you dying to find out how to fix it here is a solution that work with firefox last version and IE6,7.
it will display it properly inline
all TD and TR and the TABLE removed, friendly browser<!-- Star of SIMPLE CAPTCHA --!> <div style="height:23px;"> <div style="float:left;"> <input type="text" MAXLENGTH="3" name="publicKey" type="text" value="" tabindex="1" onclick="this.select();" style="width:50px;height:18px;" /> </div> <div style="float:left;margin-left:3px;"> <img id="simple_captcha" src="<?php bloginfo('url'); ?>/wp-content/plugins/simpleCAPTCHA/gdimg.php?re=0" title="your code" alt="" /> </div> <div style="float:left;margin-left:2px;"> <img src="<?php bloginfo('url'); ?>/wp-content/plugins/simpleCAPTCHA/captcha_reload.gif" onClick="setTimeout('reloadCaptcha()', 10)" style="cursor:pointer" title="request new code" alt="" /> </div> </div> <!-- END OF SIMPLE CAPTCHA -->
Remember you copy this and paste it on zrx_captcha.inc.php, line 115 below the “security code:”
enjoy
Forum: Plugins
In reply to: [Plugin: Simple CAPTCHA] Some help for you, the newbies simplecaptcha guideHow to change number quantity (edit gdimg.php)
by default it will only show 6 numbers from 0 to 9.//we generate random number for use<br /> $str = rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9);
Edit it to show only 4 or less numbers from 0 to 9.
//we generate random number for use $str = rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9);
Just remove rand(0, 9) to remove a number.
Forum: Plugins
In reply to: [Plugin: Simple CAPTCHA] It don’t works with 2.7! :(I have 2.7.1 and it works great
display:inline
Forum: Plugins
In reply to: [Plugin: WP_Reactions] Where to place the code..in your post template rofl
Forum: Themes and Templates
In reply to: Advanced Theme Controls The big ProblemI really hope anyone can help me, if I dont finish this blog I will lose like 12 credits on my college work about blogging.