Quick Links

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
Kamahl19
Registered User
Posts: 161
Joined: Thu Dec 27, 2007 10:31 am

Re: Quick Links

Post by Kamahl19 »

PayBas wrote:
Pony99CA wrote:So the color shows what will be found, not whether there are any to find. Therefore they do make some sense to me. ;)
That was the idea, yes
Your posts can also find unread posts, same for Unanswered and Active posts. All of those links may or may not display unread posts so I am asking again, what is the difference.

I am not saying you did it wrong, I am saying lets just keep it simple instead of bloating everything with images. I thought, 3.1 and later 3.2 is trying to remove all images from style and use CSS and icons (FA in 3.2) instead.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Quick Links

Post by PayBas »

Kamahl19 wrote:I am not saying you did it wrong, I am saying lets just keep it simple instead of bloating everything with images. I thought, 3.1 and later 3.2 is trying to remove all images from style and use CSS and icons (FA in 3.2) instead.
That's why I decided to recycle existing images that will have been loaded into the browser cache already. I didn't want to introduce new icons for this. Once we move to something like FA we can use more descriptive icons perhaps.

I do feel however that icons are necessary for this, as it just looks more consistent (see the link i posted above). But if people feel that having different colors is too confusing, we could change them all to the same icon.

Regardless of whether or not the colors are accurate to their status or intended results, they help differentiate the links, and provide quicker recognition. For me, they just help to to choose the right link quicker. They could have been smileys or yellow/green/purple for all I care. Having a visual distinction just speeds up the process. Not perfect, but adequate.

But that's just me.

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: Quick Links

Post by RMcGirr83 »

To me and IMHO the type or color of the icon matters little...it is the actual link. I don't look at the icons, I look at the links.

Semantics really, I just didn't understand the difference is all.
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: Quick Links

Post by Pony99CA »

Kamahl19 wrote:
PayBas wrote:
Pony99CA wrote:So the color shows what will be found, not whether there are any to find. Therefore they do make some sense to me. ;)
That was the idea, yes
Your posts can also find unread posts, same for Unanswered and Active posts. All of those links may or may not display unread posts so I am asking again, what is the difference.
The difference is that "red" icons only find content that you haven't seen (if there is any), just like red icons other places are only used to show you things that have new content. "Your posts" finds old content, too, hence it gets a blue icon.

it seems pretty clear and reasonable to me.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
Volksdevil
Registered User
Posts: 84
Joined: Tue Sep 04, 2012 2:17 pm
Contact:

Re: Quick Links

Post by Volksdevil »

May as well post here...

Is there any easy/admin way to modify the text of the 'quick links'? As in I'd like them to say:
Your adverts
New adverts
etc
etc

Or simply a need of hacking the core? Easily done?

I'd like to get rid of 'Unanswered posts' too.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Quick Links

Post by PayBas »

Volksdevil wrote:May as well post here...

Is there any easy/admin way to modify the text of the 'quick links'? As in I'd like them to say:
Your adverts
New adverts
etc
etc

Or simply a need of hacking the core? Easily done?

I'd like to get rid of 'Unanswered posts' too.
I think it will be much easier just to modify the navbar_header.html template.

User avatar
Volksdevil
Registered User
Posts: 84
Joined: Tue Sep 04, 2012 2:17 pm
Contact:

Re: Quick Links

Post by Volksdevil »

No problem, I'm happy with that, cheers PayBas.

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: Quick Links

Post by Pony99CA »

PayBas wrote:
Volksdevil wrote:May as well post here...

Is there any easy/admin way to modify the text of the 'quick links'? As in I'd like them to say:
Your adverts
New adverts
etc
etc

Or simply a need of hacking the core? Easily done?

I'd like to get rid of 'Unanswered posts' too.
I think it will be much easier just to modify the navbar_header.html template.
Don't those strings come from the language files? If so, wouldn't it be easier to modify those?

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: Quick Links

Post by hanakin »

I think he is meaning replicating it for an extension not just altering the name
Donations welcome via Paypal Image

User avatar
Volksdevil
Registered User
Posts: 84
Joined: Tue Sep 04, 2012 2:17 pm
Contact:

Re: Quick Links

Post by Volksdevil »

Cheers guys, good old code tweaking either way which I'm OK with. But out of interest, where will those Language var's be?

Post Reply