Private_Message_System_v1.0.2 works on 1.1.2 without troubles.
just change line 12 in install_mod.php
from
$punbb_versions    = array('1.1');
to
$punbb_versions    = array('1.1.2');

and I have a question, what about notification to users about new PMs avaivable in their message boxes? unlike IPB pop-up script`s etc...
I think that it would be great if new messages will be appear after forums   topic.

2

(6 replies, posted in General discussion)

when a mods released and added to http://punres.cactuz.nu/
they are removed from here?

This mod works with RC 2 as well as RC 1.
what about 1.0.1?

in russian opera is very popular also

5

(7 replies, posted in Archive)

Stek
???????? ? ???? ??? Kennel ??? ???? ?????? wink

Kennel

IRC

where to find u?

I am about transtation in RUS.. where I can get this mod to translate them?

8

(0 replies, posted in Archive)

##
##
##        Mod title:  Translit
##
##      Mod version:  1.0
##   Works on PunBB:  1.0.1
##     Release date:  2003-08-31
##           Author:  Farch (mix2003@hot.ee)
##
##      Description:  ????????? ? ??????? ????? ???? ?? ????? ? ??????????,
##                    ??????? ????????? ?????????????? ?? ???????? ?
##                    ????????.
##
##   Affected files:  viewtopic.php post.php edit.php
##
##       Affects DB:  No
##
##            Notes:  
##
##                    Generated with ModGenerator (http://modgen.cactuz.nu/)
##                    on: 2003-08-31 20:01:10
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##


#
#---------[ 1. UPLOAD ]-------------------------------------------------------
#

translit.html to /

#
#---------[ 2. OPEN ]---------------------------------------------------------
#

post.php

#
#---------[ 3. FIND (line: 396) ]---------------------------------------------
#

?>

#
#---------[ 4. AFTER, ADD ]---------------------------------------------------
#

<script language='javascript'><!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {if (posleft != 0) { x = posleft }if (postop  != 0) { y = postop  }if (!scroll) { scroll = 1 }if (!resize) { resize = 1 }if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {X = (screen.width  - width ) / 2;Y = (screen.height - height) / 2;}if (scroll != 0) { scroll = 1 }var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');}
//--></script>

#
#---------[ 5. FIND (line: 427) ]---------------------------------------------
#

<b><?php print $lang_common['Message'] ?></b>  <br><br>

#
#---------[ 6. AFTER, ADD ]---------------------------------------------------
#

<a href="javascript:PopUp('translit.html','ZTransl','360','350','0','0','0','0')" 
title='?????? ???????? ?????? ?? ????????? ? ????????'><b>????????</b></a>  </br>

#
#---------[ 7. OPEN ]---------------------------------------------------------
#

edit.php

#
#---------[ 8. FIND (line: 174) ]---------------------------------------------
#

?>

#
#---------[ 9. AFTER, ADD ]---------------------------------------------------
#

<script language='javascript'><!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {if (posleft != 0) { x = posleft }if (postop  != 0) { y = postop  }if (!scroll) { scroll = 1 }if (!resize) { resize = 1 }if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {X = (screen.width  - width ) / 2;Y = (screen.height - height) / 2;}if (scroll != 0) { scroll = 1 }var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');}
//--></script>

#
#---------[10. FIND (line: 193) ]---------------------------------------------
#

<b><?php print $lang_common['Message'] ?></b>  <br><br>

#
#---------[11. AFTER, ADD ]---------------------------------------------------
#

<a href="javascript:PopUp('translit.html','ZTransl','360','350','0','0','0','0')" 
title='?????? ???????? ?????? ?? ????????? ? ????????'><b>????????</b></a>  </br>

#
#---------[12. OPEN ]---------------------------------------------------------
#

viewtopic.php


#
#---------[13. FIND (line: 149) ]---------------------------------------------
#

?>


#
#---------[14. AFTER, ADD ]---------------------------------------------------
#

<script language='javascript'><!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {if (posleft != 0) { x = posleft }if (postop  != 0) { y = postop  }if (!scroll) { scroll = 1 }if (!resize) { resize = 1 }if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {X = (screen.width  - width ) / 2;Y = (screen.height - height) / 2;}if (scroll != 0) { scroll = 1 }var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');}
//--></script>


#
#---------[15. FIND (line: 417) ]---------------------------------------------
#

<b><?php print $lang_common['Message'] ?></b>>  <br><br>


#
#---------[16. AFTER, ADD ]---------------------------------------------------
#

<a href="javascript:PopUp('translit.html','ZTransl','360','350','0','0','0','0')" 
title='?????? ???????? ?????? ?? ????????? ? ????????'><b>????????</b></a>  </br>


#
#---------[17. SAVE/UPLOAD ]--------------------------------------------------
#

translit.html

<HTML>
<HEAD>

<TITLE>ZTransliter v1.0</TITLE>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<STYLE TYPE="TEXT/CSS"><!-- a {text-decoration: none; color:white} 
tr {  font-family: Verdana; font-size: 12px; background-color: #FAFAFA; text-align: center;} 
textarea { width: 340px;} .button {  font-size: 11px;  border : 1px solid #002854; 
font-weight : bold;  background-color : #D8DCE1;   }--></STYLE></HEAD>
<BODY BGCOLOR="#EEEEEE" TEXT="#000000" LEFTMARGIN="5" TOPMARGIN="5" MARGINWIDTH="5" MARGINHEIGHT="5">
<SCRIPT>Lat=new Array("''","w","j","yu","ye","ya","zh","'","ch","c","u","k","e","n","g","sh","z","x","q",
"f","yi","v","a","p","r","o","l","d","s","m","i","t","b","y","ZH","W","J","YU","YE","YA","CH","C","U","K",
"E","N","G","SH","Z","X","Q","F","YI","V","A","P","R","O","L","D","S","M","I","T","B", "Y");
Rus=new Array("?","?","?","?","?","?","?", "?","?","?","?","?","?","?","?","?","?","?","?","?","?","?",
"?","?","?","?","?","?","?","?","?","?","?","?","?","?","?", "?","?","?","?","?","?","?","?","?","?",
"?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?", "?")
function LatRus(flag) {if (flag==1 || (flag==2 && document.trform.realtime.checked))
 {str=document.trform.textlat.value;for (i=0;i<66;i++){re=RegExp(Lat[i],"g");
str=str.replace(re,Rus[i]);} document.trform.textrus.value=str;
 if (opener && document.trform.openerwrite.checked) {opener.document.req_message.Post.value=str;}}}</SCRIPT>
<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=1 BGCOLOR=black WIDTH=350><TR><TD COLSPAN=6 TITLE="©
 2002 zapimir" STYLE="background-color:navy"><B><A HREF="http://zbookpro.net/" TARGET=_blank>ZTransliter v1.0</A>
</B></TD></TR><TR><TD COLSPAN=6>???????</TD></TR><TR><TD>? - a</TD><TD>? - b</TD><TD>? - v</TD><TD>? - g</TD>
<TD>? - d</TD><TD>? - e</TD></TR>
<TR><TD>? - j</TD><TD>? - zh</TD><TD>? - z</TD><TD>? - i</TD><TD>? - y</TD><TD>? - k</TD></TR><TR><TD>? - l</TD>
<TD>? - m</TD><TD>? - n</TD><TD>? - o</TD><TD>? - p</TD><TD>? - r</TD></TR><TR><TD>? - s</TD><TD>? - t</TD>
<TD>? - u</TD><TD>? - f</TD><TD>? - x</TD><TD>? - c</TD></TR><TR><TD>? - ch</TD><TD>? - sh</TD><TD>? - w</TD>
<TD>? - q</TD><TD>? - yi</TD><TD>? - '</TD></TR>
<TR><TD COLSPAN=2>? - y?</TD><TD COLSPAN=2>? - yu</TD><TD COLSPAN=2>? - y?</TD></TR><FORM NAME="trform"><TR>
<TD COLSPAN=6><TEXTAREA NAME="textlat" ROWS="5" COLS="30" onKeyUp='LatRus(2);'></TEXTAREA></TD></TR><TR>
<TD COLSPAN=6 HEIGHT=25 VALIGN=MIDDLE><INPUT TYPE="BUTTON" VALUE="????????" onClick='LatRus(1);' 
TITLE="???????????? ? ????????" CLASS=button>
<INPUT TYPE="checkbox" 
NAME="realtime" 
CHECKED TITLE="??????? ? ???????? ? ???????? ???????" value="ON">RealTime 
<SCRIPT>if(opener) document.writeln('<INPUT TYPE="checkbox" NAME="openerwrite" 
CHECKED TITLE="?????????? ????? ? ???????? ?????">OpenerWrite');</SCRIPT>
</TD></TR><TR><TD COLSPAN=6><TEXTAREA NAME="textrus" ROWS="5" COLS="30">
</TEXTAREA></TD></TR>
</FORM>
</TABLE>

</BODY>

</HTML>

post.php , line 427

<a href="help.php#img" target="_blank">[img] tag</a>: <?php print ($permissions['message_img_tag'] == '1') ? $lang_common['on'] : $lang_common['off']; ?>  <br>
<a href="help.php#smilies" target="_blank">Smilies</a>: <?php print ($options['smilies'] == '1') ? $lang_common['on'] : $lang_common['off']; ?>  

did u see what I see or I smoke too much ? smile
Smilies and  [img] tag are hardcoded into script. all other I fix.

[img] tag
Smilies
Report

after quick post : submit

since v1.0.1 many words in english, Kennel would u like to insert a variables, so I can translate all forum, not only the part as now?

12

(5 replies, posted in Archive)

Kennel
Alexis says that after

Check out admin/permissions and epecially "All caps message" and "All caps subject".

there are no problems with russian topics, i check that and saw that he is right

13

(7 replies, posted in Archive)

Stek
http://punbb.org/forums/viewtopic.php?id=2394
??? ?????????? wink
?????? ???? ????? ???????? ???, ? ??????? ????? ??? ?? ?? ???? ???????????, ?????? ???? ??????? ??????? ??? ?? ?? ????? ??? ???? ????????? ????????????.

14

(10 replies, posted in Feature requests)

there's no need for a subject field on any other posts than the first one

completely agree

15

(10 replies, posted in Feature requests)

bigboss
Quick post is enabled by default. Am I wrong? wink

16

(5 replies, posted in Archive)

Alexis
??? ?????? ????????? ?????? Kennel ???????? smile ?? ???? ??? ????????? ???? ????? ? ??? ???????? ????? smile ?????? ? html

17

(71 replies, posted in Feature requests)

well, peoples just can post ideas and other can decide
to do or not to do a mod, if u don`t add it as a feature

18

(1 replies, posted in PunBB 1.2 troubleshooting)

when I create a new topic here with subj in russian I have got a message that Subject con not be more 70 ... but there are only 1 word smile)
http://punbb.org/forums/viewforum.php?id=24

Octavius

redirect?
.htaccess? wink

##
##
##        Mod title:  new BBcode (LRCHR)
##
##      Mod version:  0.1 beta
##   Works on PunBB:  1.0 release; 1.1 ; and everywhere :rotate:
##     Release date:  2003-08-16
##           Author:  Farch
##
##      Description:  some new BBcode:
##                    [l], [r] , [c] , [center] , [s]
##                    
##                    [l]text[/l] align you text by left in post
##                    [r] for right
##                    [c] for center and 
##                    [s] text [/s] makes you text a little smaller ;) unlike
##                    you want to add a comments to you post at the and or say
##                    some OFFTOPIC
##
##   Affected files:  include\parser.php
##
##       Affects DB:  No
##
##            Notes:  idea from forum.ru-board.com
##
##                    Generated with ModGenerator (http://modgen.cactuz.nu/)
##                    on: 2003-08-16 19:33:32
##
##       DISCLAIMER:  Please note that modifications are not officially
##                    supported by PunBB. Installation of this modification
##                    is
##                    done at your own risk. Backup your forum database and
##                    any and all applicable files before proceeding.
##
##


#
#---------[ 1. OPEN ]---------------------------------------------------------
#

include/parser.php


#
#---------[ 2. FIND (line: 187) ]---------------------------------------------
#

"#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s");


#
#---------[ 3. REPLACE WITH ]-------------------------------------------------
#

"#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s",
"#\[s\](.*?)\[/s\]#s",
"#\[c\](.*?)\[/c\]#s",
"#\[r\](.*?)\[/r\]#s",
"#\[l\](.*?)\[/l\]#s",
"#\[hr\]#s");


#
#---------[ 4. FIND (line: 201) ]---------------------------------------------
#

'<span style="color: $1">$2</span>');


#
#---------[ 5. REPLACE WITH ]-------------------------------------------------
#

'<span style="color: $1">$2</span>',
'<small>$1</small>',
'<div align="center">$1</div>',
'<div align="right">$1</div>',
'<div align="left">$1</div>',
'<hr>');


#
#---------[ 6. SAVE/UPLOAD ]--------------------------------------------------
#

21

(37 replies, posted in General discussion)

Kennel
it was on Windows 2003 (not SP1) IE 6.0.3790 (not SP1) Eng

now I use Mozilla 1.5a and Opera 7 for tests

and all going normal smile
also I thinks that many, many people will move up to u board while they understand what is GNU GPL, and how much cost IBF and VB , phpBB is not a forum IMHO completely smile it`s toooooo sllooo...w

only u need is famous , I have a two sites in russia (3000 visits/day) and some ring of russian programmers on php, so I need from u banners, buttons etc for u advertisment

and sorry for my English smile I think that I need write this phrase in my signature wink

22

(2 replies, posted in Feature requests)

first of all I would to respect and thanks the Kennel and others for their great work

then I would like to see some new BB codes here, like

[c] text [/c] aligns text by center (etc <div align="center"> text </div>)
[l] text [/l] aligns text by left (etc <div align="left"> text </div>)
[r] text [/r] aligns text by left (etc <div align="right"> text </div>)

[hr] makes a nice <hr> tag also smile

[google=blabla] search the google.com for the "blabla" words

and I would like to know how to remove an redirects after Login / LogOut / POst Submit etc

I don`t want wait on my own board smile

as for this simple tags I think I will write them in next 4-6 hours and public here my first so called HACK for the pBB (Kennel can I name u board pBB ? wink )

23

(37 replies, posted in General discussion)

Kennel
when I installed it on localhost I have some problems but I refresh the page two times (at two places) and all go correctly.. now is all working fine

the problems was about login and logout

tnx. it relly works

25

(3 replies, posted in PunBB 1.2 troubleshooting)

atifkazi
localhost
(!) NOT localhost:21