Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Jay

Jay  Avatar
Random Avy Refresh To See Another One

50%

***
Dedicated Member

171


December 2007
Have You Heard The Buzz about Admin Panel Add-ons have been missing because to the addition of the PB Blog Cell In The Admin Panel? go and have a good look at it and see if your RPG Insipiration code admin menu,or Crossfury well craig solved the problem to move the PB Blog Cell so you can add Admin Panel Add-ons all you have to do is install the admin panel add-on code and then try to put the patch on your main board footers and see the magic oh i mean trick.....

<script type="text/javascript">
<!--

if (location.href.match(/ion=(admin|headersfooters3)/i)) {

pbRows = document.getElementsByTagName('tr');

for (a=5; a< pbRows.length; a++) {
if (pbRows[a].getElementsByTagName('td').length == 4 && pbRows[a].firstChild.width=="25%") {

if (navigator.appName=="Microsoft Internet Explorer") {
pbBlogHead = pbRows[a].lastChild.innerHTML.match(/^(.+)/) ? RegExp.$1 : 0;
pbBlog = pbRows[a].lastChild.innerHTML.match(/(.+)$/) ? RegExp.$1 : 0;
} else {
pbBlogHead = pbRows[a].lastChild.innerHTML.match(/^(.+)\<script/i) ? RegExp.$1 : 0;
pbBlog = pbRows[a].lastChild.innerHTML.match(/\<\/script\>(.+)$/i) ? RegExp.$1 : 0;
}
pbBlog = pbBlog.replace(/<br\s?\/?>/gi, ' ');
pbRows[a].removeChild(pbRows[a].lastChild);
pbRows[a].getElementsByTagName('td')[0].width="33%";
pbRows[a].getElementsByTagName('td')[1].width="34%";
pbRows[a].getElementsByTagName('td')[2].width="33%";

newRow = document.createElement('tr');
newCell = document.createElement('td');
newCell.colSpan=3;
newCell.innerHTML = pbBlogHead + '<marquee id="pbaablog" width="100%" class="windowbg2" style="padding: 5px;" onMouseOver = "this.stop()" onmouseout="this.start()">' + pbBlog + '</marquee><br /><br />';
newRow.appendChild(newCell);
pbRows[a].parentNode.appendChild(newRow);
break;
}
}
}

// -->
</script>


Praise Your Papa Smurf! :P

Click For More Info!

Click here to feed me a fruit!
Get your own at Dinomon!

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
I still think they should have thought about modifying the admin panel a bit more before they did. This is quite a hassle for code creators.

Though, on a lighter note, Stargaze had already been updated to work with. :P

windwaker

windwaker Avatar
Hey!

***
Dedicated Member

225


October 2005
So where is the original code? I want to try this out.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
windwaker said:
So where is the original code? I want to try this out.


For stargaze? Nowhere.

For the admin page? Nowhere. It was changed permanetly.

For this code? In the spot he linked to.

Jay

Jay  Avatar
Random Avy Refresh To See Another One

50%

***
Dedicated Member

171


December 2007
To Make Things clear........ first you put the code that adds new menu on the admin panel and put this code on the main footers right after stargaze worked!

Thanks Chris
Click here to feed me a fruit!
Get your own at Dinomon!

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Actually, this code should go first. Then add Stargaze. The reason Stargaze works is, as I said, I updated the code to work for both.

Moose

Moose Avatar

****
Senior Member

449


August 2005
cddude229 said:
Actually, this code should go first. Then add Stargaze. The reason Stargaze works is, as I said, I updated the code to work for both.

Saves me some work. ;D
Greg says:
Coding music...
Greg says:
Hmm...
Greg says:
I wouldn't rule it out. :P
Chris 3.0 [New features? Yes.] says:
:P
Greg says:
If you think about machine code it's a bunch of 1s and 0s
Chris 3.0 [New features? Yes.] says:
Anything is possible.
Greg says:
Yeah try to code Metallica
Chris 3.0 [New features? Yes.] says:
:P Yeah, I'll get right on that... right after I learn to fly.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
moose said:
cddude229 said:
Actually, this code should go first. Then add Stargaze. The reason Stargaze works is, as I said, I updated the code to work for both.

Saves me some work. ;D


You'd have made me upload it either way. :P

eton

eton Avatar

*
New Member

16


July 2008

newBookmarkLockedFalling