1

(2 replies, posted in PunBB 1.3 discussion)

thanks a lot!
i've managed to force it to use port 80 in the address bar smile

2

(2 replies, posted in PunBB 1.3 discussion)

Where is "redirect_url" determined? I'd like to modify the code so it forces it to use port 80 in the redirect_url rather than trying to find out what port the server is using. Is it in the common.js file?

This is the html code you'll find in various .php files citing "redirect_url".

<input type="hidden" name="redirect_url" value="http://.....

thanks for the replies, i'll go ahead and check that file smile

we only have one server so this punbb installation has to go there but it has to run on a different port (19000)
when we type in the url: ppmetals.network - it sends us to the punbb index, we can see it and read posts, etc
when we try to login it says it can't find a security token or something for the user and we have to click a button
after clicking that button it shows the URL bar as: ppmetals.network:19000/somefile.php and of course it goes 404 on us

sorry i didn't describe the problem better at the start, it was very late here lol

I'm running punbb on a private network. we assigned the web server its own domain: ppmetals.network
the server is running on port 19000 however our network forwards ppmetals.network to that port as well so the user doesn't have to type it in

when users get there and they try to login, the URL in the address bar changes to show the port number and then it doesn't work since the port and the IP are being forwarded as ppmetals.network:80 when its actually running on 192.168.0.69:19000

is there a way to solve this problem?

5

(8 replies, posted in PunBB 1.3 extensions)

I'm very new to using punbb software so bear with my questions.

Extensions are different than the current system of modifying the software's files to get new features right? They are plugins of sorts that don't need to be written in but just clicked-in if that makes any sense?

Will I be able to disable the extensions that I don't need or want on my board? - This is assuming the "official" extensions are bundled with the new software version.

Thanks a lot!

6

(2 replies, posted in PunBB 1.2 troubleshooting)

thank you so much!!!!
i didn't know it would be so easy!

7

(2 replies, posted in PunBB 1.2 troubleshooting)

I posted a thread before but I wasn't clear on what I wanted so I got no replies for it

I'd like to disable images on my board completely. So the bbcode for it has to be disabled, can it be done?

8

(0 replies, posted in PunBB 1.2 discussion)

I'm wondering if its easy to remove bbcodes from the punbb software. i want to remove the image and hyperlink bbcodes but retaining the rest

also, its not possible to change the default text size using bbcode in a vanilla punbb installation is it? only color, underline, bold, italics right? mainly because i'd rather users of my board not have the ability to change text sizes

love punbb, keep up the great work!