Search found 88 matches

by VinDuv
Thu Aug 30, 2007 8:27 pm
Forum: Chit Chat
Topic: Help please
Replies: 6
Views: 13783

Re: Help please

Have you deleted/renamed your install folder after installation ?
by VinDuv
Thu Jul 12, 2007 7:59 am
Forum: [3.0/Olympus] Discussion
Topic: Attachments in PM
Replies: 3
Views: 4735

Re: Attachments in PM

NaviFriends wrote:[RC3]

Have you the same problem?
1. Write and send a PM with an attachment zip-file.
2. The attachment ist stored in the "../files" folder - please look at this.
3. Delete the PM.

On my server (../files )the atachment exists further

Regards
by VinDuv
Sun Jul 01, 2007 7:41 pm
Forum: [3.0/Olympus] New features discussion
Topic: New "f" tag for viewtopic?
Replies: 19
Views: 31206

Re: New "f" tag for viewtopic?

Maybe could it be activated only for normal users, and not for bots ?
by VinDuv
Wed Jun 27, 2007 5:24 pm
Forum: [3.0/Olympus] Discussion
Topic: Registered group id
Replies: 2
Views: 4462

Re: Registered group id

Code: Select all

if (!($group_id = $config['registered_group_id']))
<=>

Code: Select all

if (!$config['registered_group_id'])
I think you meant

Code: Select all

if (!($group_id == $config['registered_group_id']))
Right ? :P
by VinDuv
Tue Jun 26, 2007 4:34 pm
Forum: [3.0/Olympus] New features discussion
Topic: New "f" tag for viewtopic?
Replies: 19
Views: 31206

Re: New "f" tag for viewtopic?

ascensions wrote:How do you remove the F= from the system?
:shock: What ? Why would you do that ?
by VinDuv
Sun Jun 24, 2007 5:45 pm
Forum: [3.0/Olympus] Discussion
Topic: Suspecting RC2 Very Soon...
Replies: 83
Views: 134334

Re: Suspecting RC2 Very Soon...

Kevin Clark wrote:Interesting that not all the bugs have been closed this time. I guess it's a case of prioritizing the really important fixes and then they get some breathing space to fix the lesser ones.
The url parsing bug in RC1 was pretty annoying, for example...
by VinDuv
Sun Jun 24, 2007 5:16 pm
Forum: [3.0/Olympus] Discussion
Topic: Suspecting RC2 Very Soon...
Replies: 83
Views: 134334

Re: Suspecting RC2 Very Soon...

So... suspecting RC3 very soon ? :mrgreen:
by VinDuv
Thu Jun 14, 2007 6:17 pm
Forum: [3.0/Olympus] Discussion
Topic: guest HTTP_ACCEPT_LANGUAGE code in session.php
Replies: 13
Views: 25847

Re: guest HTTP_ACCEPT_LANGUAGE code in session.php

It was disabled because it only checks if the language pack is on the filesystem... But the pack can be installed, and not activated in the ACP. In this case, the guest user will receive an error. But I think that if all your language packs are activated, you should have no problems uncomment that ...
by VinDuv
Wed Jun 06, 2007 4:56 am
Forum: [3.0/Olympus] Discussion
Topic: = Live Admin Panel Demo = [3.0.4]
Replies: 290
Views: 332448

Re: = Live Admin Panel Demo = [RC1]

geoffreak wrote:Here is my recommendation:
Go though the code and comment out any

Code: Select all

$db->sql_query($sql) 
necessary so that users can use the ACP, without actually modifying any data ;)
No, some SQL queries are required to read data necessary data, not write...
by VinDuv
Mon Jun 04, 2007 4:17 pm
Forum: [3.0/Olympus] Discussion
Topic: Latex BBcode with phpBB3
Replies: 8
Views: 26520

Re: Latex BBcode with phpBB3

I used phpMathPublisher , with some tweaks :
The default script returns the URL of the created image, it is not very easy to use it in a custom BBCode... I wrote a small script, imgmath.php, which directly returns the image corresponding to the math calculation given in the URL, so I can use <img ...