varma
Forum Replies Created
-
Superb, that’s great..
Waiting for the update…
Keep up with your awesome support 🙂
Hi
Yes creating post under my custom post type (Coupon & Offer) don’t offer points.
Buy yes publishing posts provides points. ( pages i have marked 0 points )
Hi
Yes i have enabled 1 point each for my Custom post types under ” publishing content”. ( here is the screenshot – http://i.imgur.com/yAy0lpr.png)
But the point seems to be not getting accumulated when i write any post on this custom post types.
Ha..missed that “In case “Forum authors can receive points for creating new topics.” is not checked, forum authors will not receive points for creating new topics“
That worked out for bbPress . Now counting points
But still not able to get the two custom post types to work on my site.. I have enabled the ‘points for publishing content’. There my two custom posts are listed and i have awarded 1 point each for it.
But it seems not working. Any setting need to be changed on the custom post types?
On the way really thanks for the support.
Hi
Yes enabled bbpress hook, awarded 1 point each for newtopic, reply, forum etc.
While enabling WP_DEBUG and posting getting error from another plugin – Configure SMTP & Category pagination fix , no error coming from myCred plugin side.
Is Configure SMTP causing this issue? ( compatibility issue)
Thanks that worked.. awesome..
But another issue on my site ( its not relevant to this topic, still)
the Points seems to be not getting added while i make a topic or reply from the front-end of bbpress.
Also points are not getting added to my other two custom post types posts.I have not excluded the admin from the point collection, so he should be getting points on every post.
But it seems to be not that case.
Any help on that.
Hi
Really thanks for the reply. That worked out pretty well.
So i have now used –
<?php if ( function_exists( ‘mycred_get_users_fcred’ ) ) {
$topic_author = 1;
$type = ‘dig_cash’;
echo ‘Cash: ‘ . mycred_get_users_fcred( $topic_author, $type );
} ?>and its displaying for both logged in and logged out users.
But i see its also pulling the decimals in the points ( like3.00) which i have not used. I have set no decimal on the settings, but its show in decimal out here.
* i’m displaying the second made point system
Forum: Plugins
In reply to: [Search & Filter] Post Type Search showing Full PostOk, I have somewhat got a work around for it.
By default custom post type queryhttp://www.domain.com/?post_types=productdisplays the templates index.php file.So i changed it’s Post content to Post excerpt. Thus now only display a excerpt of the content with a read more link.
Also changed the Front page displays settings to a static page, to avoid any issues.
Hope this work around will solve some issues.
Testing around for any bugs..Forum: Plugins
In reply to: [Search & Filter] Post Type Search showing Full PostThe search parameter didn’t work out, when blank searching its simply showing all post under post types with full content :(.
And even if i put any search term still the same above result.
I think the default WordPress custom post url url is http://www.domain.com/?post_types=product ( if not rewritten) and it will show a template with full content 🙁
Any way to change the query from ?post_types=product to product with url cleaning?
If possible i think it will work as http://www.domain.com/product is working as excepted.
Forum: Plugins
In reply to: [Search & Filter] Post Type Search showing Full PostHi
I think the query
http://www.domain.com/?post_types=productis using up the single.php file and its displaying all posts under that post type.
But while using the custom post URl slug
http://www.domain.com/productits correctly loading the archive like template.
Why both using different templates instead of one? Any solution to it.
Forum: Plugins
In reply to: [Search & Filter] Post Type Search showing Full PostReally thanks for quickly reverting back.
Actually I have created two custom post types and added this function that allow all custom post types to show in search results ( this i found on another blog) –
function any_ptype_on_cat($request) { if ( isset($request['category_name']) ) $request['post_type'] = 'any'; return $request; } add_filter('request', 'any_ptype_on_cat');No edits on any temple files. I also have created respective archive pages (archive-custom post type slug) for the custom post types.
But when ever the search query runs like this – http://www.domain.com/?post_types=product the whole list of posts from the custom post type is shown (along with full content).
But When manually going to http://www.domain.com/product/ then the correct result with excerpt is showing.
Can i can partially which page shows up when querying the /?post_types=product and how can i change it?
**One more thing i’m building the template from scratch from a blank template.
RegardsForum: Plugins
In reply to: [Hammy] Custom Post Types, Flexslider?I’m also looking out for this..