Welcome Guest [Log In] [Register]
Support Staff Recommendation
All communities remaining on zIFBoards/InvisionFree should check their conversion opt-in selection in their Admin CP (menu item Tapatalk Conversion)
(Read More)

About Me

I've got a lot of opinions about ways to improve the services Zathyus Networks has to offer. I've also got some general advice for board owners and theme designers that might end up being useful some day. For now, these thoughts are kept here where curious minds can find them if they look.
Categories
Service Feedback (2)
Tutorials & Documentation (3)

Readers Online

0 Members, 0 Guests

Feb 27

ZB Hidden Features

This is my personal list of hidden pages and features of ZB that not everyone may know about. I really wish some of these were made more prominent, they're so useful! Please share the ones you know about too by commenting on this blog post. :)

Hidden Pages - The following links are listed as a generic formula to match them to your own board, but clicking them will take you to that page on this board.


Miscellaneous
  • Hidden BBCode - Can you think of more than the ones I have listed?
    • Tables used to be hidden, but they now have a special editor button all their own that shows up when posting. It doesn't show up in the BBCode key, nor in the ACP BBCode controls.
    • [member] - Not in BBCode key, but is in ACP BBCode controls and posts (if enabled).
    • [staff] - Not in BBCode key, but is in ACP BBCode controls and posts (if enabled).
    • [class] - Not in BBCode key, but is in ACP BBCode controls and posts (if enabled).
    • [note] - Not in BBCode key, but is in ACP BBCode controls and posts (if enabled).

  • You can restore a post immediately after accidentally deleting it. 0_0 Here's a sample URL from my test board, if you want to inspect the link address format.
  • Hidden Themes - Turns out this isn't a built-in feature and is just something implemented on this board. I'll cover it anyway though. :D (Thanks to Helena for sharing the secret!) You start by adding and enabling a theme in your ACP. Then you use a javascript to hide it from the drop down list, which makes it only accessible if you dig up the setskin link to that theme.
Code: Script Goes Above Copyright
 
<!--<script type="text/javascript">
$('#setskin option[value=SETSKIN NUMBER HERE]').remove();
</script>-->
Posted in Tutorials & Documentation on Feb 27 2013, 04:39 PM · No comments
  1. Add new comment: