Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 15 total)
Author Posts
December 19, 2014 at 9:19 pm in reply to: Paypal order 32617
david david

I attached the screenshot:
http://postimg.org/image/dobgzg5mt/

Thanks.
David

david david

Perfect, thanks!!

November 20, 2013 at 3:20 am in reply to: WP User Frontend Error: Pleae activate your copy 10278
david david

I also have the same problem…
I installed the plugin on my local host and when I migrated to the live server, etc… Get the same message …

I’ve deactivated my local activation and I’ve activate on my live site and still the same problem.

Help me please!!
Thanks!!

November 17, 2013 at 9:28 pm in reply to: Error counter 10210
david david

It works perfectly!!

Thank you very much!
David

November 13, 2013 at 3:58 am in reply to: Error counter 10014
david david

Tareq, can you help me with this, please?
Thank you.

November 12, 2013 at 3:15 am in reply to: Error counter 9973
david david

An example: The limit is 3 posts. If I write 1 or 2 posts and then delete 1 or 2 posts, the limit increases. This is perfect. The error is if I write 3 posts (the limit is 3), then the counter is at zero and I can not write more posts. If I delete all posts, the counter also continues to zero.

Thanks!

November 11, 2013 at 4:01 am in reply to: Error counter 9939
david david

Thank you very much, that is a very important part for my project.

The code works but partially. For example, if the user has a limit of 3 post, if he writes two posts and then deletes one or two posts, this works perfectly, the counter reflect these changes. But if you write three posts (3 of 3), there is a error: the counter no reflect these changes, remains at 0 even remove the three posts and the user can not create a post.

Thanks.
David

November 10, 2013 at 8:47 pm in reply to: Error counter 9927
david david

Is there anyone who can answer that?
Is very important for me.

Thanks.
David

November 8, 2013 at 10:52 pm in reply to: Error counter 9869
david david

Hello Mahi,

I think this is not correct. The user pays for a number of posts within a certain date and he can edit and delete posts as often as he wants. The counter should reflect these changes.

The easy example, if the user has ordered 3 posts and he created all three, if he removes one post, the counter should be in 2, the user still has the possibility of creating a new post.

This is possible?

Thanks!

October 31, 2013 at 11:04 pm in reply to: Google Maps not displayed on author page 9647
david david

Yeaaahh it works!!!
Thanks Tareq!

October 31, 2013 at 4:01 am in reply to: Google Maps not displayed on author page 9626
david david

Oh that’s perfect!!!

But, how I put the others parameters: height, width and zoom in your function?
Thanks!!

October 21, 2013 at 3:26 am in reply to: Multiple images to the user profile 9234
david david

Works, Tareq!
Thank you very much for your effort and dedication.

October 19, 2013 at 3:38 am in reply to: Multiple images to the user profile 9195
david david This reply has been marked as private.
October 18, 2013 at 3:33 am in reply to: Multiple images to the user profile 9154
david david

I need someone to help me!
Thanks!!

October 16, 2013 at 9:08 pm in reply to: Multiple images to the user profile 9092
david david

I don’t work with $curauth…
It’s posible to $user_id?:

<?php
$images = get_user_meta( $user_id, 'mey_key_name' );
 
if ( $images ) {
    foreach ( $images as $attachment_id ) {
        $thumb = wp_get_attachment_image( $attachment_id, 'thumbnail' );
        $full_size = wp_get_attachment_url( $attachment_id );
 
        printf( '<a href="%s">%s</a>', $full_size, $thumb );
    }
}
?>

Thanks!

Viewing 15 Topics - 1 through 15 (of 15 total)