1

(5 replies, posted in PunBB 1.2 troubleshooting)

you can either be a regular user or you can be an ex-user(abit complicated)
i you are a regular user you then you will be in a group called "something 2005"
if you are an ex-user then you should be in a group called "something-ex [the year you was a user]"(this could be serveral years)
its the last part thats the most important, a user can have been a user for several years +  a user could be both an ex-user 2004 but a user 2005

2

(5 replies, posted in PunBB 1.2 troubleshooting)

darn, i would really want to see this

cant implement the punBB if this isnt an option

to bad

3

(5 replies, posted in PunBB 1.2 troubleshooting)

founde something wich bothers me, cant a user join two, or more, diffrent user groups?

this is one of the most important things for me and would really like to have this, would i need to install a mod for this to happen?

seems nice

hi

i have searched the forums and cant really find anything about this so here we go:

i was wondering if there is a mod or something like that that integrates Gallery with punBB?

that would be really, really sweet

6

(4 replies, posted in Feature requests)

well it coudl be even better, you shouldnt have the right to see forums that you aint have the right to see

7

(4 replies, posted in Feature requests)

yesh, i know there is
but that one aint hiding the forums that you aint have the rights to see

8

(4 replies, posted in Feature requests)

a thought about 1.2
you say that you might have user groups and the possibility to lock some forums that you dont wanna have some people to get access to

could you make these forumes that you dont have permision to invisible if you aint alowed to see 'em?

that would be really great and i hope if you make this sorta change that the new version will be ouy by tomorrow smile well any way it could be really good to have this and pretty soon(dont take this as preasure)

keep the good work up

it works with 1.1.3 too

okey, i get the point now that you can move the main.tpl where ever you want and then point in the header where it shall be
thats neat, but then again how can i make a lot of sites point at one forum, all shall include it in another file

say
www.whatever.com
www.helloworld.com
www.foo.com

wants to have the same forum and all of them whats to include it as say http://www.woutk.pcextreme.nl/index.php

how can i do this then?

11

(6 replies, posted in Feature requests)

oh, mighty leader shows some code then and prove the self smile

can you post a link or dumps that shows us how it works?

cant you then explain what the diffrent parts has to do with it and wich parts that should be changed?

okey, one more question

i have really tried to get this to work but i really dont understand it

say i have a box made our of css how can i now get punbb in to this box?
and dont rederict me to the templates cause they aint saying me anything

one thing that could be really neat is a calender that:

* shows date and such(duh)
* and that you could insert things that will occur and that things that has allready happened can be reflected over
* if you insert something in the calender, say a birthday, then you could comment the post so that theres a post that shows in the forum with the comment
* that the things that occur today shows somewhere in the top with a link to it
* that things can stretch over more than one day

do ya'll get what i mean?

        $sql = 'CREATE TABLE '.$db->prefix."messages (
                        id serial,
                        owner INT NOT NULL DEFAULT 0,
                        subject VARCHAR(120) NOT NULL DEFAULT 0,
                        message TEXT,
                        sender VARCHAR(120) NOT NULL DEFAULT '',
                        sender_id INT NOT NULL DEFAULT 0,
                        posted INT NOT NULL DEFAULT 0,
                        sender_ip VARCHAR(120),
                        smileys SMALLINT DEFAULT 1,
                        status SMALLINT DEFAULT 0,
                        showed SMALLINT DEFAULT 0,
                        PRIMARY KEY (id)
                        ) ";

heres the code for postgresql and it seems to work as it shall

i belive that i done it now,  but i need to test it first before i post any code

i can try it and tell wheter it will work or not

okey, but will it work then or does i need to change the queries aswell?

20

(10 replies, posted in PunBB 1.2 troubleshooting)

yes precisly
it said something like that you couldnt set null to it
but it was solved when i get rid of it and its seems to works as it shall now

its a really good mod, its just one little thing, couldnt the forums that you dont have permission to get into be invisible?

dont think that it will work at all, i belive that its a wrong create-statement when the db is created, like int(10) wont work at all

23

(10 replies, posted in PunBB 1.2 troubleshooting)

that worked splendid, thank you

24

(10 replies, posted in PunBB 1.2 troubleshooting)

that didnt work, but this seems to make it

$db->query('ALTER TABLE '.$db->prefix.'forums ADD locked SMALLINT') or error('Unable to alter table structure', __FILE__, __LINE__, $db->error());
$db->query('ALTER TABLE '.$db->prefix.'forums ALTER COLUMN locked SET DEFAULT 0') or error('Unable to alter table structure', __FILE__, __LINE__, $db->error());
$db->query('ALTER TABLE '.$db->prefix.'forums ADD locked_users TEXT') or error('Unable to alter table structure', __FILE__, __LINE__, $db->error());

wait a minute why shouldnt you use the rgb value instead if the hex value?
the rgb value is much simpler to work with and it you dont have to convert it