Sponsored Content
The Lounge What is on Your Mind? Proposal to Eliminate Thread Icons Column Post 303021069 by Neo on Friday 3rd of August 2018 12:09:26 PM
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 ...
 

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
SCAN-VIEW(1)															      SCAN-VIEW(1)

NAME
scan-view scan-view(1) -- The clang(1) static analyzer results viewer. SYNOPSIS
scan-view options results directory DESCRIPTION
scan-view a companion comannd line utility to scan-build(1), scan-view is used to view analysis results generated by scan-build(1). There is an option that one can pass to scan-build to cause scan-view to run as soon as it the analysis of a build completes OPTIONS
-h, --help show the help message and exit. --host=HOST Host interface to listen on. (default=127.0.0.1) --port=PORT Port to listen on. (default=8181) --debug Print additional debugging information. --auto-reload Automatically update module for each request. --no-browser Don't open a webbrowser on startup. --allow-all-hosts Allow connections from any host (access restricted to "127.0.0.1" by default) AUTHORS
Maintained by the Clang / LLVM Team http://clang.llvm.org. This manual page was written by Ermenegildo Fiorito fiorito.g@gmail.com for the Debian Project. SEE ALSO
clang(1) scan-build(1) http://clang-analyzer.llvm.org December 2010 SCAN-VIEW(1)
All times are GMT -4. The time now is 08:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy