InterOcean Designs
« Member and Admin Jumps »

Welcome Guest. Please Login or Register.
May 25, 2013, 9:48pm




InterOcean Designs :: ProBoards Codes :: ProBoard Code Database :: Member and Admin Jumps
   [Search This Thread] [Share Topic] [Print]
 AuthorTopic: Member and Admin Jumps (Read 1,083 times)
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Member and Admin Jumps
« Thread Started on Apr 12, 2009, 7:12pm »

Member and Admin Jumps by SubDevo
Tested in IE, FF, Opera, Safari and Chrome

   This code creates two Jumps. One for members and another for administrators. For members, it gives instant access to common links. Such as anything PM related, bookmarks and most recent posts of the forum.

   The Admin Jump, has all the links from the admin page and sub-level links. For most of these, you will save 2 or 3 mouse clicks!
One click to access your global or main headers/footers. One click to access Customize Images, Modify skin and more!

Personally, I just use this code for the Admin jump and hide the member jump. It is a REAL timesaver! You will wonder how you got along without this before! ;D

Preview:

Preview 1 (Screenshot from FireFox)
Preview 2 (Screenshot from IE)

Support for Multiple Skins! The code automatically customizes the items in the Admin Jump for your forum! (Editing instructions at bottom of post)

Admin Jump Single and Multiple Skin Comparison

   The code has two parts. The CSS style and the code for the jumps themselves to check weather you are a guest, member and/or administrator.
The jumps are not visible to guests.
Code:
<style type="text/css">
<!--
/* Member and Admin Jumps CSS */

#pmcontainer {position: relative; width: 750px; height: 16px; top: 0px;}
#pmdiv {position: absolute; left: 0px; bottom: 0px;}
#admindiv {position: absolute; right: 0px; bottom: 0px;}
.optcol1 {background-color: #301919; color: #FFDBDB; text-transform: uppercase}
.optcol2 {background-color: #1C0C0C; color: #FF6B6B; text-transform: none}
-->
</style>

<script type="text/javascript">
/* Member and Admin Jumps by SubDevo */
/* Please leave this header intact. Do not repost. */
/* [url]http://interoceandesigns.com[/url] or [url]http://lsdp.proboards.com[/url] */

var forumStaff=/^(admin)$/i // Forum staff user names.
var skins=["","Gold","Mystery","SkyBlue"]; // Skin names.
var sknID=[1,2,3,4]; // Skin ID's
var memHide=1; // 0=Show Member Jump, 1=Hide Member Jump.
var memJump="Member Jump"; // Title of the Member Jump.
var admJump="Administrator Jump"; // Title of the Admin Jump.

// DO NOT EDIT BELOW
var oData=[["Messages","",""],["Received Personal Messages","pm","Go to Inbox"],["View Sent Personal Messages","pm&view=2","Go to Outbox"],["Create a New Personal Message","pmsend","New Message"],["Backup All Your Personal Messages","pmbackup","Backup PMs"],["Mark All Your Personal Messages as Read","javascript:confirm('Are you sure you want to mark all of your messages as read?')?location='?action=pmmarkasread':location.href=document.location","Mark as Read"],["Change Your Personal Message Preferences","pmprefs","PM Preferences"],["More","</optgroup>",""],["View Most Recent Forum Posts","recent","Recent Posts"],["Modify Your Profile","javascript:location='?action=modifyprofile&user='+pb_username","Modify Profile"],["View Your Bookmarked Threads","bookmarks","Bookmarks"],["Change Your Bookmark Preferences","managebookmarks","? ? Preferences"],["","",""],["Customize Your Forum","",""],["Modify Forum Avatars","avatars","Avatars"],["Change General Forum Settings","settings","General Settings"],["Change News Fader Options","newsfader","News Fader"],["Headers and Footers","",""],["Backup All Your Headers and Footers Code","headersfootersdownload","Backup"],["Modify Board Header and Footer Code","headersfooters","Board Header/Footer"],["Modify Your Global Header and Footer Code","headersfooters2&id=*","Global Header/Footer"],["Modify Your Main Header and Footer Code","headersfooters2&id=-","Main Header/Footer"],["View Your Header and Footer Preferences","headersfootersprefs","Preferences"]];
var sData=[["Boards","",""],["Create a New Board","boardcreate","Create Board"],["Delete a Board","boarddelete","Delete Board"],["Modify a Board","boardmodify","Modify Board"],["Move a Board","boardmove","Move Board"],["Change Order of Boards","boardreorder","Reorder Boards"],["Recount Board Totals","recountboards","Recount Board Totals"],["Categories","",""],["Create a New Category","categorycreate","Create Category"],["Delete a Category","categorydelete","Delete Category"],["Modify a Category","categorymodify","Modify Category"],["Change Order of Categories","categoryreorder","Reorder Categories"],["Manage Members","",""],["Ban a Member","ban","Ban Member"],["Email All Members","emailall","Email All"],["Modify Member Rankings","modifyranks","Modify Rankings"],["Send a Personal Message to All Members","pmall","PM All"],["Search All Members","searchmembers","Search Members"],["Member Groups","",""],["Create a New Member Group","membergroupcreate","Create Group"],["Delete a Member Group","membergroupdelete","Delete Group"],["Modify a Member Group","membergroupmodify","Modify Group"],["View Log of Forum Changes","viewsecuritylog","View Security Log"],["Manage Posts","",""],["Attachments - Stats","attachments","Attachments - Stats"],["Attachments - View List","attachmentslist","Attachments - View List"],["Delete Old Posts","deleteoldposts","Delete Old Posts"],["Delete Threads / Posts by Member","deletespecific","Delete Posts by Member"],["Restrictions","",""],["Modify Your Censored Words List","censoredwords","Censored Words"],["Modify Your Reserved Names List","reservednames","Reserved Names"]];
var fData=[["Create a New Skin","skinscreate","Create Skin"],["Delete a Skin","skinsdelete","Delete Skin"],["Set a Skin as Default","skinsdefault","Set Default Skin"]];
if(!skins[0]){
&nbsp; &nbsp;fData.push(["Customize Images","boardimages&skin="+sknID[0],"Customize Images"],["Modify Skin","skinsmodify2&skin="+sknID[0],"Modify Skin"]);
&nbsp; &nbsp;fData.sort();
}else{
&nbsp; &nbsp;mBuild(skins,"Modify ","skinsmodify2&skin=",["Modify Skin","",""],1);
&nbsp; &nbsp;mBuild(skins,"Customize Images for ","boardimages&skin=",["Customize Images","",""],1);
}
oData.push(["Skins / Forum Colors","",""]);
mBuild(fData,0,0,0,0); mBuild(sData,0,0,0,0);
function mBuild(fx,fa,fb,fc,fd){
&nbsp; &nbsp;if(fd){oData.push(fc);}
&nbsp; &nbsp;for(var x=0;x<fx.length;x++){
&nbsp; &nbsp;&nbsp; &nbsp;oData.push((fd) ? [fa+skins[x]+" Skin",fb+sknID[x],skins[x]+" Skin"]:fx[x]);
&nbsp; &nbsp;}
} var mm=(/board=(.+?)(&(amp;)?|$)/i.test(location.href))?"2&id="+RegExp.$1:"";
var cc="<div id='pmdiv' style='display: none'>"; var cd="<div id='admindiv' style='display: none'>";
var ce="</optgroup></select></div>"; var nGrp='<optgroup class="optcol1" label="';
var nOpt=['<option class="optcol2" title="','" value="/index.cgi?action='];
var xa='<select size="1" name="'; xb='" onchange="document.location.href=this.value"><option selected value="">';
var str=xa+'pmjump'+xb+memJump+'</option>';
for(var x=0;x<oData.length;x++){
&nbsp; &nbsp;if(oData[x][0]=="Member Groups"&&pb_username!="admin"){x=x+5;}
&nbsp; &nbsp;if(/^(headersfooters|boardmodify)$/.test(oData[x][1])){oData[x][1]+=mm;}
&nbsp; &nbsp;var nx=(x==5|x==9)?'" value="':nOpt[1];
&nbsp; &nbsp;if(!oData[x][0]){cc+=str+ce; str=xa+'adminjump'+xb+admJump+'</option>'; x++;}
&nbsp; &nbsp;if(!oData[x][2]){var ng=oData[x][1]+nGrp+oData[x][0]+'">'; str+=ng; x++;}
&nbsp; &nbsp;str+=nOpt[0]+oData[x][0]+nx+oData[x][1]+'">'+oData[x][2]+"</option>";
}
document.write("<center><div id='pmcontainer'>"+cc+cd+str+ce+"</div></center>");
function showJumps(){
&nbsp; &nbsp;var a=document.getElementById("pmdiv");
&nbsp; &nbsp;var b=document.getElementById("admindiv");
&nbsp; &nbsp;if(a&&!memHide){a.style.display="";}
&nbsp; &nbsp;if(a&&pb_username.match(forumStaff)){b.style.display="";}
} if(pb_username!="Guest"){ showJumps(); setTimeout("showJumps()",2000);}
</script>
I'm also offering a hosted version. You decide which version is best for you.

Advantages: Only 8Kb in size. Faster page loading.
Instant update of your code if changes need to be made.

Disadvantages: If my "100webspace" server goes down, the code will not run.

Hosted Version:
Code:
<style type="text/css">
<!--
/* Member and Admin Jumps by SubDevo CSS */
#pmcontainer {position: relative; width: 750px; height: 16px; top: 0px;}
#pmdiv {position: absolute; left: 0px; bottom: 0px;}
#admindiv {position: absolute; right: 0px; bottom: 0px;}
.optcol1 {background-color: #301919; color: #FFDBDB; text-transform: uppercase}
.optcol2 {background-color: #1C0C0C; color: #FF6B6B; text-transform: none}
-->
</style>

<script type="text/javascript">
/* Member and Admin Jumps by SubDevo */
/* Please leave this header intact. Do not repost. */
/* [url]http://interoceandesigns.com[/url] or [url]http://lsdp.proboards.com[/url] */

var forumStaff=/^(admin)$/i // Forum staff user names.
var skins=["","Gold","Mystery","SkyBlue"]; // Skin names.
var sknID=[1,2,3,4]; // Skin ID's
var memHide=1; // 0=Show Member Jump, 1=Hide Member Jump.
var memJump="Member Jump"; // Title of the Member Jump.
var admJump="Administrator Jump"; // Title of the Admin Jump.

// DO NOT EDIT BELOW
document.write('<script type="text/javascript" src="http://lsdp.100webspace.net/memadminjumps.js"></scr'+'ipt>');
</script>
Code Placement:
   Place the CSS portion in your Global Header along with your other forum CSS. Place the rest of the code (intact) somewhere in your Global Header or Footer depending on where you want it to appear on your page. You may have to experiment on code placement till you get it to appear where you want it.

   Each jump is in its own DIV. Both of these DIVs are placed into this div: #pmcontainer. In this code, it is centered for a fixed width forum. You may use a percentage instead of px if your forum is NOT fixed width.
The member jump is placed at the far left, the admin jump at the far right. Changing the width of #pmcontainer, will move both of the jumps closer together or move them apart. Change the "top" value to move your Jumps up or down from its current position. Negative values move up, positive down. Change "left" value in #pmdiv to move the Member Jump to the right. Change "right" value in #admindiv to move the Admin Jump to the Left.
Look at the preview pics (above the Code box), for placement of the divs.

Edit the Yellow sections.
These are the DIVs...
#pmcontainer {position: relative; width: 750px; height: 16px; top: -55px;}
#pmdiv {position: absolute; left: 0px; bottom: 0px;}
#admindiv {position: absolute; right: 0px; bottom: 0px;}


These "style" the look of your "jumps"...
.optcol1 {background-image: url(IMAGE URL); background-color: #301919; color: #FFDBDB; text-transform: uppercase}
.optcol2 {background-image: url(IMAGE URL); background-color: #1C0C0C; color: #FF6B6B; text-transform: none}


FireFox displays background image.      Internet Explorer does not.
[image]             [image]

   With the code "as is" the Admin Jump will only be visible to admin.
Edit this line of the javascript to include other members with admin powers. Separate the USER names (NOT display names) with a | . Do not put anything after the last name!
Example:
var forumStaff=/^(admin|user1)$/i // Forum staff user names.

Note: This just controls if the Admin Jump is visible or not.
There is no code check of the actual "powers" of the members in the list!

You can also hide the Member Jump and just use the Admin Jump!
Just edit this line:
var memHide=1; // 0=Show Member Jump, 1=Hide Member Jump.

For Multiple Skins:
Enter your skin names (in quotes and separated by commas) in this line:
var skins=["","Gold","Mystery","SkyBlue"]; // Skin names.
Do NOT put a comma after the last skin name!
And of course, remove the skin names used in the example above if you are putting in your own skin names. ;)

var sknID=[1,2,3,4]; // Skin ID's
Put the skin ID's in matching the order of the skin name in the above variable.
Using the example above, "Gold" is skin id=2, "Mystery" is skin id=3 etc.
If you only have one skin, change the first position in list to "" and make sure the first skin ID is correct (if you haven't deleted your default skin, the skin id is "1")

How do I find my Skin ID's?
Go to your "Modify Profile" page.
Then copy/paste the following line of code into your address bar and hit ENTER.

javascript:var b="";try{var n=document.getElementsByName("skin")[0].options;if(n){for(x=0;x<n.length;x++){b+=n[x].value+" = "+n[x].text+"\n";}}}catch(e){b=pb_skinid+" = Default";}alert(b);

You will get an alert box with a list of all your skin names and IDs. ;)

Enjoy!!! :)
SubDevo

EDIT:
8/07/2009 - Added two more options for "Attachments" to the menu...
3/07/2010 - Added the new "Forum Analytics" section and also a hosted version of the code.
3/20/2010 - Updated code for use with any skin ID's in any order.
Previous code assumed skin ID's start at 1 and ascend numerically.
8/08/2011 - Very small edit to ensure Chrome users see the jumps. Added new feature. If you are viewing in a board when you click "Modify Board" or "Board Header/Footer" it takes you directly to that board area. Nice...
4/08/2012 - Removed the "Forum Analytics" from the admin jump since PB no longer uses it.
« Last Edit: Apr 8, 2012, 3:18am by SubDevo »Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #1 on Mar 7, 2010, 10:35am »

Updated this code to include the new "Forum Analytics" section. :)
You will find it in the Admin panel if you are curious.
If you are using the hosted version, you don't have to do anything!
It is already updated and you will see the new options at the bottom of the jump.
Of course, if you are not using the hosted version, please grab a fresh version of the code!

Regards,
SubDevo
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #2 on Mar 20, 2010, 8:52pm »

Updated the code!
This is a major update for compatibility with skin ID's that are NOT in the normal numerical order.

For example, if you create a new skin, then delete your default skin, your new "default" skin now has an ID=2 and for a few of the options in the jump you will get an error page saying something like "invalid skin ID". This update fixes that issue.

You now have an additional variable to specify the ID's of your skins.
Please get a fresh copy if you are not using the hosted version.

If you are using the hosted code...
You will get errors with the code until you add this variable:
var sknID=[1,2,3,4]; // Skin ID's
Please read the bottom of the original post for updated instructions.

Regards,
SubDevo
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
Paige
Senior Member
IOD's Music/Drama Queen
member is offline

[avatar]

On Hiatus, to RPG world

[yim] [msn]

Joined: Apr 2009
Gender: Female
Posts: 547
Location: Malaysia
Karma: 6
 Re: Member and Admin Jumps
« Reply #3 on Mar 21, 2010, 1:58am »

Nice one,Sub!
Thanks!

But can the jump be anywhere near the top?
Link to Post - Back to Top  IP: Logged


[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #4 on Mar 21, 2010, 2:30am »


Mar 21, 2010, 1:58am, Paige wrote:
Nice one,Sub!
Thanks!

But can the jump be anywhere near the top?


Sure. Just put the code in your Global Header. ;)
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
Paige
Senior Member
IOD's Music/Drama Queen
member is offline

[avatar]

On Hiatus, to RPG world

[yim] [msn]

Joined: Apr 2009
Gender: Female
Posts: 547
Location: Malaysia
Karma: 6
 Re: Member and Admin Jumps
« Reply #5 on Mar 21, 2010, 3:19am »


Mar 21, 2010, 2:30am, SubDevo wrote:

Mar 21, 2010, 1:58am, Paige wrote:
Nice one,Sub!
Thanks!

But can the jump be anywhere near the top?


Sure. Just put the code in your Global Header. ;)


Oooh...
OK,thanks!
Link to Post - Back to Top  IP: Logged


[image]
Marx Cartoonee
Junior Member
Mango!
member is offline

[avatar]

Care for some ^M^A^N^G^O^ juice?

[icq] [yim] [msn] [aim]
[homepage]

Joined: Feb 2010
Gender: Male
Posts: 172
Location: Serbia
Karma: 4
 Re: Member and Admin Jumps
« Reply #6 on May 2, 2010, 7:32am »

Hey Sub, would it be ok to add this line to the code for my forum?

document.write("<center><div id='pmcontainer'>"+cc+cd+str+ce+"</div></center>");
if(pb_username!="Guest"){
   if(!memHide){document.getElementById("pmdiv").style.display="block";}
   if(pb_username.match(forumStaff)){document.getElementById("admindiv").style.display="block";}
}

else
{document.getElementById("pmcontainer").style.display="none";}


I'm using a background image for the container div, and it looks pretty pointless when a guest is viewing the page, so I'd like it hidden from guests. Or, if you know of a better way, could that be done instead?
Link to Post - Back to Top  IP: Logged

[ME] murdered my father and violated my mother!
[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #7 on May 2, 2010, 1:04pm »

That's OK with me Marx. *Official SubDevo Permission here* lol
Thank you for asking for permission. I do appreciate that. 8-)

If it was me, I would put that line here. Just to keep it "tidy" looking. ;)
You do not have to change it from what you have though. ;)

document.write("<center><div id='pmcontainer'>"+cc+cd+str+ce+"</div></center>");
if(pb_username!="Guest"){
   if(!memHide){document.getElementById("pmdiv").style.display="block";}
   if(pb_username.match(forumStaff)){document.getElementById("admindiv").style.display="block";}
}
else{document.getElementById("pmcontainer").style.display="none";}

SubDevo
« Last Edit: May 2, 2010, 1:04pm by SubDevo »Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
Marx Cartoonee
Junior Member
Mango!
member is offline

[avatar]

Care for some ^M^A^N^G^O^ juice?

[icq] [yim] [msn] [aim]
[homepage]

Joined: Feb 2010
Gender: Male
Posts: 172
Location: Serbia
Karma: 4
 Re: Member and Admin Jumps
« Reply #8 on May 2, 2010, 1:13pm »

I always (or at least mostly) ask for permission to modify stuff that isn't mine.

I did it like that so I can follow what's going on, an old habit from learning pascal in school. But yeah, your modification looks tidier, so I'll put it all in the same line.
Link to Post - Back to Top  IP: Logged

[ME] murdered my father and violated my mother!
[image]
aRMY83
Elite Member
IOD Supporter
member is offline

[avatar]

It's me!


[homepage]

Joined: Mar 2010
Gender: Male
Posts: 1,079
Location: Just a Stone's Throw Away!
Karma: 40
 Re: Member and Admin Jumps
« Reply #9 on Jun 18, 2011, 1:17pm »

SubDevo....

Just noticed that when admin clicks on "Modify Skin" that it takes you right to the Default Skin ( full page loaded ) which would be okay with one skin. However, for those that have more than one skin, as I do, that could be a problem with mouse clicks. Would suggest this code take you right to the:

" Select the skin from the drop down menu below that you would like to modify."

or something in that direction of the code if possible.

Just my input here. One nice code, if I may add, and saves the admin a bunch of mouse clicks!
Link to Post - Back to Top  IP: Logged

[image]

[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #10 on Jun 18, 2011, 3:43pm »

The code already supports the use of multiple skins.
Check the code post instructions in the "For Multiple Skins:" section (near bottom).
You will be able to select the specific skin in the dropdown for "Customize Images" and "Modify Skin".
Check out the comparison link just under the "Preview" links.
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
aRMY83
Elite Member
IOD Supporter
member is offline

[avatar]

It's me!


[homepage]

Joined: Mar 2010
Gender: Male
Posts: 1,079
Location: Just a Stone's Throw Away!
Karma: 40
 Re: Member and Admin Jumps
« Reply #11 on Jun 18, 2011, 5:00pm »

Sorry SubDevo as it's my BAD for not reading the instructions. Took a look and sure enough they are there and I did figure out that I forgot to add Default and that's why the other skins where not showing up:

var skins=["here","Tiger TP","Military TP"]; // Skin names.
var sknID=[1,16,20]; // Skin ID's

As always, things are working just fine now...
« Last Edit: Jun 18, 2011, 5:01pm by aRMY83 »Link to Post - Back to Top  IP: Logged

[image]

[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #12 on Jun 18, 2011, 6:35pm »

Ahh yes the names... It's always something simple isn't it?
Glad you got it sorted out. Enjoy! :)
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #13 on Aug 8, 2011, 8:14am »

Old code (my very first code that I posted!). New update!
Previously, when you click on "Board Header/Footer" or "Modify Board" in the admin jump, you had to select your board from the list. The new code update will now take you directly to that board header/footer or Modify board page if you are within/viewing a board.
If not, you will be taken to the select board page as before. Does any of this make sense to you guys?

If you are using the hosted version, it has already been updated. To make sure you are using it, do a hard refresh (CTRL+F5) while viewing your forum. Go into a board and try out the admin jump with your new "feature". For you other folks, grab a fresh copy of the code...

I freaking love this code! I can't live without it!

EDIT:
Almost forgot... Also made a very small edit to ensure Chrome users see the jumps. ;)
« Last Edit: Aug 8, 2011, 9:04am by SubDevo »Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Member and Admin Jumps
« Reply #14 on Apr 8, 2012, 3:24am »

Code update: Removed the "Forum Analytics" from the admin jump since PB no longer uses it. If you are using the hosted version you do not need to do anything. Just delete your temp files or do a hard refresh in your brower (ctrl+F5). Anyone else can just grab a fresh copy of the code. Unless of course you don't mind the extra section at the bottom of the jump that does nothing! lol
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
   [Search This Thread] [Share Topic] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile