Search found 8 matches

by marc1706
20 Aug 2010, 12:04
Forum: PhpBB3 Support
Topic: Edit reason for AJAX Quick Edit mod
Replies: 5
Views: 4828

Re: Edit reason for AJAX Quick Edit mod

I don't have any time to work on the MOD, because I'm working on this one:
Image

That MOD will replace AJAX Quick Edit once it is finished and thoroughly tested.
by marc1706
18 Aug 2010, 17:29
Forum: Submit a BBCode
Topic: jQuery Spoiler
Replies: 23
Views: 25009

Re: jQuery Spoiler

I replaced the identifier with INTTEXT.
by marc1706
24 Jul 2010, 22:28
Forum: Submit a BBCode
Topic: jQuery Spoiler
Replies: 23
Views: 25009

jQuery Spoiler

jQuery Spoiler http://validator.w3.org/images/valid_icons/valid-xhtml10 NOTE: In order to work, this spoiler will need jQuery. If your style already has jQuery included, it will work right out of the box, otherwise you will have to do this: Download jQuery 1.4.2 from here: http://code.jquery.com/jq...
by marc1706
24 May 2010, 16:57
Forum: PhpBB3 Support
Topic: simple portal debug help.
Replies: 10
Views: 6458

Re: simple portal debug help.

You mean the empty codebox? Yeah, stupid php parsing. Everytime you have more than about 200 lines of code, you'll just get an empty box. :D
by marc1706
24 May 2010, 16:50
Forum: PhpBB3 Support
Topic: simple portal debug help.
Replies: 10
Views: 6458

Re: simple portal debug help.

Ok, let's try this. Replace the content of your portal.php with this: <?php /** * * @package phpBB3 * @version $Id: portal.php,v 1.0 2009/07/04 15:49:44 stoker Exp $ * @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ /** * @ignore */ d...
by marc1706
21 May 2010, 17:44
Forum: PhpBB3 Support
Topic: simple portal debug help.
Replies: 10
Views: 6458

Re: simple portal debug help.

It would be great if you could just post the content of your portal.php.

Without the code I would guess the answer to your question is 42.
by marc1706
30 Apr 2010, 17:13
Forum: PhpBB3 Support
Topic: Editor issue : selecting text to use BBCode
Replies: 9
Views: 4062

Re: Editor issue : selecting text to use BBCode

What is my MOD causing? :D

AJAX Quick Edit actually uses phpBB's own functions, therefore you shouldn't have to select the text twice with a clean phpBB install.
by marc1706
14 Apr 2010, 11:24
Forum: PhpBB3 Support
Topic: phpBB statestic
Replies: 6
Views: 3727

Re: phpBB statestic

1. I already posted the bugfix over at my board. There is not much I can do if there is an error in your database. One of your users has the style with the ID 1 as default, but it seems like you don't have that style installed anymore or you deactivated the style. 2. The {acl_u_view_stats} is a bug ...