Proposal to Eliminate Thread Icons Column


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Proposal to Eliminate Thread Icons Column
# 8  
Old 08-03-2018
So far we have 3 comments to eliminate, 2 votes to keep.
# 9  
Old 08-03-2018
+1 for taking them out - I don't see informational add-on values....
# 10  
Old 08-03-2018
OK.

They are "gone" unless we get a lot of complaints to turn them back on.

Which I doubt ... LOL
# 11  
Old 08-03-2018
Admin Note: Set to false

Set to false (in read) in PHP:

Code:
404.php: $show['threadicons'] = true;
404.php:	if (!$show['threadicons'])
forumdisplay.php://$show['threadicons'] = iif ($foruminfo['allowicons'], true, false);
forumdisplay.php:$show['threadicons'] = false;
forumdisplay.php:	if ($show['threadicons'] AND $show['inlinemod'])
forumdisplay.php:	else if (!$show['threadicons'] AND !$show['inlinemod'])
gsearch.php:					$show['threadicons'] = true;
gsearch.php:	if (!$show['threadicons'])
moderation.php:		$show['threadicons'] = false;
moderation.php:			if (!$show['threadicons'] AND ($vbulletin->forumcache["$thread[forumid]"]['options'] & $vbulletin->bf_misc_forumoptions['allowicons']))
moderation.php:				$show['threadicons'] = true;
search.neo.php:					$show['threadicons'] = true;
search.neo.php:	if (!$show['threadicons'])
search.php:					//$show['threadicons'] = true;
search.php:					$show['threadicons'] = false;
search.php:	if (!$show['threadicons'])
subscription.php:		$show['threadicons'] = false;
subscription.php:				//$show['threadicons'] = true;
subscription.php:				$show['threadicons'] = false;
tags.php:			//$show['threadicons'] = true;
tags.php:			$show['threadicons'] = false;
tags.php:	if ($show['threadicons'])
usercp.php:				$show['threadicons'] = true;

Maybe will comment out the rest later if I see them ...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Member Profile Pages (Proposal)

Hey, I am thinking to get rid of the old and clunky member profile pages and replace with a prototype from Brad at Traversy Media. Here is the prototype: Welcome To My Portfolio Basically, I will take the links in the user profile page and put them into the new format when I have time.... (3 Replies)
Discussion started by: Neo
3 Replies

2. Shell Programming and Scripting

Get the average from column, and eliminate the duplicate values.

Dear Experts, Kindly help me please, I have a big file where there is duplicate values in col 11 till col 23, every 2 rows appers a new numbers, but in each row there is different coordinates x and y in col 57 till col 74. Please i will like to get a single value and average of the x and y... (8 Replies)
Discussion started by: jiam912
8 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Registration proposal

Hello. I've been reading the feed via twitter for a long time, but though i'm willing to help, i can't post and register (russia's banned). IP is dynamic, it's (<ip address>) for now. DevOps, RH, python and unix shell scripting. (5 Replies)
Discussion started by: spider_fingers
5 Replies

4. UNIX for Dummies Questions & Answers

research proposal for PG

hi friends i have just completed my graduation and applied for Post graduation i have to submit a research proposal of OS in the interview i m a beginner & only read galvin & silbershcatz book on operating systems can anyone help me in that ... thanks in advance (3 Replies)
Discussion started by: iet.manish
3 Replies

5. Programming

Master's degree proposal, Router software

Hello everyone, After 8 years of being out of school I am trying to start my Masters degree. This specific type of degree is being done only by research (research mode vs. coursework mode). I need to prepare a research proposal and send it to the school. I will need a professor to accept me as a... (2 Replies)
Discussion started by: wmac
2 Replies

6. Post Here to Contact Site Administrators and Moderators

Dotted thread icons

Can you guys please enable the "dotted" icon option, so that the thread icon for a thread in which a user has posted in will appear with a dot in it? Thanks, Aaron (2 Replies)
Discussion started by: Spetnik
2 Replies
Login or Register to Ask a Question