Search found 6 matches

by hhippo
Mon Mar 15, 2010 10:36 pm
Forum: Addons and Plugins
Topic: Plugin register_mod_XH
Replies: 5
Views: 3650

Re: Plugin register_mod_XH

Whew... After furious debugging I solved the captcha problem. It's in captcha.inc: line 87 imageantialias($image,true); Removing this line makes the captcha image work. This happens because I'm using Debian Lenny's PHP which is using the system's gd library instead of the bundled one. And guess whic...
by hhippo
Mon Mar 15, 2010 5:03 pm
Forum: Addons and Plugins
Topic: Plugin register_mod_XH
Replies: 5
Views: 3650

Re: Plugin register_mod_XH

Hi Gert and thanks for the response! Sorry I can't send you the server address (its still work in progress and I don't want to make it public yet) but here's some more information about the issue. I'm currently developing in my home lan and both the server and my workstation are sitting behind the s...
by hhippo
Sun Mar 14, 2010 9:35 pm
Forum: Addons and Plugins
Topic: [Advanced Search XH] weird characters before doctype
Replies: 2
Views: 1850

Re: [Advanced Search XH] weird characters before doctype

Nevermind, I figured it out. Search.php has this at line 306: echo "[".$pth['folder']['base']."]";
In case someone had the same problem it has to be commented out or deleted. Apparently some leftover debug code.

-hhippo
by hhippo
Sun Mar 14, 2010 8:35 pm
Forum: Addons and Plugins
Topic: [Advanced Search XH] weird characters before doctype
Replies: 2
Views: 1850

[Advanced Search XH] weird characters before doctype

Hi, I'm running Advanced Search plugin 1.3 with the latest CMSimple_XH 1.1.2 and I'm having a weird problem. After doing a search the text "[./]" (without the quotes) is printed in the very beginning of the html even before doctype definition. This only happens on the search results page. The charac...
by hhippo
Sun Mar 14, 2010 8:22 pm
Forum: Addons and Plugins
Topic: Plugin register_mod_XH
Replies: 5
Views: 3650

Re: Plugin register_mod_XH

Hello, I've tested register_mod_XH for maybe a week now and I have to say that I'm not going back to the memberpages plugin anymore. Thanks for the great work! The downside is that I didn't manage to get the "image" captcha working. It only displays the alt text "Verify Image" in place of the actual...
by hhippo
Wed Feb 10, 2010 3:13 pm
Forum: Addons and Plugins
Topic: Gallery_mod_XH beta merged with Securimage captcha
Replies: 0
Views: 1213

Gallery_mod_XH beta merged with Securimage captcha

Hi all, I just finished merging Gert's gallery_mod_XH beta with Holger's Securimage captcha patch from this forum. I also added a switch to plugin menu for enabling/disabling the captcha functionality. If anyone is interested in this modified plugin I can send it to them (even better if someone want...