Topics[-][--][++]

  • Add a ?delete to url to show all deleted comments in a topic
  • Add ?collapseall to url to collapse all headers
  • Add ?expandall to url to expand all headers
  • View Mode

Search[-][--][++]

The search URL is broken up into 4 parts separated by a single slash (/). The 4 parts are query/badges/tags/options. Multiple badges or tags can be separated by a comma (,) this is equivalent to an AND statement. Use asterisks as the ALL wildcard. The options can either be 4th like shows above, or if badge/tag is ommited then it can be the second item, like query/options.

Example Searches

  • example.com/search/mysearchword finds mysearchword in all topics (all badges all tags)
  • example.com/search/mysearchword/IT finds mysearchword in IT badge (any tag)
  • example.com/search/mysearchword/IT/projects finds mysearchword in all IT badge under projects tag
  • example.com/search/*/PROJECTS show all topics in IT badge
  • example.com/search/*/PROJECTS,DEVELOPMENT show all topics that are in both IT and DEVELOPMENT badge
  • example.com/search/mysearchword/PROJECTS,DEVELOPMENT/server,apache finds mysearchword in all topics that are in both IT and DEVELOPEMENT AND in both server and apache

With any of these search above you can add search options to the end. Example example.com/search/mysearchword/hidden=1 search for mysearchword in all hidden topics, or example.com/search/mysearchword/IT/hidden=1 search for mysearchword in all hidden topics under the IT badge, etc...

Available Options

  • Search for unread=1 to show all unread topics
  • Search for deleted=1 to show all deleted topics
  • Search for hidden=1 to show all hidden topics (hidden is NOT a permission item, just hidden from a standard browse/search)
  • Search for view=link to show results as just links per tropic, no details
  • Search for view=list to show results in a simple table
  • Search for view=detail is the default result view
  • Search for page=2 to show page 2 of your results

More Examples

  • Search for example.com/search/IT/page=2 show all topics in IT badge, on page 2
  • Search for example.com/search/IT/apache/view=list show all topics in IT badge and in apache tag, show in list view

Files[-][--][++]

  • If file extension is .wiki or you add ?wiki to URL the document will be wiki parsed and shows with full css/javascript
  • If you add ?text to url file will be streamed as plain text
  • You can add ?forcedownload to url to force a file to download instead of open in the browser
  • You can adjust how the file manager looks from these get url variables. These only apply with viewing the contents of a folder, not when streaming/downloading a file
    • embed boolean, enabled embed mode, used for internal use
    • filter applies a filter like *.jpg to file manager
    • hide_header boolean
    • hide_menu boolean
    • hide_contextmenu boolean
    • hide_nav boolean
    • hide_subfolders boolean
    • show_hidden boolean
    • hide_columns' boolean
    • hide_selection boolean
    • hide_background boolean
    • view options of detail, detalpreview, icon, preview

Datatables[-][--][++]

  • Footer Column Filter Operators
    • Comparison operators of < > <= >= are all possible. Example >=1
    • Equal operator =, normally filters are a LIKE or CONTAINS statements, this makes it an equals statement so much match exactly. Example =test1
    • NOT operator !. Example: !test
    • AND/OR operators with && and ||. Examples
      • test1 || test1
      • !test1 && !test2
      • >=1 && <=5

Change Log[-][--][++]

New Search Ideas[-][--][++]

  • note: I did this today add a note to your log somethere, maybe your homepage files section, date/time stamp
  • log: search logs?
  • tracker: 3234 togo tracker
  • newtracker: this is the summary auto assigned to me, default values
  • p1tracker: this is the summary make a p1 assigned to V...
  • dealer: search dealer name, add search: keys for all IAM stuff
  • svn: search svn index db
  • go: go directly to topic ID or topicname or like dealer by guid, maybe go: dealer 1321 or go: tracker 3234
    • no maybe not, I would use dealer: 3234 to go there, or topic: 3232 to go there, so maybe no go?
  • url: goto any url in net frame (what used to be my old >go command)
  • web: search the web?
  • rdp: use guacamole to use HTML5 RDP into a system?
  • device: search or goto device by id or GUID or name...autocomplete
  • ebis: bgmo auto login to ebis as bgmo...