I believe their was one made but it wasnt released as a mod. Someone made it for their own forum and because so many people requested it the guy posted the code somewhere on this forum.

I believe it is in the 'Show Off' section somewhere, try using the search function and see what you can turn up.

Yes you should delete install.php

Thanks for the link, that worked fine for adding new pages but didn't work when I tried to integrate my store into punbb. They are in different folders. The board is in /board and the store is in /catalog

Is their any other way of loading a page within my punbb template similar to the images i posted?

Thanks big_smile

My menu will have a link to my main site and online store in the punbb menu (added through admin/options). How can I move all of the other links on the board to be right-aligned? I have drawn up a quick example below:

http://www.izzy.34sp.com/punbb_help.jpg

Thank you! big_smile

After a user has logged in I want them re-directed straight to board.php instead of index.php . Which file/code should I be editing to do this? Thanks!

281

(68 replies, posted in PunBB 1.2 discussion)

I'm a good boy, I have donated and kept all copyright notices in place on all of my punbb forums big_smile

I am working on a html version of the Dolls site but Google hates us anyway sad Will be online in afew days smile

Haha and yeh he is a Mick Jagger clone big_smile

Anyone? I'm still having trouble working this out sad

The users password to access my database had to be changed and now my punbb doesnt work (presumably becos it is sending the old password). Where in the punbb files can I change what my database password is?

Thanks!

Go to your folder 'includes' and open 'functions.php'. Somewhere around line 230-240 you will see code something like this:

    // Index and Userlist should always be displayed
    $links[] = '<li id="navindex"><a href="index.php">'.$lang_common['Index'].'</a>';
    $links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';

    if ($pun_config['o_rules'] == '1')
        $links[] = '<li id="navrules"><a href="misc.php?action=rules">'.$lang_common['Rules'].'</a>';

    if ($pun_user['is_guest'])
    {
        if ($pun_user['g_search'] == '1')
            $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';

        $links[] = '<li id="navregister"><a href="register.php">'.$lang_common['Register'].'</a>';
        $links[] = '<li id="navlogin"><a href="login.php">'.$lang_common['Login'].'</a>';

Comment out whatever links you don't need I believe

lol I gave up trying to install this mod months ago, I don't know what I was doing wrong but I must have tried at least 20 times. I probably messed it up the first time I ran install.php and that messed it up for good.

Not having PMS has its advantages, no-one can bitch about each other behind other peoples backs - everything is out in the open and flame wars a-plenty big_smile

Looking good pokemon, hope one day I will find a use to get some photos on my board wink

555|STi wrote:

I used a little .swf as a title. you can see it in http://foro.club4-40.cl

The green hurts my eyes, think you could make it a little brighter?

*bump* I will need this thread in an hour or so lol so bumping it now. Apologies in advance for re-hashing an old topic.

Ditch the dark green background and then make the text dark green big_smile

Other than it hurting my eyes it looked awesome! Nice work!

Maybe it is just for me but on the index of this forum (forums.punbb.org/index.php) your Google Ads are all in a foreign language.

Since a majority of visitors on this board are english-speaking maybe you should try changing them so they get more hits. Anyone else seeing these or is it just my eyes going blurry?

Hey guys!

I'm sure their is a mod out their that I need but Im not sure what it is, I think it is something to do with using a PunWrap. I tried searching but came up empty-handed sad

I have set-up a new board (non-live) and I'm working on creating my store with oscommerce. Although I do not plan on intergrating the 'logins' I have set my store up to have the exact same appearance as my forum. Adding an additional menu item I would like the user to be able to jump from board to store (and vice-versa) without noticing a change. I have drawn up what it should ideally look like:

Board currently looks like:

http://www.izzy.34sp.com/Image7.jpg

When the user clicks 'Ju Ju Store' I want the message board menu to stay there and have the store load beneath like I've shown in the image below.

http://www.izzy.34sp.com/Image8.jpg

The store is a seperate .php file that I presume just needs wrapping but I don't know how to do this so any help would be appreciated.

Thanks for any input,
Will

292

(18 replies, posted in Feature requests)

Marvin, sorry I cant help you but I'm interested in the same question. I always ignore Google ads but I know someone that makes $4000 a year from them (it is a huge space website approved by NASA though). Would anyone here recommend Google Ads?

293

(34 replies, posted in Feature requests)

I would like to request a punbb tshirt big_smile I would gladly pay upto $20 for a tshirt and will support Punbb in my hometown tongue

Have a little logo on the front and "Unfortunately no one can be told what PunBB is - you have to see it for yourself" written on the back.

I would like to see a possibility of having osCommerce and punbb integrated.

I don't know how to do this, can anyone here make this feature possible? Or should I be asking the boys and girls over at the oscommerce site this question?

Thanks,
Will

I can't help unfortunately, I wouldn't know where to start sad I would love to see integration between oscommerce & punbb though. Is anyone out there able to do this?

I have made a few different board styles for punbb and would like to know how to make a style previewer similar to the one on punres

They have links which just say 'Preview Here' and each URL is like:

http://www.punres.org/files/styles/st_51/index.php

You dont have to go to your profile to change the style, you simply click on a link to preview it. How do I set something like this up?

Any help would be much appreciated,
Thanks,
Will

Works now, thanks for the awesome mod chd smile

298

(1 replies, posted in PunBB 1.2 show off)

Very nice, I really like the design smile

I have got it to work ok:

www.new-york-dolls.com/board/chat.php

but I how do I specify my exact chatroom? I thought it had worked as I logged in, but from a test account I logged in from my flatmates computer and it made him a new chatroom instead of joining mine.

I am creating a website for a musician who would like an organic/nature feel to the website. He sent me some photos of fish he wanted on the site and I decided to create something a little more dynamic for him.

http://www.izzy.34sp.com/fish.swf

On the frontpage of the site I want that animated fishtank (made in SwishMax). I want to create a PHP script/database that records how often the fish are fed. I want visitors of the site to have the option of 'feeding the fish'. If the fish aren't fed at least once every 6 hours they will die  :cry: I would like a real-time clock that also displays 'when the fish were last fed' and 'time remaining to feed fish again'.... when someone feeds them it resets the timer to say 6 hours before fish die etc...

Is this possible? Am I right in thinking that it has to be done in PHP/mysql? If someone could donate a little time to me on this project I would be very greatful, please spout forth your ideas big_smile

Thank you,
Will
admin@new-york-dolls.com