Sponsored Content
The Lounge What is on Your Mind? Emergency Support Forum usage Post 303026972 by Neo on Thursday 6th of December 2018 12:49:38 AM
Old 12-06-2018
Here is the current jQuery Javascript code regarding the forum home page collaspeing menus:

Code:
$("#neo_forum_home_icons").hide();
  if (vbuserId > 0) {
    $("#collapseobj_forumbit_18,#collapseobj_forumbit_78").hide();
    $("#collapseobj_forumbit_32,#collapseobj_forumbit_53").hide();
    $("#collapseobj_forumbit_42,#collapseobj_forumbit_149").hide();
    $("#collapseobj_forumbit_37").hide();
  } else {
    $("#collapseobj_forumbit_32,#collapseobj_forumbit_53").hide();
    $("#collapseobj_forumbit_42,#collapseobj_forumbit_149").hide();
    $("#collapseobj_forumbit_37").hide();
    $("#neo_forum_home_icons").hide();
  }

Quick reference:
  • 18: Contact Us
  • 32: Speciality Forums
  • 37: Standards
  • 42: Operating Systems
  • 53: Lounge
  • 78: HQ
  • 149: Homework and Emergencies

I will change this to see if we get more posters in the Emergency forum:

Code:
$("#neo_forum_home_icons").hide();
  if (vbuserId > 0) {
    $("#collapseobj_forumbit_18,#collapseobj_forumbit_37").hide();
    $("#collapseobj_forumbit_32,#collapseobj_forumbit_53").hide();
    $("#collapseobj_forumbit_42,#collapseobj_forumbit_149").hide();
  } else {
    $("#collapseobj_forumbit_53, #collapseobj_forumbit_37").hide();
    $("#collapseobj_forumbit_18, #neo_forum_home_icons").hide();
  }

Most members look at the new posts from the stats on the home page or the today's post links so there is no reason to show all of these forums by default to registered users. However, if anyone wants to show these forums by default, let me know and I will set up a localStorage() boolean which you can set from "somewhere" TBD.

REF:

Code:
https://www.unix.com/clientscript/jquery/neo_forumhome_min.js

 

4 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Computek Support Forum

Do Floppy disks require drivers. I forgot, and one of my customers wants to know.:confused: :( :confused: :confused: (3 Replies)
Discussion started by: computek
3 Replies

2. Emergency UNIX and Linux Support

User Guide: Posting in the Emergency Forum

Emergency UNIX and Linux Support !! Help Me! Forum (Request Urgent Help) README FIRST: How to Request Emergency or Urgent Help: You may post emergency work-related questions in the emergency forum. To post in this forum you will need to use your Bits. All questions answered on a "best... (0 Replies)
Discussion started by: Neo
0 Replies

3. Post Here to Contact Site Administrators and Moderators

Emergency Forum Posting Problem

Regarding this thread: it's not possible for me to reply to it. According to the guide, the only official restriction is placed on posting new threads, not replies. Bug or undocumented "feature"? (4 Replies)
Discussion started by: pludi
4 Replies

4. UNIX for Dummies Questions & Answers

forum for ncurses support?

Hi, all - New to ncurses, rusty as hell with UNIX, I"m sure I'm going to have lots of questions. What forum is best for ncurses questions? Currently I'm experiencing configuration issues (I believe). I'm running Mac 10.6, and using the Terminal utility. Thanks! (3 Replies)
Discussion started by: mzimmers
3 Replies
ALCC(1) 							  aMule utilities							   ALCC(1)

NAME
alcc - text based eD2k links calculator for aMule SYNOPSIS
alcc [-p] [-v] <inputfiles_list> alcc [-h] DESCRIPTION
Compute the eD2k links of all the input files given in the <inputfiles_list> (There can be one or more files). [ -p, --parthashes ] Compute and add part hashes to the computed eD2k links. [ -h, --help ] Prints a short usage description. [ -v, --verbose ] Be verbose - show also calculation steps. REPORTING BUGS
Please report bugs either on our forum (http://forum.amule.org/), or in our bugtracker (http://bugs.amule.org/). Please do not report bugs in e-mail, neither to our mailing list nor directly to any team member. COPYRIGHT
aMule and all of its related utilities are distributed under the GNU General Public License. SEE ALSO
alc(1), amuled(1), amulecmd(1), amuleweb(1), cas(1), ed2k(1), wxcas(1), xas(1) AUTHOR
This manpage was written by Vollstrecker <amule@vollstreckernet.de> aMule eD2k links calculator November 2011 ALCC(1)
All times are GMT -4. The time now is 02:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy