Muhammad Muhaimin
Forum Replies Created
-
(edited from above)
- The letter L and Q in the course curriculum. They are currently coded in a CSS file.
- The placeholder in editing section name,
Enter the section name and hit enterandType section's name and hit enter.
In Edit Quiz…
- The word
-Or-near add new question. - The label
Question Explanation.
I also suggest the possibility to translate these…
- The word L and Q in the course curriculum. They are currently coded in a CSS file.
- The placeholder in editing section name,
Enter the section name and hit enterandType section's name and hit enter.
I also suggest the possibility to translate these…
- The word L and Q in the course curriculum. They are currently coded in a CSS file.
- The placeholder in editing section name,
Enter the section name and hit enter.
+ this one…
Using Poedit, an error occured when I update source from
default.pot.
In some plural strings, they contain onlymsgstr[0]withoutmsgstr[1].There are more 🙂
inc/custom-post-types/quiz.php:118templates/profile/quiz-content.php:13templates/quiz/result.php:10- Some strings in
inc/admin/meta-boxes/fields/class.course-lesson-quiz.php
They are missing the $domain parameter.
Yes, it happens to my settings too.
Forum: Plugins
In reply to: [LearnPress - Course Review] blocked course reviewOh, I’m sorry, I’ve made a mistake.
The default style of the course content is full-width to screen, so I used custom style to make it the same width as the site content and make it “center screen”, 50% left and -50% translate (CSS3 2D Transform).
I just realized that I should make it “center to the parent div”, so I changed my custom style.
Very nice, the review form is no longer blocked, I can use it now.Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Time zoneOh, I need that too.
Unfortunately, there are no global settings for this plugin,
and there are no filter(s) for this variable:$mlw_quiz_info->time_takenor this:
$quotes_listor its root:
$mlw_quiz_dataSo we can’t modify anything with filter, unless you want to edit the plugin, especially in
/includes/mlw_results.php.Forum: Plugins
In reply to: Updraft error message: "Google Drive: Account is not authorized."I got that message too after I’ve done the authentication with Google.
But that message was displayed with another error message explained in this page:
http://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/I did the Short-cut,
but the backup progress didn’t finish.
So I read the rest….First, I did the manual reload every 5 minutes,
still no success.
Perhaps, my last reload exceeded 5 minutes.Second, I signed up with a facility.
Easycron Free has the minimum interval of 10 minutes:
https://www.easycron.com/user/register
But Pingdom Free can do it every minute! So I tried it.
Yes, my first backup to Google Drive succeeded!And you know, the error message has dissapeared!
What a relief 🙂Forum: Plugins
In reply to: [Dashboard Notes] Note only on DashboardI enter this in the widget:
/yes, the note(s) appear on the Dashboard entrance page.
but that can’t be mixed withindex.php.Forum: Plugins
In reply to: [Dashboard Notes] Dashboard onlyI enter this for plain wp-admin:
/but that can’t be mixed with
index.php.Forum: Plugins
In reply to: [Allow PHP in Posts and Pages] echo -ing HTML tags results in … nothingI got a solution!
it makes me crazy, but yes, it works.we have to decode the unicode character…
< is \u003C
> is \u003Eso, nilfisk8, your code will be…
$left = json_decode('"\u003C"'); $right = json_decode('"\u003E"'); echo $left."div id='silverlightControlHost'".$right;Forum: Plugins
In reply to: [Allow PHP in Posts and Pages] echo -ing HTML tags results in … nothingI follow this instruction for a while:
http://bbpress.org/forums/profile/vanillalounge/replies/
and I change the return value to
false.This is my only solution for now.
I know, this is not private reply compliant.
With this filter, any forum posts will not reported in the activity streams.