grezom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Update reCaptchaV1 to reCaptchaV2Where I can download v3.0.2. your plugin?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Update reCaptchaV1 to reCaptchaV2I understand that complete update is the best choose, but I don’t can do it. So question is, whether is safer use my old version your addon with or without reCaptcha. Is problem allow new reCaptacha in old version?
Forum: Plugins
In reply to: [Dutch auction masters] Mail notificationStill nothing?
Forum: Plugins
In reply to: [Dutch auction masters] Mail notificationNothing idea how can do it?
Forum: Plugins
In reply to: [DW Question & Answer] Unregistered = Anonymous (missing put name)Could you write more info what and what way i have to edit? Thank you.
Forum: Plugins
In reply to: [Dutch auction masters] Special chars in "All auction view"Thank you. Issue.
original:
$item->title = (strlen($auction->title) > 18) ? substr($auction->title, 0, 16) . '...' : $auction->title;modify:
$item->title = (strlen($auction->title) > 18) ? mb_substr($auction->title, 0, 16) . '...' : $auction->title;Forum: Plugins
In reply to: [Dutch auction masters] More stars like ***Thank you, modify:
$ln = mb_strlen($bid->user_name); $repeat = $ln > 4 ? $ln - 2 : 3; $modifyname = mb_substr($bid->user_name, 0, 1) . str_repeat('*', $repeat) . ($ln > 4 ? mb_substr($bid->user_name, -1) : ''); $bid->user_name = $modifyname;Forum: Plugins
In reply to: [DW Question & Answer] Fix full width templateNobody can help?
Forum: Plugins
In reply to: [Dutch auction masters] Dont lost BidsI solved it. Condition which makes reset the bid I put in the comment. Working fine. 🙂
Forum: Plugins
In reply to: [Dutch auction masters] Dont lost BidsYes, I understand and it is logical.
But might be interesting to add this like option to the DAM settings of whether to bids will delete during editation or not.Forum: Plugins
In reply to: [DW Question & Answer] Fix full width templateAn here is a preview my file: full-width-template.php
https://dl.dropboxusercontent.com/u/73908828/dw_q%26a/full-width-template.txtForum: Plugins
In reply to: [Dutch auction masters] Bad working autocorectOne function. So simple. Thank you.
Forum: Plugins
In reply to: [Dutch auction masters] Bad working autocorectProblem still HERE.
– In my AUCTION I always give a backslash before quote.
– In POST or PAGES in WordPress, this problem is not.
– My server have magic_quotes turn off.We will send the money to those who give me functional solutions.
Thank you.Forum: Plugins
In reply to: [Dutch auction masters] Bad working autocorectSystem still modify my code.
When i click to Publish, system add before quore [“] one backslash [\]. View it is like [\”].
When i click to Visual and back to HTML system make modify to the [\"]
When i click to Modify system add next backslahs [\\"] and everything is repeated.I dont know what i have do. :-/
Forum: Plugins
In reply to: [Dutch auction masters] Allow DAM admin for EditorsI found complicated but functional solutions.