1
Jynxter
Re: Xoops 2.3 Module Profile 1.5 - New Reg: xoopsformcaptcha issue
  • 2008/10/2 18:12

  • Jynxter

  • Just popping in

  • Posts: 3

  • Since: 2007/6/25


I could have swore I replied to this thread already...

To (I think) answer your Question:
ImageMagicK: Not available
NetPBM: Not available
GD1 library: Not available
GD2 library: Autodetected: bundled (2.0.28 compatible)

Here is what I did to fix the problem.

I looked at the core 2.3 Register.php file, and then opened the register.php and forms.php found in the profile module, and made the following updates:

modules/profile/register.php
line 126-130
xoops_load("captcha");
        
$xoopsCaptcha XoopsCaptcha::getInstance();
        if (! 
$xoopsCaptcha->verify() ) {
            
$stop .= $xoopsCaptcha->getMessage();
        }


modules/profile/include/forms.php
lines 337-340
if ($step_no == 1) {
        
xoops_load("XoopsFormCaptcha");
        
$reg_form->addElement(new XoopsFormCaptcha());
    }


And this resolved the problem.



2
Jynxter
Xoops 2.3 Module Profile 1.5 - New Reg: xoopsformcaptcha issue
  • 2008/10/2 17:10

  • Jynxter

  • Just popping in

  • Posts: 3

  • Since: 2007/6/25


Upgrade XOOPS from 2.0 to 2.3.
After I enabled Profile, new users are unable to register.

xoops/modules/profile/register.php Yields the following error

Fatal error: Cannot instantiate non-existent class: xoopsformcaptcha in /home/public_html/xoops/modules/profile/include/forms.php on line 338

I would like to keep the captcha, rather then disable it, but I have no idea why this is happening.

Any thoughts?



3
Jynxter
CBB 3.08 ; Block to Show Starting Post from specific Forums
  • 2007/7/10 17:08

  • Jynxter

  • Just popping in

  • Posts: 3

  • Since: 2007/6/25


Hey all,
I've been trying to figure out how to do this.

Software:
XOOPS 2.2.5-rc2
CBB 3.08

Basicly, I don't have need for a news module, those are a bit overkill for what I'm trying to do.

I'm looking to show actual Posts in a Block to use on the Top Page.

More specific,I have an "Announcements" Forum. I want to get the Starting Posts of threads in this forum (say 3 most recent), and put them on the frontpage in a Block. This is to make this act like a psudo-news place, but using the forums as a single point for further conversation, instead of using the comment system.

I had hoped there would be an included Block with CBB 3.08 with this functionality, but I only have four Blocks:
Authors
Recent Posts
Recently Replied Topics
Recent Topics

All of which do not show the actual content of anything, just the Header information.

If anyone can point me in the right direction, it would be much appreciated!




TopTop



Login

Who's Online

115 user(s) are online (46 user(s) are browsing Support Forums)


Members: 0


Guests: 115


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits