301

(7 replies, posted in General discussion)

I dont beleave there is a fair in that Oscars. i think thay are playing a roles as in a movies.

302

(1,382 replies, posted in General discussion)

Ebeach

303

(1,382 replies, posted in General discussion)

signatures

304

(1,382 replies, posted in General discussion)

get fired

http://punbb.org/forums/viewtopic.php?id=4366

306

(26 replies, posted in Programming)

http://academ.hvcc.edu/~kantopet/css/index.php
http://www.htmldog.com/reference/cssproperties

307

(4 replies, posted in General discussion)

i used about a year and work fine to me, i like it than any webmail.

It is LEFT not RIGHT, the problem only in IE when useing style_rtl, there is a small blue box appear far away.

may be i add this

#brdfooter H2 {
        DISPLAY: none;
}

Hi, in base.css

#brdfooter H2, #brdstats H2, #brdstats .conl DT, #brdstats .conr DT,
#modcontrols DT, #searchlinks DT, DIV.postright H3 {
        POSITION: absolute;
        DISPLAY: block;
        OVERFLOW: hidden;
        WIDTH: 1em;
        LEFT: -999em
}

It make long horz scrollbar in bottom in IE not in Firefox that make a problem when switch to right, if you want to see it by replace LEFT by RIGHT and refresh.

after try i change "DISPLAY" property to "none"

#brdfooter H2, #brdstats H2, #brdstats .conl DT, #brdstats .conr DT,
#modcontrols DT, #searchlinks DT, DIV.postright H3 {
        POSITION: absolute;
        DISPLAY: none;
        OVERFLOW: hidden;
}

Is it good way to resolve that problem?

310

(4 replies, posted in General discussion)

http://uebimiau.sourceforge.net

311

(21 replies, posted in General discussion)

I like it because all memebers in offical site are very friendly (include me).

312

(15 replies, posted in PunBB 1.2 bug reports)

http://punbb.org/forums/viewtopic.php?id=6115

In IE it is work, in Firefox give me that error above, i think it is a cookie problem, i tried to delete it, but i can find any cookie named as your site, did you have auto detect language?.

EDIT: What is wiki, what for is usfull?

I cant test the demo, your forum get

There is no valid language pack '' installed. Plese install a valid one and try again!.

Thanks for trusting my code, i mentioned it in my site.

New patched css file uploaded support PunBB 1.2.1

http://www.parmaja.com/downloads/punbb- … le_rtl.zip

Thanks, i fixed, in next release smile

EDIT:
if someone know about another beautifier for more integrating.

I need Keywords for C# and syntax rules for it.

Database reported: Can't DROP 'search_results_ident_idx'. Check that column/key exists (Errno: 1091)

that happend with me when i renamed my tables from punbb_en_xxx to punbb_xxx
when i return to the original names (restore db) uprade done successful.

##
##
##        Mod title:  Multi Syntax Highlighter For PunBB
##
##      Mod version:  1.0.0
##   Works on PunBB:  1.2.x
##     Release date:  2005-2-2
##           Author:  zaher dirkey (zaher@parmaja.com)
##
##      Description:  Multi Syntax Highlight for code tags to PunBB 1.2.x
##
##   Affected files:  include\parser.php
##        header.php
##
##       Affects DB:  No
##
##            Notes:  split_text not used in parser.php you can remove it
##
##       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.
##
##

Download:
  http://www.punres.org/viewtopic.php?id=188
  or
  http://www.parmaja.com/downloads/phpMul … -1.1.0.zip

DEMO:
  http://www.parmaja.com/forums/viewtopic.php?id=31

Old version:
  http://punbb.org/forums/viewtopic.php?id=4243

321

(24 replies, posted in PunBB 1.2 discussion)

I just love the increased font size

Yes yes yes, please.

open \include\parser.php

find  line 425

$text .= '</p><div class="codebox"><div class="incqbox"><h4>'.$lang_common['Code'].':</h4><div class="scrollbox" style="height: '.$height_str.'"><pre>'.$inside[$i].'</pre></div></div></div><p>';

replace with

$text .= '</p><div class="codebox"><div class="incqbox"><h4>'.$lang_common['Code'].':</h4><pre>'.$inside[$i].'</pre></div></div><p>';

323

(2 replies, posted in General discussion)

Happy Birthday, you are an adult now big_smile

Rickard wrote:

I believe there was a digest mod for 1.1, but this appears to be more advanced

Yes, i am too busy this days (Accounting with my customers, year budget and balance sheets), and i am working on the Highlighter code tag MOD.
May be i will use this Email_Digests mod in my site smile.

325

(7 replies, posted in General discussion)

How can i use it to group posts by month in mysql?
e.g.

  select count(*) from posts 
  group by --month of that date--