jcandsv
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Problem with ?_i=AAWe are working with wp-son in wordpress for our app. Previous versions of cloudinary din’t have this term “?_i=AA” and worked fine, but not now. Sorry if my english is not good. Thank you so much
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Single Map Location without down arrowHi, Thank you for your support.
Other Question: How can I limit only the featured Ads. I limit the standard ads by role user in my website.
Example:
– If User has Level 1: can post 8 ads
– If User has Level 2: can post 15 ads
– If User has Level 3: can post 20 adsI need that User Level 1 can post 5 standard ads and 3 featured ads. Similar for level 2 or 3.
Thank you!!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Single Map Location without down arrowOther Question: How can i get the number ads count. Not General, only the number of posts published by the current user. Thank you Greg for your help, you’re great. We bought the premium pack.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Single Map Location without down arrowThank you Greg. A last question, how can i change the pin image of the map? It’s possible?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Single Map Location without down arrowThe same for the “contact form” below the ad, please… Thank you!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Advanced Customize Featured AdsAlso How can i Get only the SEARCH FORM without Location and Category filters? Thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Advanced Customize Featured AdsHi! We bought the the Professional Package. I’ll try to do something similar with “Fee Per Category” extension. Is there any way to ovewrite files in “includes” folder. I need to replace 1 or 2 files. Thank you Greg. You’re the best!!
I did everything you told me.
The Runner Movie and others :
Warning: mktime() expects parameter 2 to be long, string given in /home/kinesis/public_html/wp-content/themes/twentyfourteen/content.php on line 148
00:00:00Fear the walking dead : STARS = N/A
PLOT = N/AThanks!
You sent me this version: http://www.koljanolte.com/temp/8c2e0792.zip
Works fine !! But the problem is with this post: http://kinesis.tv/the-runner/movies/
When I upgrade with this version: https://drive.google.com/file/d/0B581Nph7ZvaQRDVtaUZWTk1sMkU/view?usp=sharing
The Writers, Director, Time and Country not shown
I use the ID for the movies… “Nombre de la película” was an example, nothing else.
Thank you!
<?php
$movie = get_imdb_connector_movie(“Nombre de la película”);
$timestamp = $movie[“runtime”][“timestamp”];
$formatted_time = date(“H:i:s”, $timestamp);echo “$formatted_time”;
?>PHP
I just upgraded the imdb connector and the rating is fixed… The problem of the time is the same.00.00.00 but now happens with all posts.
Before I updated the version the time works fine… It seems to be an error in the last upgrade
the error no longer appears
The time is 00:00:00 in this movie:
http://kinesis.tv/the-runner/movies/Rating = N/A
Thank you !
Great… thanks. I used the mktime for convert the time of IMDB connector to 00:00:00
But I have an error when i pudated the plugin on the last version
$minutes = $movie[“runtime”][“minutes”] . ” minutes “;
/** We only want to keep the number */
$minutes = preg_replace(“‘[^0-9]'”, “”, $minutes);
/** Convert to time */$new_time = date(“H:i:s”, mktime( 0, $minutes));
/** Output */
echo “” . $new_time;Also… the rating in some posts does not appear “N/A”
Thank you!Okay 🙂