|
Post by eveready on May 22, 2010 10:12:41 GMT -8
I just have a question rather than a code request. I am trying to make a board password protected. I have found though that after typing in the password, the codes that are meant to work on the thread page do not work since instead of the URL showing something like wormocodes.proboards.com/index.cgi?board=codereqs, it shows wormocodes.proboards.com/index.cgi?The codes I have rely on matching the 'board=' in the URL, so I'm wondering if you know how to work around it so that the same codes work on a password protected board (just after the initial time of inputing the password).
|
|
|
Post by Wormopolis on May 22, 2010 14:42:24 GMT -8
to be honest I have never noticed that. that sounds more like a bug to me. I am going to have to explore what the possibilities are since I have never really played around with password protected boards.
it MIGHT be something that would require a session cookie.. but in the meantime, ask Craig or Martyn on PBS if that is intentional for some reason. perhaps they could just fix it.
|
|
|
Post by Wormopolis on May 25, 2010 20:07:34 GMT -8
according to Craig the pb_action variable can be used. its going to have to take an edit to all the codes that arent working in order to get them to work. I know you have a good grasp of some JS already, so you might already have figured out what you have to edit. if you get stuck on any code in particular, le tme know and I can find the line that needs changing.
|
|
|
Post by eveready on May 26, 2010 4:56:44 GMT -8
I think it's a bug too. Because there is no way to identify what board you are on after entering a password as far as I can tell.
I've never used password protected boards before, so I've never ran into the problem before. I had one problem code that I had to rip apart into pieces and add parts of it to about a half dozen boards. It was a pain in the butt, but I managed to get it to work. So I figure it must be a bug, because it shouldn't be that difficult. lol
|
|