Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - CRONUS

Pages: [1]
1
Bugs / JS error in SMF 2.0.2 Shop 3.1
« on: February 07, 2012, 02:50:53 am »
In "Find member" popup when you click on a user, you get Java Script error:
Quote
theTextBox is null

It is triggered by:
Code: [Select]
if (theTextBox.value.length < 1 || ', ' == 'null')
                    theTextBox.value = "\"" + name + "\"";

Any ideas how to fix that?

2
Items / Request: Theme selection
« on: February 22, 2007, 06:05:14 pm »
Idea - let users buy a theme if it's disabled in forum admin center :)

3
Items / Random money or Shop bug ?
« on: January 19, 2007, 04:13:39 pm »
When i try to use "Random Money" item I get:
Quote
Database Error
Please try again. If you come back to this error screen, report the error to an administrator.

By the way it's in this site :)

4
Items / Item request: Lotery
« on: January 04, 2007, 05:51:05 pm »
I'm not good at coding but thought it might be interesting :)
Let's say some users buy a "ticket" or more with random numbers (money goes to lotery bank) and then every week (ex. every sunday) some random numbers are selected. If user has a ticket with 3 or more matching numbers, he gets some % from bank. If there are more than one user, they get equaly.
There also should be some kind of info page where you coud check how many ticket are sold (before lotery) and what numbers were and who won (after lotery).
I think this item would require a package and a cron job (not sure cause i'm not good at coding)
What do you think about that? :)

Tried to explain it simple, but sorry for my english ;)

Pages: [1]