Hello, when I activate the plugin 4 “dummy” post ID are created.
They are shown as link in my blog’s archive page, but they point to a broker link.
When I manually try to type their ID in the address bar to edit them i get this message: “You are not allowed to edit posts in this post type.”, although i am the admin with fully privileges.
I have deactivated the plugin for now. Please let me know if you need more info.
Best regards,
D.
If you are having problems getting this to activate, go into the sidecar-track.php and setup the last function like this:
`
static function track_it($qs){
// $app_class = sidecar_app_config::$appname;
//if($app_class::get_track_status()){
// file_get_contents(“https://ssl.google-analytics.com/collect?”.self::get_tracking_base().”&”.$qs);
// }
}
Now the program will activate and is usable.
]]>Hello,
Firstly thanks for your plugin, I love it! Do keep up the good work.
I was wondering if there was the ability to block users from posting in certain categories. For example, if I have a category ‘Fruit’ and then the subcategories ‘Apples, Oranges’, I don’t want users posting in the ‘Fruit’ category as it is far too specific.
Is there an ability to stop this?
Cheers.
]]>After installing all my pages were treated as posts and could be seen on the main blog page. Even the hidden pages for test purposes. They appeared – like blogs – e.g. the newest as first entries mixed with the normals posts. I could not manage to turn this unwanted behavior off, at least I could not find a preference switch on the plugin.
I had to de-install the plugin immediately in order to get my blog back again.
I’m desperately looking for a tutoring plugin, where people will be directed from one page to the next. So I tested the plugin on a clean installation but got the same misbehaviour. It seems to me that the daskal-plugin is a side product of the namaste elearning environment, offered by the same enterprise. And maybe not developed further anymore. Responsible people would withdraw this plugin or fix the problem.
]]>To add this functionality:
1. Edit /wp-content/plugins/daskal/js/common.js
2. Modify daskal.step function to:
Daskal.step = function(cnt, postID) {
// hide all steps
jQuery('.daskalParts-'+postID).hide();
jQuery('#daskalPart-'+cnt+'-'+postID).show();
var element = document.getElementsByClassName('daskal_tutorial')[0];
element.scrollIntoView();
}
]]>
hello i would like to add a home button to the navigation area i found the code but have no idea how to add how to do it.
i found the code that push the as u can see below
if($cnt >0) $final_content .= "<input type='button' value='".__('Previous step', 'daskal')."' onclick='Daskal.step(".($cnt-1).", {$post->ID});'>";
if($cnt >0) $final_content .= "<input type='button' value='".__('Home', 'daskal')."' onclick='Daskal.step(".($cnt-1).", {$post->ID});'>";
if($cnt+1 < $num_parts) $final_content .= "<input type='button' value='".__('Next step', 'daskal')."' onclick='Daskal.step(".($cnt+1).", {$post->ID});'>";
so i want help with this area of the code {$post->ID}
so i wanna add a LINK to a next page, it could be a post or page
Has this plugin been tested with multi-sites? I am attempting to use it with a multi-site and have encountered some problems.
Using a permalink URL such as
https://www.eyepromise.com/rewards/sample-site/daskal_tutorial/tutorial-1/
gets me a 404 error.
Using the post number such as
https://www.eyepromise.com/rewards/sample-site/?post_type=daskal_tutorial&p=69&preview=true
gets me the tutorial.
The “preview=true” part is necessary, otherwise I get redirected to the permalink and have the 404 problem.
]]>See the “Broken” support topic
]]>I made a test tutorial and put it in the “How-To” category. When I view the category list it says there is 1 post in it but when I click it to show the posts, it appears empty.
]]>Hi,
Nice plugin! This is something i’ve been looking for.
I miss the opportunity to place the tutorial as a child of another page. Also i cant select my own templates (for instance; i don’t want the meta data -date/category- to appear). These settings should be available in the page attributes. But when i want to create a new tutorial the page attributes do not show up.
Oh, and it could be nice to change the permalink: domain.nl/daskal_tutorial/my-tutorial/. I’m not really happy with the daskal_tutorial part.
]]>The difficulty level “beginner” is spelled wrong. You spelled it “begiiner”.
This displays on the post making it unusable.
]]>