I dont beleave there is a fair in that Oscars. i think thay are playing a roles as in a movies.
302 2005-03-01 00:48
Re: Word Association Thread (1,382 replies, posted in General discussion)
Ebeach
303 2005-02-27 23:42
Re: Word Association Thread (1,382 replies, posted in General discussion)
signatures
304 2005-02-24 08:39
Re: Word Association Thread (1,382 replies, posted in General discussion)
get fired
305 2005-02-23 09:52
Re: PunBB to IPB 2.x (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
306 2005-02-18 18:50
Re: CSS/XHTML Resources (26 replies, posted in Programming)
307 2005-02-16 07:40
Re: PHP IMAP WebMail Client (4 replies, posted in General discussion)
i used about a year and work fine to me, i like it than any webmail.
308 2005-02-16 06:11
Re: #brdfooter visible with logn horz scrollbar (2 replies, posted in PunBB 1.2 troubleshooting)
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;
}
309 2005-02-15 22:12
Topic: #brdfooter visible with logn horz scrollbar (2 replies, posted in PunBB 1.2 troubleshooting)
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 2005-02-15 22:09
Re: PHP IMAP WebMail Client (4 replies, posted in General discussion)
311 2005-02-12 11:18
Re: PunBB is too simple (21 replies, posted in General discussion)
I like it because all memebers in offical site are very friendly (include me).
312 2005-02-08 07:09
Re: Big Letter "k" in russian (15 replies, posted in PunBB 1.2 bug reports)
313 2005-02-08 07:02
Re: Wiki Document System plugin (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
314 2005-02-07 11:20
Re: Wiki Document System plugin (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I cant test the demo, your forum get
There is no valid language pack '' installed. Plese install a valid one and try again!.
315 2005-02-07 00:29
Re: MOD: PunBB1.2 Right To Left CSS files (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks for trusting my code, i mentioned it in my site.
316 2005-02-04 20:37
Re: MOD: PunBB1.2 Right To Left CSS files (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
New patched css file uploaded support PunBB 1.2.1
317 2005-02-04 19:13
Re: Multi Syntax Highlight for code tags to PunBB 1.2.x (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks, i fixed, in next release
EDIT:
if someone know about another beautifier for more integrating.
318 2005-02-03 20:59
Re: Multi Syntax Highlight for code tags to PunBB 1.2.x (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I need Keywords for C# and syntax rules for it.
319 2005-02-03 08:46
Re: 1.1.5 -> 1.2 update problems... (39 replies, posted in PunBB 1.2 troubleshooting)
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.
320 2005-02-02 11:58
Topic: Multi Syntax Highlight for code tags to PunBB 1.2.x (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
##
## 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 2005-02-01 22:43
Re: Running 1.2.1 now (24 replies, posted in PunBB 1.2 discussion)
I just love the increased font size
Yes yes yes, please.
322 2005-01-31 12:03
Re: Remove [Code] scroll bars? (9 replies, posted in PunBB 1.2 troubleshooting)
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 2005-01-31 11:59
Re: happy birthday (2 replies, posted in General discussion)
Happy Birthday, you are an adult now
324 2005-01-31 01:28
Re: Email_Digests-1.0.0 is at punres.org (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 .
325 2005-01-29 13:04
Re: Time Stamp (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--