Search found 160 matches

by rxu
Mon Jul 05, 2010 6:07 am
Forum: [3.x] Discussion
Topic: Automatic UTF-8 normalization
Replies: 23
Views: 25739

Re: Automatic UTF-8 normalization

eviL3, did you try to test PHP native normalizer with mbstring.func_overload=2 (that makes current 3.0.x normalizer to produce broken text with sporadic BOM question marks)?
by rxu
Sun Jul 04, 2010 5:14 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Attachments management
Replies: 38
Views: 154912

[RFC|Merged] Attachments management

Currently we have only orphaned attachments management implemented.
Meanwhile there's an often case with the boards having hundreds/thousands of attachments which need to be controlled more effectively.
The idea is based on currently implemented feature as a MOD for phpBB 3.0.x named Manage ...
by rxu
Sun Jul 04, 2010 4:45 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Modular cron
Replies: 93
Views: 175847

Re: [RFC] Modular cron

Would be nice to have a feature to add/modify/delete cron tasks directly via ACP.
by rxu
Mon Jul 13, 2009 12:21 pm
Forum: Chit Chat
Topic: Aaaahrg QR
Replies: 39
Views: 94280

Re: Aaaahrg QR

Alone "Quick reply" button in the middle of the page looks strange :shock:
By the way, the bar with the "QR" button disappears when you click on it, that's looking weird too.
by rxu
Sun May 20, 2007 5:04 pm
Forum: [3.0/Olympus] Discussion
Topic: tips for phpbb3 modders
Replies: 50
Views: 68632

Re: tips for phpbb3 modders

eviL3, I mean Prosilver "2-layered" buttons.
by rxu
Thu May 17, 2007 2:44 pm
Forum: [3.0/Olympus] Discussion
Topic: tips for phpbb3 modders
Replies: 50
Views: 68632

Re: tips for phpbb3 modders

eviL3 wrote: use the $user->img() function.

Off/on-state image switching doesn't work in this case.
by rxu
Wed May 16, 2007 3:48 pm
Forum: [3.0/Olympus] Discussion
Topic: tips for phpbb3 modders
Replies: 50
Views: 68632

Re: tips for phpbb3 modders

So, how do I add a custom localized image now, when imegeset localization nave been changed?
I upload an image to imageset/en, add image info to phpbb_styles_imageset_data table and imageset/en/imageset.cfg, add appropriate styles to button.css and colours.css and variables to language files, then ...
by rxu
Sat May 12, 2007 2:35 am
Forum: [3.0/Olympus] Styling
Topic: $EXTRA_POSTING_OPTIONS var
Replies: 0
Views: 3544

$EXTRA_POSTING_OPTIONS var

If I set $EXTRA_POSTING_OPTIONS to zero in prosilver's posting_layout.html, extra posting options disappear, but submit buttons dissapear as well. Is it a bug or not? If not, are submit buttons considered to be extra posting options? :mrgreen:
by rxu
Tue May 08, 2007 12:38 pm
Forum: [3.0/Olympus] Discussion
Topic: display_forums call
Replies: 2
Views: 6606

Re: display_forums call

Thanks, already moved it ahd everything works fine.
BTW, there's nothing for moderators to worry about. I don't ask for modding support ;)
by rxu
Mon May 07, 2007 3:39 pm
Forum: [3.0/Olympus] Discussion
Topic: display_forums call
Replies: 2
Views: 6606

display_forums call

Hello everybody.
Does it matter the place in index.php where display_forums runs?
What if to run it (for some reasons),for instance, before $template->assign_vars?