|
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! Click For More Info!
|
Click here to feed me a fruit! Get your own at Dinomon!
|
|
|
|
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.
|
|
|
|
|
So where is the original code? I want to try this out.
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
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.
|
Greg says: Coding music... Greg says: Hmm... Greg says: I wouldn't rule it out. Chris 3.0 [New features? Yes.] says:
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: Yeah, I'll get right on that... right after I learn to fly.
|
|
|
|
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. You'd have made me upload it either way.
|
|
|
|
|
...well craig solved the problem
|
|
|