Sev
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] Sort frontend listRoland,
After practicing a little bit the 1.3.5, I found something :
when you sort a big list (in my case more than 700), it sort well the first page, but if you click on the second page the sort disappear.Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] Sort & SearchCould you tell me which lines you modified in PdBlist.class.php to have the hyperling on the Name to access the detailled info on your user ?
I did an hack which just consist in adding the column “Private ID” but your solution is much more elegant.Yes, my full site in under “Member Only” plugin, meaning that you have to register before entering.
But in previous version (or at least without the $get_by_http_request is set to “1”) it was possible to generate the PDF.I am using the user name of the connected user in other plugins that I modified, so may be I should have to do the same with your plugin ? Could you just tell me where to look at ?
I got this message :
Warning: mkdir() [function.mkdir]: Permission denied in /home/www/6abc2510c0c8c00b5f0092a4f7df2a81/web/wordpress/wp-content/plugins/post2pdf-converter/post2pdf-converter-pdf-maker.php on line 55
HTTP status code is not 200.So I manually created the folder “tcpdf-pdf” in “wp-content” with the good permissions (as on line 55) but I still have the “HTTP status code is not 200.”
Entering it in “https://httpstatus.nl/” it only gives me status code = 500.I guess there is something wrong with the rights to create the temporary PDF on my folders…
Hello redcocker,
Unfortunately I cannot give you access due to sensible information. What I can tell you is that I am using the plugin “participants-database”.
Tell me if I could launch some tests to try to debug this.Hello Roland, simple message to thank you for the Search and Sort option, that’s perfect, exactly what I wanted. Waiting for the capitals bug fix before updating definitely.
First, thanks for your efforts.
There is stil an error, I got “HTTP status code is not 200.”I unfortunately have to report the same problem. I thought it was due to my own modifications (I can display field groups depending on the role of the user), but if others reports the problem with the Admin group it means it is not related to my modifications but more of a general problem with the plugin.
I am looking at this problem, if I find something usefull, I will let you know Roland. It is certainly at line 101 of edit_participant.php.See you
SevHello Redcocker, is it complex to solve ? Or are you simply busy with other stuffs ?
Just to say that I am also supporting the “Frontend search functionality”. I was trying to code it but I will wait for your update ??
OK, understood.
In fact it was for my first upload that I needed the multi-checkbox (So I will do it manually !). You are right, in the future I will use the MySQL export.Thanks for quick reply, with this hack, it sends me back this error :
Fatal error: Cannot use object of type WP_Error as array in /home/www/6abc2510c0c8c00b5f0092a4f7df2a81/web/wordpress/wp-content/plugins/post2pdf-converter/post2pdf-converter-pdf-maker.php on line 127Line 127 is this one :
$content = preg_replace(“|^.*?<!– post2pdf-converter-begin –>(.*?)<!– post2pdf-converter-end –>.*?$|is”, “$1”, $response_data[‘body’]);Hello again Roland,
This time I try to use Regex, it works well but I am trying to do a kind of “nothing or something”.
Up to what I know it should look like #?|[A-Z]{3}# which equals to nothing or 3 letters, but this does not work. I also tried #*|[A-Z]{3}# or #|[A-Z]{3}# but it fails. I tried also #[A-Z]{0,3}# but it still continues to tell me that the field is mandatory.Is there something particular to do with your plugin or did I missed something ?
Thanks
SeverinGood, that trick works. I should have found it myself !
Thanks for your help.Moved this topic to Resolved as I changed to another host (a free one which was offering PHP 5.3 and after a paying one which was better in bandwith).