Convoy Trucking

Server related => Suggestions => Locked & Closed Suggestions => Topic started by: FaZe1337Sajmon420PL on November 27, 2013, 17:48

Title: Viewing the noticeboard easier
Post by: FaZe1337Sajmon420PL on November 27, 2013, 17:48
How many of those do you get? I'm sure it's many.
And if you're interested in whats going on with your club you will check those messages.
(http://i.imgur.com/2DQnVmf.png)

But in order to see the actual memo you need to go to clubs and then search for the club and finally open the noticeboard.
So im suggesting to make some kind of hyperlink or maybe add a column with club name, a column with this particular clubs noticeboard or anything that would stimulate this process.

Let me know what you think  :like: :dislike:
Title: Re: Viewing the noticeboard easier
Post by: Matias on November 27, 2013, 17:51
Sounds a good idea, but it only could be useful at the webpage, in-game you should go to the club board to read it due to the string sizes and trying to keep them low.
Title: Re: Viewing the noticeboard easier
Post by: FaZe1337Sajmon420PL on November 27, 2013, 17:54
Quote from: Matt on November 27, 2013, 17:51
Sounds a good idea, but it only could be useful at the webpage, in-game you should go to the club board to read it due to the string sizes and trying to keep them low.
That's why I posted it in Suggestions for Forum/Website  :like:

btw there's a "s" missing in this subforum (Suggestions)
Title: Re: Viewing the noticeboard easier
Post by: Vinny on November 27, 2013, 17:55
Yes gibe
Title: Re: Viewing the noticeboard easier
Post by: Tyler on November 27, 2013, 19:49
wouldn't be possible as it's stored in a table I guess and it's just echoed onto the website, the code would then be shown in game in the dialog as samp not support hyperlinks
Title: Re: Viewing the noticeboard easier
Post by: FaZe1337Sajmon420PL on November 27, 2013, 19:51
Quote from: Girl on November 27, 2013, 19:49
wouldn't be possible as it's stored in a table I guess and it's just echoed onto the website, the code would then be shown in game in the dialog as samp not support hyperlinks
can't you code them separated?
Title: Re: Viewing the noticeboard easier
Post by: GeneralLee on November 27, 2013, 20:10
Off:
If someone else would make that suggestion your answer will be :

"Is like that for years so i don't see why that need to be added"

On:
Sounds nice:D GOOD IDEA!
Title: Re: Viewing the noticeboard easier
Post by: Dobby on November 27, 2013, 20:30
I don't get it. Either its lack of sleep, or its my brain confusing itself.

So you want to sort club messages, by club? so:

pijon team messages one place

pink crew messages one place

etc.. ?

Quote from: Vinny on November 27, 2013, 17:55
Yes gibe

Say pls.
Title: Re: Viewing the noticeboard easier
Post by: FaZe1337Sajmon420PL on November 27, 2013, 21:08
Quote from: Dobby. on November 27, 2013, 20:30
I don't get it. Either its lack of sleep, or its my brain confusing itself.

So you want to sort club messages, by club? so:

pijon team messages one place

pink crew messages one place

etc.. ?
I don't know how I should re-explain this .__________.
Title: Re: Viewing the noticeboard easier
Post by: Joshy on November 28, 2013, 16:24
This is something that requires a database schema change (add "club_id" field to messages), so only Mick can do this.

Unless you use regular expressions / substring and cut the club name off the end, but there is no way to go to club page based on club name and since names can change, things may be broken.