Welcome Guest [Log In] [Register]

About Me

Categories
Scripts (1)
Secrets (2)

Readers Online

0 Members, 1 Guest

May 05

Signs of the Pre-Register feature

It would seem that there are many signs of the Pre-Register feature coming back to ZetaBoards.

In the Admin CP under the Administrator logs, as a subnote to the Misc. Functions you can see that it says "Pre-Registered Members"

Also, without revealing the entire file, this is a section of a support magic js file. (The name means nothing special.)

Quote:
 
...please create an account for us with Admin privileges so that we can go over your board settings. To do this, click on the [b]Pre-Register[/b] link (in the [b]Users & Groups[/b] section of the menu on the left)...
Posted in Secrets at 7:29 pm · No comments
Feb 23

Professional Line

This is a new line of scrips that I am writing. I can call them professional because of they way that they work. At the expense of the very first script (the Professional Menu-adder) and usage of the function, all other scripts have the ability to load absolutely nothing untill a link is clicked. This is accomplished through the jQuery function: $.getScript() which loads a file and executes the javascript that is contained.

Using this function is far superior to putting new script tags because the script is not loaded with the page. Loading scripts can usually take a long time and cause the page to lag while it is loading. By allowing users to activate a script through clicking a link, this lag is eliminated - which is nothing short of Genius.

The current scripts are as follows:

* - Not Released Yet

Enjoy!
- Chris
Posted in Scripts at 10:20 pm · 5 comments
Feb 12

Staff Notes

Today I created my first Official Blog Entry. I discovered, while snooping through this "Support Magic" file, a new tag that works with Javascript. It's kind-of silly if you ask me. There is no style to it except an indention equivalent to a Microsoft Word [Tab].

To use it, just put the following in one of your posts:
Quote:
 
[staff]your message[/staff]

Simple, no?
Just don't leave it in a post where someone on the staff team will see it! :D
Posted in Secrets at 4:53 pm · No comments