Wasca
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] Another – Replace bug html unicode chars@sixaxis Thank you, look forward to getting it.
Forum: Plugins
In reply to: [Enable Media Replace] Another – Replace bug html unicode charsWe are using the CleverCourse LMS system.
https://themeforest.net/item/clever-course-learning-management-system-theme/8645312
They save the course contents into a postmeta field.
This is a sample you could use to test with.
[{"lecture-section":"[{|gq2|lecture-name|gq2|:|gq2|test2|gq2|,|gq2|icon-class|gq2|:|gq2||gq2|,|gq2|pdf-download-link|gq2|:|gq2||gq2|,|gq2|allow-free-preview|gq2|:|gq2|disable|gq2|,|gq2|lecture-content|gq2|:|gq2|<p>|gq6|Nunc rhoncus|gq6| justo id sem tincidunt, eu congue augue venenati's. Nunc scelerisque justo et mauris ultricies, sit amet tristique erat ultrices. Interdum et malesuada fames ac ante ipsum primis in faucibus. Etiam quis libero a purus lacinia porta. Donec aliquam orci eget ante iaculis, in ullamcorper mauris lacinia. Aliquam libero ante, ultricies quis diam nec, dictum laoreet nisl. Integer ac turpis eu sapien cursus tristique. Morbi quis leo a mi vehicula faucibus non euismod dolor.</p>|g2n|<p> </p>|g2n|<p>[gdlr_button href=|gq6|https://static6.depositphotos.com/1000401/580/i/450/depositphotos_5809819-stock-photo-starry-deep-outer-space-nebula.jpg|gq6| target=|gq6|_blank|gq6| size=|gq6|medium|gq6| background=|gq6|#094074|gq6| color=|gq6|#ffffff|gq6| with_border=|gq6|yes|gq6| border_color=|gq6|#678eb3|gq6|][gdlr_icon type=|gq6|fa-file-pdf-o|gq6| size=|gq6|20px|gq6| color=|gq6|#FFF|gq6|] Download Image[/gdlr_button]</p>|g2n||gq2|}]","section-name":"Test1","section-quiz":"none","pass-mark":"","wait-time":"","wait-date":""}]
In that sample is an image, change that image to something that is uploaded to your media library. You’ll probably need to associate that image in the media library with the post you create.
Once you have that content above in your database (not sure how you’ll do it without CleverCourse, perhaps create a post with custom meta field called “gdlr-lms-content-settings” and put it in there.) then go to your media library and do a simple replace of the the image. As that image is associated with a particular post, the meta data get changed and all the ” and ‘ get swapped for unicode.
I hope that helps.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] & for Category’sThanks for the fix for this, I also had that issue. Will this fix be released in a future update?
Can anyone help me with my above request. I’m running into this issue again.
@danieliser Thank you, I have updated and all seems to be working nicely.
Forum: Plugins
In reply to: [Groups] Redirect if no access to post@jacobchano did you ever find an answer to this issue?
@danieliser Thanks for that.
I won’t mark this as resolved until the update comes through and I check it. I had a look at the open issue at github and it looks like you’ve sorted it out. Thanks for taking the time to look into it.
- This reply was modified 4 years, 7 months ago by Wasca.
@danieliser Thanks for your reply
I already have FontAwesome loading on my site but it is version 4.7.
So I tried this….
<i class="fa fa-times"></i>
… but is just returns “fa fa-times” where the close button should be.
Does your plugin allow for the use of FontAwesome 4.7, it should if it doesn’t.
@samtulana Can you try something, open the backend of one of your pages that you are having issue with and then simply click the update button to save it. Then revisit the front end of that page and see if it was fixed.
I had similar issues and I must needed to refresh the css code that was getting built.
Thank you, this has helped me.
I’d like to add to this topic.
I’m coming across the same issue, some of my forum users post up custom code as examples and the firewall is blocking them from posting it. I switched on the learning mode and while that is on there are no problem, no ones posts get blocked.
Then I turn off learning mode and the next person to post with code in their post or reply they get blocked.
I need to a way to globally allow my forums posts to be whitelisted.
I’ve tried like this hoping that it will allow to all forum posts and replies (e.g. /forum/test-forum/ or /topic/test-topic/ )
/forum/ request.body[bbp_topic_content] /forum/ request.body[bbp_reply_content] /topic/ request.body[bbp_topic_content] /topic/ request.body[bbp_reply_content]
So far the above does not work I need a way to allow these rules for all forums and topics, replies and topic edits.
While learning mode is ON I see rules like this being added.
/reply/51128/edit/ request.body[bbp_reply_content] /topic/pascal-user-inputting-text-via-a-dialogue-box/ request.body[bbp_reply_content] /topic/test-4/edit/ request.body[bbp_topic_content]
@wfdave I’ve come across this issue again.
Forum topics are being blocked even when I created new rules using
/topic/
I can see the rule being blocked by the live firewall so I created the new rule from that entry in live firewall list.
It created an entry like this.
| /topic/a-made-up-reply/ | request.body[bbp_reply_content] | 12/24/2019, 8:02:26 AM | Whitelisted via Live Traffic |
I should not have had to create that rule as I already have a rule above it that looks like this
| /topic/ | request.body[bbp_reply_content] | 10/18/2019, 5:21:06 PM | Whitelisted via Firewall Options page |
That rule should have matched and allowed the entry to work but it didn’t
@wfdave thanks for the reply, I’ll try that out.
Forum: Plugins
In reply to: [URL Params] Plugin Update+1 on this would love to see an update, Wordfence is saying that the plugin is abandoned.
Forum: Plugins
In reply to: [Simple Revisions Delete] Plugin AbandonedAny chance you could release a nominal update just so my Wordfence will stop saying it’s abandoned. My OCD is being tested ??
Yeah I know I can ignore the message in Wordfence.
Thanks for considering my request ??
- This reply was modified 5 years, 10 months ago by Wasca.