Search:
Search took 1.00 seconds.
-
Hello guys!
Now you can buy the mod... directly on the wprabbits website!!!
With new price! Just $25,00
http://wprabbits.com/product/limit-number-of-ads-by-user-classipress-plugin/
-
Updated code:
$cp_min_price = str_replace( ',', '', $wpdb->get_var( "SELECT min( CAST( meta_value AS UNSIGNED ) ) FROM $wpdb->term_relationships,$wpdb->postmeta WHERE object_id=post_id AND...
-
I performed this modification at the request of ewebdesign.
This mod adds the additional fields in the registration form. Use with previous modes.
I will add the fields: phone number, state, city...
-
As promised, here is the demo site. Click on the category misc to see it in action!!
demo site
-
Hi spymare, we had the same problem, even worse as in Europe period and comma are read differently.
What we did:
in appthemes-functions.php line 368: $string = preg_replace('/[^0-9,]/', '',...
-
If you want to set a background body color other than white in your style.css, the TinyMCE background will unfortunately follow suit.
You could make a custom css file, or just rip out the line:
...
-
I've been working with WP-Favorite-Posts and initially got the same error so checked on Wordpress.org - here's some results:...
-
Okay I've been working on this for a while and finally have a pretty good and fairly simple solution.
Problem: People can type whatever they want into price and it spits it out.
Semi-Solution:...