towelie wrote:

So If I were to create a completely seperated version of it from punbb then the rules of GPL do not apply?

Gameballa I know you are all over my code scraps in here.

I would be if I knew what they did.. lol I am completly lost with the code... Like I said I am crap at PHP...

but I do like the idea of what your doing... Good luck on everything....

is there a simple way I could set up the cash mod to send a message with the amount of money sent to a person...

Jimmy sends 10.00 to jon.. John gets the money and a message in his private message box...

is this possible...

AN EMAIL would be fine also...

you should release it for free...just charge people if they need you to install it.. That is the "right way" to do it...

ok...

When someone clicks "Post Reply"

there is only a message form to fill out..... Correct...??

What I want is a few more forms.. to fill out on the post reply page...

then I need to be able to grab the information from those forms...

example...

when i submit a reply.. <?php echo $cur_post['message']."\n" ?> grabs the message and post it as a reply..

I want there to be

<?php echo $cur_post['message']."\n" ?>

<?php echo $cur_post['message1']."\n" ?>

<?php echo $cur_post['message2']."\n" ?>

<?php echo $cur_post['message3']."\n" ?>

<?php echo $cur_post['message4']."\n" ?>

<?php echo $cur_post['message5']."\n" ?>

forms... or however many i want....

Then I want to be able to grab that information and have it posted in the reply as well..

hope you understand this...

example. when I post a new topic there is a subject and a messege form to fill out... But when I click post reply all there is, is one messge form to fill out...  That would be ok, but I need there to be more forms that a user could fill out...  And I could post it wherever I want on the viewtopic page..



thanks if you can help...

yea i clicked on it to try and figure out how it worked.....  there should be a message that gets sent back to me telling me that I challenged you..   so I would be able to keep track of my own challenges.....

then there should be a option to make it a free challenge or a money challenge... use with Cash mod...

then there should be a way so that both of the players have to choose the same outcome...

either you won or I won... but we would have to choose the same inorder for the win or loss to count....

I may be intrested in this script after you are done with it.. if you need some ideas for it I could help ya out there.. but i am kind of shit at PHP right now

Smartys you are a genious... That helped me out with something I was working on... ;-)

www.smart.euroconsul.ru/smart_forum/index.php  thought I would post the link...

I did not know about main.tpl  I will have to do it this way on my next project...

I am new to php.. and that word concatenation has no meaning to me.. lol...  I looked it up and I do not see how that is what I was looking for...

concatenation = the act of linking together as in a series or chain

I just wanted to show it on my webpage... lol. I guess in PHP it has a whole other meaning...

Hi Smartys...

I took what you told me and tried it, but I had no luck... I looked at some of the code on bank.php and noticed that it needed to be this exactly or else I would have an error

'.$pun_user['username'].'

But you put me in the right direction and I thank you for that...

have a good day...

All I need is to show person logged in to my site using the bank...

when someone goes to bank.php I want their username to be shown... how can I do this...

I want it to look like this

Welcome to your bank: [username]

[username]  is the username of the person logged in to mysite...

Please help..

I love it...


I will have to add some of that stuff to my site.. I did not even know punbb had some of the features you posted...

I love how you can post youtube videos in the forums... amazing!!!

Pun arcade is cool to..

very hot site.. good job

um...

The cash mod does this... you would have to pay everyone manualy

just wanted to let everyone know what I did!! I feel good about myself now... ;-)

....

ability to  people to join your Clan/group... keep track all your clan members.....

42

(13 replies, posted in PunBB 1.2 show off)

My whole site is using PUNBB I love this thing!!

What do you all think!!!

www.gameballa.com

I am new to all this stuff... I recently had a 2 logins on my site.. one was for alp software and one was punbb.. if I was to intergrate it does that mean I could use just the punbb login for my site and it would work for the alp software?????

So if I had 10 different logins for all sorts of stuff.. I could do a "intergration" method so that those scripts would work for the usernames and passwords for punbb???? if so thats amazing!!

Could someone point me in the right direction on how exactly to do this???

I love how simple PunBB is but my site needs a special feature that I have not found... It would be great if someone could make a simple gaming ladder feature that could be posted with every new topic if the topic user chooses to... Similar to a poll but this is a complete ladder....


"I want my users to create game ladders with how ever many people they want... then only the topic poster could update the ladder.. or each person could update only on their name and their opponents name so they advance if its equal... And I want this incorporated with posting a new topic"

well.. after looking at it its not exactly what I wanted... :-(

I want my users to create game ladders with how ever many people they want... then only the topic poster could update the ladder.. or each person could update only on their name and their oppnants name so they advance if its equal...  And I want this incorperated with posting a new topic


I am going to suggest this...

Hi... I figured it out!!!

all you have to do is

open  "index.php"

Find where it says

ORDER BY c.disp_position, c.id

and replace with

ORDER BY c.disp_position, f.forum_name

I AM SO HAPPY NOW.. I figured this out all on my own... YA FOR ME!!! My site looks nice and neat now!! :-)

My main site www.gameballa.com

List of xbox 360 games/forums http://www.gameballa.com/dailychallenge … .php?cat=2

YOU ARE AMAZING!!! PLEASE SHARE THIS!!

48

(13 replies, posted in PunBB 1.2 show off)

thanks.. Yea I noticed there was some sort of arcade/cash mod or something on punbb resorces.. I will check it out.. thanks for the tip

49

(13 replies, posted in PunBB 1.2 show off)

I updated it.. I added some new features!!!!

I love how easy punbb is!!!


www.gameballa.com please tell me what you think so far??

Hey thanks man..

That really helped me out a lot!!!

Its funny how things are so simple....  When you know what to do...