1
donavan
Re: Is there a "CashMod"-like module for Xoops?
  • 2005/3/15 4:32

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


if XOOPS ever gets crap like this I hope it's all disabled by default.



2
donavan
Re: NewBB RC3 Issues with Polls
  • 2004/12/21 3:45

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


I have same problem in newbb2 final.

Anyone have thoughts?

.dn



3
donavan
Re: Registration Flood Bot
  • 2004/12/21 3:12

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


bump



4
donavan
SOLVED: Re: Error trying to register at site:
  • 2004/12/20 2:56

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


the referer check was causing me to have strange behavior....

I solved that problem and maintained referer checking by replacing the function xoops_refcheck ($docheck=1) with the following implementation:

function xoops_refcheck ($docheck=1)
{
        
$ref xoops_getenv('HTTP_REFERER');
        if (
$docheck == 0)
        {
                return 
true;
        }
        
$secureUrl str_replace ('http:''https:'XOOPS_URL);
        if (
$ref == '' || (strpos($refXOOPS_URL) !== && strpos($ref$secureUrl) !== 0))
        {
                return 
false;
        }
        return 
true;
}


I'm happy now and have selected https support based on my custom menus...



5
donavan
Error trying to register at site:
  • 2004/12/20 0:34

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


Trying to register here on this site and form results in the following error: "Could not register new user." when clicking on the Finish button on the page after the submit page.

Has anyone see this before? I'm stumped. I also have a similar but different error after users actually get registered. I'm trying to use https for the user page features, registration and default login pages.

Can anyone please help? Not securing basic user login credentials and when they update them is very weak security practice.

Also, I'm in the #xoops channel on freenode.net if you'd like to chat in realtime. Or have me try something.

Thanks,

.dn



6
donavan
Re: forum navigation issues with newbb2 final
  • 2004/12/19 4:14

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


I opened a topic there. Thank you for the URL to that page. I've always been slightly confused over the www.xoops.org, dev.xoops.org, and the role of sourceforge.

reference message at dev.xoops.org



7
donavan
Re: forum navigation issues with newbb2 final
  • 2004/12/19 3:41

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


I understand the envelopes, my point is that in newbb2 final (and what is running on xoops.org) that the catagory is missing when I'm reading a post.

Is this expected behavior or a bug?



8
donavan
Re: forum navigation issues with newbb2 final
  • 2004/12/19 3:16

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


No, that isn't the issue. I'll try to explain using the XOOPS site.


This page shows catagories ("XOOPS Community Support forums", "XOOPS Modules Support forums", "XOOPS Themes and Templates Support forums", etc.) and main forums within each catagory ("Theme and template troubleshooting", "Theme templates and Smarty help", etc are within the catagory "XOOPS Themes and Templates Support forums").

clicking the XOOPS Themes and Templates Support forums catagory link sends the user to a page with no way to link back to the url above (This one) and gives them just the forums within said catagory.

then clicking the Theme templates and Smarty help sends me to a page where I can get back to the root page of the forums but NO link or indicator of the catagory "Theme templates and Smarty help" I'm in.

So if I have
catagories:
Product A
Product B
Product C

and each catagory has forums
Annoucements and news
bug fixes
general support

When I'm in the forum for Product B bug fixes, as a user I can't tell what product I'm reading about.

Hopefully this clears up the understanding of the issue.



9
donavan
forum navigation issues with newbb2 final
  • 2004/12/19 1:47

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


My problem is best summed up by a user in my site issues forum.

Is this something I'm overlooking or just a short coming of the XOOPS forum module?

Thanks all



10
donavan
Re: NewBB 2 finalpreview to Final migration
  • 2004/12/14 1:58

  • donavan

  • Just popping in

  • Posts: 15

  • Since: 2004/10/18


Thanks guys. It seems to have worked without any negative impact.

.dn




TopTop
(1) 2 »



Login

Who's Online

192 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 192


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