1

Re:

Hello !
Sorry for my english, and the translation (French version).

>> http://www.punres.org/download.php?id=372

Last edited by Ju (2005-07-17 11:14:57)

2

Re:

nobody?

(on Punres)

Re:

Nice! Man, you've done a nice job on the ctrlaltsuppr forums. They look great smile

"Programming is like sex: one mistake and you have to support it for the rest of your life."

4

Re:

Rickard wrote:

Nice! Man, you've done a nice job on the ctrlaltsuppr forums. They look great smile

Thanx, I love the code of PunBB ^^

Re:

Hm.. must have messed something up here. I get the controls ok but when I go to move a post I land on a blank screen. No errors - just a blank screen. Suggestions?

v1.2.10

Last edited by lorax (2005-11-09 22:29:02)

Re:

In order to move post from one topic to another one (1.2.10) , you can use http://punbb.org/forums/viewtopic.php?pid=63385

7

Re:

My misc.php has two erros, can i get some help? These are the erros, dont know whats wrong with them though

'Erreur posts selection'    =>    'Error: You haven't select any post',
'Deplacer posts'        =>    'Move posts',

Oh and i am using PunBB 1.2.12

Last edited by AJ (2006-06-15 16:12:48)

8

Re:

Nice tut otherwise...but can i recieve some help

Re:

AJ wrote:

My misc.php has two erros, can i get some help? These are the erros, dont know whats wrong with them though

You need to add \ before ' that appears INSIDE the string such as

'Erreur posts selection'    =>    'Error: You haven\'t select any post',
'Deplacer posts'        =>    'Move posts',