Thanks for the info, i'll try that later.
You haven't answered on my second question. Is it possible to use different background for the whole footer line ? I did that with 1.1.x but don't know if is possible using 1.2.x.
26 2005-02-28 10:23
Re: 1.2.2 styling questions (6 replies, posted in PunBB 1.2 discussion)
27 2005-02-27 17:29
Topic: 1.2.2 styling questions (6 replies, posted in PunBB 1.2 discussion)
Just a few questions about styling.
1. How can i use different color for edd / even posts ? I mean dark / light same as previous 1.1.x version.
2. Is it possible to use different color for foot line in each post. I've found two divs postfootleft and postfootright but i'm not sure how can i change background color for the whole post foot line.
thanks
28 2005-02-19 10:09
Re: Are they scared, or still trying to rip of the world? (29 replies, posted in General discussion)
IMHO, Linux would be ready for primetime IF its development was controlled by a committee or something like that. After more than twenty years been a Unix admin, i cannot stand Linux mess, and i don't mean kernel itself which is ok, but the whole thing as an OS.
Even the most conservative distributors like Slackware, use to include a whole bunch of useless old and unstable crap into their base system breaking all standards including POSIX.
Volunteer developers prefer X desktop development. Even so, they put their efforts to countless windows managers, desktop implementations and different projects that will die sooner or later.
All the above are simple facts that prove Linux wrong direction. People recognize Unix as the leading server OS, but all of us, try to make it a pretty desktop alternative, with no success even after more than a decade.
Look what Apple did. They forked FreeBSD (much better than Linux imho), dropped useless parts, for them, like X and finally build an excellent GUI over it. With no more than fifty developers, in less than three years.
Another example was BeOS although was abandoned after Palm acquired Be. In that case, a single developer with a small support team built a kernel and a GUI OS using the common GNU framework and utility set.
What was Linux progress all that time ? Do you really believe IT and admins interest on KDE or Gnome or X desktop ? Or do they like spend hundreds of hours checking versions and lib dependencies? I don't think so.
Please, don't call me "Windows fan" In my company I use FreeBSD as my preferable server OS, for both web and file server and I'm also involved with system (Kernel) development on my spare time. If you want my honest opinion, yes i'm afraid that Windows will dominate on server market too .NET ASPX IIS7 XAML-enabled browsing and all that stuff show MS direction to server market. And they did it right, that's the problem.
BTW, I really believe that future companies will prefer using a server OS, known to their employees instead asking help from dinosaurs like me
29 2005-01-18 09:03
Re: Download post 1.2 fixes (8 replies, posted in PunBB 1.2 discussion)
Thanks Rickard
30 2005-01-18 09:00
Re: Download post 1.2 fixes (8 replies, posted in PunBB 1.2 discussion)
Thank you all for the info,
Subversion command line did the trick although i still prefer a daily updated downloadable archive.
31 2005-01-17 08:31
Topic: Download post 1.2 fixes (8 replies, posted in PunBB 1.2 discussion)
Rickard, could you please tell me how can i find all post 1.2 fixes you made ?
Of course i can point them using Track, but don't know how to get them all. Do you have CVS access to changed source tree ?
Thanks
33 2004-12-13 08:48
Re: 1.2 testing (6 replies, posted in PunBB 1.2 discussion)
Yeah, sounds logical. I thought 1.2 was stable enough for prime use.
34 2004-12-12 12:06
Topic: 1.2 testing (6 replies, posted in PunBB 1.2 discussion)
May i ask, why don't use latest beta as default punbb.org forum script? It would be much easier for you and us to test it, under real conditions.
SSB
35 2004-08-30 17:28
Re: Poll: What browser do you use? (101 replies, posted in General discussion)
...as long as people at least try to make stuff that works on more than one browser
Absolutely agreed
36 2004-08-30 09:19
Re: Poll: What browser do you use? (101 replies, posted in General discussion)
ssb: But you like IE bugs and incompabilities or what?
Rickard, i don't like bugs and compatibility issues in general. Never said that IE has no such problem, but in my experience latest IE builds have far less issues than Opera and Firefox IF user knows hot to configure security options right.
Opera cannot render right many web pages and crashes every so. A no-go for me.
Firefox is buggy and unstable, and much slower than both IE and Opera.
I really don't like IE and all its quirks (especially ActiveX) but it works
As of IE security holes, can you imagine what would happened if Opera or FF was used by 90% of internet users ? For now, nobody interests to break FF/Op security because of their low spread across net.
It's just my opinion though
37 2004-08-26 07:45
Re: Poll: What browser do you use? (101 replies, posted in General discussion)
IE6 and nothing else because i hate FF bugs and Opera incompatibilities.
38 2004-04-26 09:36
Re: PunBB 1.1.4 - Impressions (17 replies, posted in PunBB 1.2 discussion)
Just wondering
Me too
39 2004-04-26 07:24
Re: PunBB 1.1.4 - Impressions (17 replies, posted in PunBB 1.2 discussion)
Rickard,
Thanks for hdiff, it helped me a lot as i use a highly modified punbb.
Btw, install.php still assigns $punbb_version = '1.1.3';
Regards
40 2004-04-02 14:42
Re: PunBB 1.1.3 - Impressions (7 replies, posted in PunBB 1.2 discussion)
Do you mean version number itself ? If so, it is saved in mysql punbb config table. You can use something like phpMyAdmin to edit this table.
41 2004-04-02 12:52
Re: Delete zapped reports (3 replies, posted in Feature requests)
Maybe an Erase All or at least a Delete button next to Zap. That would give the option to delete report instead save it.
42 2004-04-02 10:53
Topic: Delete zapped reports (3 replies, posted in Feature requests)
I'd like to see a delete zapped report function. Of course this can be done from phpMyAdmin, but such a button next to zapped reports would be great
43 2004-04-02 10:47
Re: PunBB 1.1.3 - Impressions (7 replies, posted in PunBB 1.2 discussion)
Thanks Rickard for the hdiff, it helped me a lot merging diffs into my modified source tree.
44 2004-03-23 07:30
Re: HTTP_REFERER base url question (17 replies, posted in PunBB 1.2 troubleshooting)
www part is enough to handle any case. As a quickfix did that using str_replace() and works just fine.
I also had to modify some quick validation in code, that don't call confirm_referer.
45 2004-03-22 15:34
Re: HTTP_REFERER base url question (17 replies, posted in PunBB 1.2 troubleshooting)
Stripping out only the http://www part, is quite secure IMHO
46 2004-03-22 13:39
Topic: HTTP_REFERER base url question (17 replies, posted in PunBB 1.2 troubleshooting)
Afaik function confirm_referer checks current referer against configured base URL. The problem is that http://www.domain.com count as different than http://domain.com resulting in http referer errors.
Any idea about a regex mod in confirm_referer, that will only match domain without http:// or www ?
47 2004-03-18 16:52
Re: Admin - Search for users cached results (3 replies, posted in PunBB 1.2 bug reports)
That's ok Rickard, not a big problem
48 2004-03-18 15:02
Topic: Admin - Search for users cached results (3 replies, posted in PunBB 1.2 bug reports)
I've noticed a small problem returning from a user profile to searching results.
Search for a user in Admin / Users
In results click on any found username to see profile details
Then hit back to return to searching results
...Page has expired
Any quickfix for that ?
Thanks
49 2004-03-17 12:49
Re: 10K! (25 replies, posted in PunBB 1.2 discussion)
Congrats Rickard, excellent job !
50 2004-03-09 14:02
Topic: Search results as posts small bug (2 replies, posted in PunBB 1.2 bug reports)
In search.php, punbb doesn't add "..." when message is longer than 140 chars. It checks if message length is equal to 140, failing if longer.
if (pun_strlen($message) == 140)
change to
if (pun_strlen($message) >= 140)
I hope it helps