sergevg
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF24 Article To PDF] [Plugin: PDF24 Article To PDF] doesn't workThanks for this solution.
Maybe a good idea to mention this method in the plugin options page.
This seems to leave me with the problem, the link can only be at te bottom of the content, but I can live with that.
Many thanks and keep up the great work.
Forum: Plugins
In reply to: [PDF24 Article To PDF] [Plugin: PDF24 Article To PDF] doesn't workI installed a fresh installation with only the necessary plugins.
https://www.coachingweb.be/blog/
login: sergevg
password: pdf24this is the link to the place where the link-plugin should show up, when activating the article plugin, this one works, the link-plugin doesn’t.
Could be indeed that buddypress doesn’t load the link-plugin, but it does load the article plugin.
On this page, there is also a link to the editor, you can edit the templates directly in wordpress.
I hope you can help me, thanks
Forum: Plugins
In reply to: [PDF24 Article To PDF] [Plugin: PDF24 Article To PDF] doesn't workMany thanks ??
Forum: Plugins
In reply to: [PDF24 Article To PDF] [Plugin: PDF24 Article To PDF] doesn't workThe link feature is activated in the plugin.
When I activate the article plugin, is shows at the right place, when I activate the link plugin, it doesn’t show.
I have a testsite. I changed the password, to give you access.
https://www.coachingweb.be
User : sergevg
login : pdf24
https://www.coachingweb.be/blog/groups/test/courseware/lecture/ggtrI want to make only the lectures in courseware printable.
It works fine with the article plugin, but doen’t work with the linkplugin.Now, both article and link plugin are active.
The link code is where it should be… I think
The template file is located here
buddypress-courseware/groups/templates/single_lecture.phpThanks for responding to my questions.
Forum: Plugins
In reply to: [PDF24 Article To PDF] [Plugin: PDF24 Article To PDF] doesn't workThe plugin is activated, I think.
This is the dump of the active-plugins parameter in the WP_options table.
If I put text just before the link, the text shows at the right place, the link is not visible, also not visible in sourcecode of the page.
**************The script-code****************
<div id=”lecture-content” class=”courseware-content-wrapper”>
<h4 id=”lecture-title” class=”courseware-title”>
<?php echo get_the_title( $lecture->ID ); ?>
</h4>
<div id=”lecture-body” class=”courseware-content”>
<?php pdf24Plugin_link(‘MY_LINK_TEXT’); ?>
Just text to show where the plugin is
<?php the_content(); ?>
</div>
</div>
************the result code by the browser**************
<div id=”lecture-content” class=”courseware-content-wrapper”>
<h4 id=”lecture-title” class=”courseware-title”>
Lecture – title </h4>
<div id=”lecture-body” class=”courseware-content”>
Just text to show where the plugin is
<p>this is the content text of the lecture…. </p></div>
</div>***********the content of the WP_options table *** Active-Plugin field********
a:22:{i:0;s:45:”advanced-code-editor/advanced-code-editor.php”;i:1;s:26:”autochimp/88-autochimp.php”;i:2;s:19:”bp-album/loader.php”;i:3;s:30:”bp-group-control/bpgc-core.php”;i:4;s:41:”bp-group-frontpage/bp-group-frontpage.php”;i:5;s:43:”bp-group-management/bp-group-management.php”;i:6;s:27:”bp-group-reviews/loader.php”;i:7;s:36:”buddypress-courseware/courseware.php”;i:8;s:38:”buddypress-group-wiki/bp-groupwiki.php”;i:9;s:24:”buddypress/bp-loader.php”;i:10;s:53:”codestyling-localization/codestyling-localization.php”;i:11;s:36:”contact-form-7/wp-contact-form-7.php”;i:12;s:21:”dynapoll/dynapoll.php”;i:13;s:31:”famous-quotes/famous-quotes.php”;i:14;s:44:”inspirational-quotes/inspirationalquotes.php”;i:15;s:28:”pdf24-posts-to-pdf/pdf24.php”;i:16;s:39:”quotes-collection/quotes-collection.php”;i:17;s:41:”simple-daily-quotes/SimpleDailyQuotes.php”;i:18;s:47:”u-buddypress-forum-editor/u-bp-forum-editor.php”;i:19;s:25:”ultimate-tinymce/main.php”;i:20;s:24:”wordpress-seo/wp-seo.php”;i:21;s:25:”wpquotidian/quotidian.php”;}