Michael
Forum Replies Created
-
Forum: Plugins
In reply to: [teachPress] [Plugin: teachPress] ufficient permissions to access this page.Hi,
Which URL is displayed in your browser, if you see the error message?
Forum: Fixing WordPress
In reply to: [teachPress] [Plugin: teachPress] filter tplist by author(s)Ok, direct filtering about the author field is not possible with the plugin, but you can use tags instead.
For example:
If you have publications by an author called “john doe”, you can set for each of this publications a tag called “doe”.
Now with the ID of the tag, in this example 42, you can use tplist to generate a list of this author:
[tplist tag="42"]
It’s surely not the prettiest way, but it could be work.
Forum: Plugins
In reply to: [teachPress] [Plugin: teachPress] File attachmentHi,
currently not. If I find a way to use the WordPress Uploader for more than one input field, than it could be possible in future. ??Forum: Fixing WordPress
In reply to: [teachPress] [Plugin: teachPress] filter tplist by author(s)Hi,
for hardcoded filtering, you can use:
[tplist user="x"]
or[tpcloud id="x"]
The “x” you must replace with the WordPress User-ID of the author.Forum: Plugins
In reply to: [teachPress] [Plugin: teachPress] Editing citation styleYep, that’s the right location in the source. ??
I think it could be a good idea, if I implement an additonal sort option in the shortcodes…
Forum: Plugins
In reply to: [teachPress] [Plugin: teachPress] Editing citation styleHi,
If you want to change the order of publication details, you must edit the file “core/bibtex.php” The designs “std” and “simple” are defined in the function “tp_get_publication_html”. The order of publication details you can change in “tp_publication_advanced_information”
Forum: Plugins
In reply to: [WP Admin Microblog] [Plugin: WP Admin Microblog] Date/time postedOk, I think I have found the problem. It would be grateful if you can do the following:
Under https://www.mtrv.kilu.de/wp-admin-microblog.zip you will find a zip-file. Please download and extract it. After that replace the file in the original plugin directory (normally: wp-content/plugins/wp-admin-microblog/)with file from the zip-archive.
This bugfix allows the plugin to use the timezone settings of your WordPress blog.If you post a message after replacing the file, it must be work correctly.
Forum: Plugins
In reply to: [WP Admin Microblog] [Plugin: WP Admin Microblog] Date/time postedSorry, but I can’t find any bug. Is the plugin displaying the “6 hours ago” directly after the post has posted? What is displaing an hour after you have posted?
Forum: Plugins
In reply to: [WP Admin Microblog] [Plugin: WP Admin Microblog] Doesn't show upHi, the feature is now available with the newest version (0.9.6). So you can enable or disable the function separate for all user groups. I hope you like it. ??
Forum: Plugins
In reply to: [WP Admin Microblog] [Plugin: WP Admin Microblog] Doesn't show upHi,
the plugin allows to select, which user group can use the plugin (default: only administrators). You can change it under Settings–>WP Admin Microblog.
It’s corrently not possible to enable or disable the “as a blog post”- feature, but it’s a good idea for a prospectively feature.
Forum: Plugins
In reply to: [teachPress] [Plugin: teachPress] Edit course and more questionhow do i create a custom register form???
Complete custom register forms are currently not possible, sorry
can the time be alter to include hours:minutes
Not yet, but it’s a interested feature request
best way to get a custom look and feel??
You find in the plugin directory under ‘css’ the file teachpress_front.css. Cut out the source and copy all in your theme CSS. Now, edit what you want
settings teachPress > Courses >> what’s exactly the difference use or relationship between Courses of Studies vs Term vs Types of Courses
Where is now direct relationship between this three. You only define, what is available in the select menus
how do i set the course of studies and show a list of course of studies.
I’m not sure what you mean with “set the course of studies”? – showing a list of courses of studies is not possible
where in wp_teachpress_courses table does the course of studies gets saved??
Courses of studies are not saved there. Courses of studies are only have a relationship to users.
i see parent but how to use this???
A parent course is a normal course with sub courses. You can set a course in other courses as a parent (if the course has no parents themselves). It’s only a relationship between courses, not more.
i like to use course of studies a the parent
Why?
Forum: Plugins
In reply to: [teachPress] [Plugin: teachPress] course short codeFor that, what you want to display, you need in general only
<!--LVS-->
or<!--LVS2-->
, but not both. The difference is, that the first string displays a list of all courses with inferior courses and a registration. The second one displays only a list of courses without a registration and without inferior courses.The “tpdate”-Shortcode is only for displaying some information of a single course in a page or post.