New site
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Re: Ideas for the new portal (and the site in general)
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

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: Ideas for the new portal (and the site in general)
Come up with a new ranklist and we'll talk again. 
Re: Ideas for the new portal (and the site in general)
RPC in app form for mobile users?
Re: Ideas for the new portal (and the site in general)
That could be possible thanks to Tapatalk: https://tapatalk.com/download_phpbb.phpAcarr wrote:RPC in app form for mobile users?
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: Ideas for the new portal (and the site in general)
That's an interesting system! Though a mobile site is certainly a higher priority.Fifo wrote:That could be possible thanks to Tapatalk: https://tapatalk.com/download_phpbb.phpAcarr wrote:RPC in app form for mobile users?
Re: Ideas for the new portal (and the site in general)
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.Hunchman801 wrote:That's an interesting system! Though a mobile site is certainly a higher priority.Fifo wrote:That could be possible thanks to Tapatalk: https://tapatalk.com/download_phpbb.phpAcarr wrote:RPC in app form for mobile users?
Also, I have two suggestions:
— implement ting donation notifications
— enable the edit reason field to everyone:
In posting.php, line ~666, find:
Code: Select all
$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)) : '';Code: Select all
$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)) : '';-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: Ideas for the new portal (and the site in general)
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.Fifo wrote: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.
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.
Re: Ideas for the new portal (and the site in general)
Yeah I know, please don’t rush – I don’t want the forum to be buggy.Hunchman801 wrote: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.
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 wrote: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

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: Ideas for the new portal (and the site in general)
I'm creating all the extensions myself so it's just a matter of whether there's enough hooks for that.Fifo wrote:Also, there’s no extension for that.
Re: Ideas for the new portal (and the site in general)
Cool – I don’t think I’d be able to do that myself!Hunchman801 wrote:I'm creating all the extensions myself so it's just a matter of whether there's enough hooks for that.Fifo wrote:Also, there’s no extension for that.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: Ideas for the new portal (and the site in general)
I'm sure you could learn.
Re: Ideas for the new portal (and the site in general)
There’s a comma instead of a period.Hunchman801 wrote:I'm sure you could learn,
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: Ideas for the new portal (and the site in general)
Well thanks Fifo, what would I do without you?Fifo wrote:There’s a comma instead of a period.Hunchman801 wrote:I'm sure you could learn,
Re: Ideas for the new portal (and the site in general)
Nuthin’. I love fixin’ mistakes.Hunchman801 wrote:Well thanks Fifo, what would I do without you?Fifo wrote:There’s a comma instead of a period.Hunchman801 wrote:I'm sure you could learn,
Re: Ideas for the new portal (and the site in general)
may i suggest an improvement? when u post a smiley between size tags, the smiley gets resized accordingly
like this
LOL
like this
Code: Select all
[size=200]LOL :boon:[/size]-
NyaNyaLily

- Posts: 5059
- Joined: Wed Jan 14, 2015 5:53 pm
- Tings: 25298
Re: Ideas for the new portal (and the site in general)
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).
Re: Ideas for the new portal (and the site in general)
Suggestion: When you click on a link, it opens a new tab.
-
NyaNyaLily

- Posts: 5059
- Joined: Wed Jan 14, 2015 5:53 pm
- Tings: 25298
Re: Ideas for the new portal (and the site in general)
Or you just press the scroll button.Bradandez wrote:Suggestion: When you click on a link, it opens a new tab.
-
Master

- Posts: 53542
- Joined: Sun Aug 21, 2011 10:14 am
- Location: Somewhere specific, I'd assume.
- Tings: 468310
Re: Ideas for the new portal (and the site in general)
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
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: Ideas for the new portal (and the site in general)
Is the official one still live?CHRdutch wrote: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).




