71
BradM
Re: Request: restrict email during signup
  • 2003/12/9 5:36

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Yikes! I totally missed this setting. I remembered the one for usernames, but somehow completely forgot about the other. Thanks for pointing it out. :)


Brad



72
BradM
Request: restrict email during signup
  • 2003/12/8 18:48

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Hi,

I'm looking for any ideas or solutions to restrict email addresses used during user registration (for example, don't allow any email addresses from hotmail.com).

I was thinking perhaps I could use some sort of javascript check when the initial form is being filled out, or perhaps something more thorough such as the check done for account names?

Any suggestions are appreciated.


Brad



73
BradM
Re: Modifications made to my theme.html arent appearing ?
  • 2003/12/6 10:14

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


This one drove me nuts too, but I figured out what I did wrong.

When I copied the existing "default" theme into my new theme, I forgot to make an important change: within the theme.html file, there are 5 references to the theme directory name.

So just change these instances of "default/" to whatever your new theme directory is called, and that should do it.


Brad



74
BradM
Re: WebSlave Project - a project managment tool
  • 2003/8/21 6:52

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


I get the same error.

EDIT> the problem is the two underscores, it should only be one: _getSubTasks. I made this change, and it works fine now.

Brad



75
BradM
Re: WebSlave Project - a project managment tool
  • 2003/8/20 8:15

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Hi,

I made the fix and tried again, but I still get a blank page. I'm sort of new to php so if you have any other suggestions, please let me know!

Thanks,
Brad



76
BradM
Re: WebSlave Project - a project managment tool
  • 2003/8/18 6:01

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Hi, I was testing out 0.5, and after adding a task, I'd end up at a blank page (but the task was added). When I try to delete a task, after the confirmation page, it isn't deleted, and I end up on a blank page.

I downloaded 0.6.5 and uploaded over the existing files, then used XOOPS mod admin to update the files. But I'm still getting these errors.

Any ideas?


Brad



77
BradM
Re: Glossary Module with bb-code or html-code
  • 2003/8/15 23:59

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Okay I figured this one out -- I'm new to this whole thing, so use this hack at your discretion, but it seems to work.

Edit the following files:

function.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire-aff.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire-rech.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire.php (for the marquee block):
After $definition = $myts->makeTboxData4Show($myrow['definition']); add this line:
$definition = $myts->xoopsCodeDecode($definition, $allowimage = 1);

Note: this will only convert XOOPS code, I couldn't figure out a way to convert HTML. If you want to add more XOOPS code, check out the xoopsCodeDecode function in /class/module.textsanitizer.php.


Brad



78
BradM
Re: Glossary Module with bb-code or html-code
  • 2003/8/15 22:28

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


^^ bump ^^




TopTop
« 1 ... 5 6 7 (8)



Login

Who's Online

149 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 149


more...

Donat-O-Meter

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

Latest GitHub Commits