New site

If there's anything I want to see changed in the rank list, that would be Mr. Dark. I'm really not a fan of his Rayman Junior portrait and I believe a R1 Mr. Dark would be more suitable.
 
Hunchman801 said:
Fifo said:
Acarr said:
RPC in app form for mobile users?
That could be possible thanks to Tapatalk: https://tapatalk.com/download_phpbb.php
That's an interesting system! Though a mobile site is certainly a higher priority. :)
As you probably know, you won’t need to do anything for a mobile version of the site. phpBB 3.1 already includes a mobile style. ;)

Also, I have two suggestions:
— implement ting donation notifications
— enable the edit reason field to everyone:
In posting.php, line ~666, find:
Code:
$post_data['post_edit_reason']   = (!empty($_POST['edit_reason']) && $mode == 'edit' && $auth->acl_get('m_edit', $forum_id)) ? utf8_normalize_nfc(request_var('edit_reason', '', true)) : '';
Replace with:
Code:
$post_data['post_edit_reason']   = (!empty($_POST['edit_reason']) && $mode == 'edit'/* && $auth->acl_get('m_edit', $forum_id)*/) ? utf8_normalize_nfc(request_var('edit_reason', '', true)) : '';
 
Fifo said:
As you probably know, you won’t need to do anything for a mobile version of the site. phpBB 3.1 already includes a mobile style. ;)
It's not that simple, we need to apply our colour scheme to that mobile style, move things around to account for our specificities, make sure all the custom features we developed work on mobile as well, create a mobile style for the portal, etc. That's a lot of work.

Thanks for your suggestions as well, we'll take them into account. Though we're not modifying the source code unless we really have to: that's what extensions are for.
 
Hunchman801 said:
It's not that simple, we need to apply our colour scheme to that mobile style, move things around to account for our specificities, make sure all the custom features we developed work on mobile as well, create a mobile style for the portal, etc. That's a lot of work.
Yeah I know, please don’t rush – I don’t want the forum to be buggy.

Hunchman801 said:
Thanks for your suggestions as well, we'll take them into account. Though we're not modifying the source code unless we really have to: that's what extensions are for.
Okay then. I don’t actually need you to do it, I can always write the reason in the post itself. Also, there’s no extension for that.
 
Hunchman801 said:
Fifo said:
Also, there’s no extension for that.
I'm creating all the extensions myself so it's just a matter of whether there's enough hooks for that.
Cool – I don’t think I’d be able to do that myself!
 
may i suggest an improvement? when u post a smiley between size tags, the smiley gets resized accordingly :)

like this
Code:
[size=7]LOL :boon:[/size]

LOL
icon_doubleboon.gif
 
Maybe it would be nice to have a leaderbord system for Rayman Raving Rabbids similar to the leaderbord system for Rayman 3 (since the game also gives you a code to type in).
 
To be fair, middle clicking isn't an option on all devices. Another way to open a new tab is by holding Ctrl when clicking
 
CHRdutch said:
Maybe it would be nice to have a leaderbord system for Rayman Raving Rabbids similar to the leaderbord system for Rayman 3 (since the game also gives you a code to type in).
Is the official one still live?
 
Back
Top