Viewing 9 Topics - 16 through 24 (of 24 total)
Author Posts
August 27, 2014 at 5:27 pm 25951
Scott Scott

@Tareq – Can we please have this functionality added to the plugin instead of us editing the plugin code which will be overwritten on update.

The best solution would be to have the post types that have 0 entered in for them not show on the frontend.

Please advise when we can expect this functionality to be implemented on your end.

August 28, 2014 at 4:02 pm 26000
Tareq Hasan Tareq Hasan

When someone exceeds the limit and ultimately the count comes down to 0. So what you are saying, if anyone crosses his limit, it’ll not show in that list. So I don’t think it’s ideal.

However, I am adding a new filter so that presentation can be changed via a code snippet and will persist even the plugin is updated.

August 28, 2014 at 4:52 pm 26007
Scott Scott

That would be great. Thanks for the update.

September 25, 2014 at 11:58 pm 27554
Elizabeth Elizabeth

Did anyone get this to work? Now it’s hiding all my post types.

I only have one post type to show. In my admin area is called Addjob Articles, but my theme names it os_addjob.

So, I’ve tried both my Custom Post Type name (os_addjob) which was how it was showing originally in the sub info, but I can’t get the remaining posts to show. Here are the different options I’ve tried.

echo isset( $user_sub[‘os_addjob’] ) ? sprintf( ‘os_addjob: %d’, $user_sub[‘os_addjob’] ) : ”;
echo isset( $user_sub[‘os_adjob’])? sprintf( ‘Addjob Articles: %d’, $user_sub[‘os_addjob’]):”;
echo isset( $user_sub[‘Addjob Articles’])? sprintf( ‘Addjob Articles: %d’, $user_sub[‘Addjob Articles’]):”;

If anybody has successfully done this, can you share how you did it?

Thanks

September 26, 2014 at 12:19 am 27555
Scott Scott

@Tareq

When can we expect the update with this fix and the other fixes that were promised in other threads? Any ETA?

September 26, 2014 at 1:00 am 27559
Tareq Hasan Tareq Hasan

Have you tried v2.2.5?

September 26, 2014 at 3:42 am 27561
Elizabeth Elizabeth

I had no idea there was even an update – it doesn’t say it in the Plugin admin…downloading now. Fingers crossed!

Thank you

P.S. Any way to be notified for future updates?

September 26, 2014 at 4:06 am 27564
Elizabeth Elizabeth

YAY! Good job….so, I’m gonna push luck here and ask 2 last questions:

1.) Is it possible to change the way the name appears as to what post type is left? For example, my post type is “os_addjob” can I change the way that appears to my front end user?

2.) I’m not sure the front end user will understand that -1 means unlimited posts. Can we change “-1” to say unlimited?

Sorry to be a pain in the ass…I/we will make the code adjustments if you can just tell us where to do so.

Great job btw! Thank you!

September 26, 2014 at 7:08 pm 27588
Scott Scott

Looks like all of my issues in this and other tickets were resolved with
the latest update.

Thanks @Tareq

Viewing 9 Topics - 16 through 24 (of 24 total)