Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Add more boxes to Board Statistics; *UPDATED*
Topic Started: Nov 29 2007, 09:56 PM (3,954 Views)
badtzmaru
Member Avatar
Member
[ *  *  * ]
Thanks again for this nice code. :D I'm still using the first code.

I was wondering if it's possible to make the imageSource picture link to a site. @_@
Offline Profile Quote Post Goto Top
 
RyuraGS
Member Avatar
Member
[ *  *  * ]
badtzmaru
Dec 2 2007, 06:04 AM
Thanks again for this nice code. :D I'm still using the first code.

I was wondering if it's possible to make the imageSource picture link to a site. @_@
This is possible in the second code. Please upgrade to that if you want that functionality. I've added documentation for it; the option is imageLink.
Offline Profile Quote Post Goto Top
 
badtzmaru
Member Avatar
Member
[ *  *  * ]
Oh, thank you!

I've tried your code in Firefox 2, but it's not showing up. :( Here's the code I put:
Code:
 
<script src='http://generationstudio.net/codes/zbboardstats2.js'>// More Board Statistics Boxes by GenerationStudio</script>
<script type="text/javascript">
$().newZBBS({
isOn: true,
Title: "P*CC Affiliates",
Info: "none yet<br>If you're interested in affiliating with P*CC, please read <a href='http://s1.zetaboards.com/clazziquai/pages/affiliates/'>this page</a>.",
Image: "http://s1.zetaboards.com/in/large/stress.png",
imageLink: "http://s1.zetaboards.com/clazziquai/pages/affiliates/"
});
</script>
Offline Profile Quote Post Goto Top
 
RyuraGS
Member Avatar
Member
[ *  *  * ]
badtzmaru
Dec 2 2007, 09:36 AM
Oh, thank you!

I've tried your code in Firefox 2, but it's not showing up. :( Here's the code I put:
Code:
 
<script src='http://generationstudio.net/codes/zbboardstats2.js'>// More Board Statistics Boxes by GenerationStudio</script>
<script type="text/javascript">
$().newZBBS({
isOn: true,
Title: "P*CC Affiliates",
Info: "none yet<br>If you're interested in affiliating with P*CC, please read <a href='http://s1.zetaboards.com/clazziquai/pages/affiliates/'>this page</a>.",
Image: "http://s1.zetaboards.com/in/large/stress.png",
imageLink: "http://s1.zetaboards.com/clazziquai/pages/affiliates/"
});
</script>
That code works fine for me.
Offline Profile Quote Post Goto Top
 
Tim
Member Avatar
Timmeh
[ *  *  *  * ]
Good job, works for me and flows very well.
Offline Profile Quote Post Goto Top
 
badtzmaru
Member Avatar
Member
[ *  *  * ]
GenerationStudio
Dec 2 2007, 11:32 AM
That code works fine for me.
:blink: It still doesn't show up for me in both of my themes, and I'm only using this code and another one to add links to the submenu in Edit Theme Layout. @_@ This is very strange... Do you know what I could do to check if something on the board is colliding with the code or something? o_O
Edited by badtzmaru, Dec 2 2007, 09:18 PM.
Offline Profile Quote Post Goto Top
 
RyuraGS
Member Avatar
Member
[ *  *  * ]
badtzmaru
Dec 2 2007, 09:17 PM
GenerationStudio
Dec 2 2007, 11:32 AM
That code works fine for me.
:blink: It still doesn't show up for me in both of my themes, and I'm only using this code and another one to add links to the submenu in Edit Theme Layout. @_@ This is very strange... Do you know what I could do to check if something on the board is colliding with the code or something? o_O
Ah, I think I may have found the problem. Try placing the code in Below the Board: instead of Javascripts:, if that's where you had previously put it.
Edited by RyuraGS, Dec 2 2007, 09:26 PM.
Offline Profile Quote Post Goto Top
 
badtzmaru
Member Avatar
Member
[ *  *  * ]
Okay, I've removed the other code and opened my board for you to see: http://s1.zetaboards.com/clazziquai/index/ :D (Or did you want to log in as a member? I have plenty of dummy accounts. :D )

Thanks so much!! >_<


Okay! Will go do that now!! @_@ Thank you!!!!

EDIT: Ack, that still didn't work. >_<;; The code is still in Below the Board right now. I really appreciate your help... T_T
Edited by badtzmaru, Dec 2 2007, 09:32 PM.
Offline Profile Quote Post Goto Top
 
RyuraGS
Member Avatar
Member
[ *  *  * ]
Also, replace the code with this:

Quote:
 

<script src='http://generationstudio.net/codes/zbboardstats2.js'>// More Board Statistics Boxes by GenerationStudio</script>
<script type="text/javascript">
$(function(){
$().newZBBS({
isOn: true,
Title: "P*CC Affiliates",
Info: "none yet<br>If you're interested in affiliating with P*CC, please read <a href='http://s1.zetaboards.com/clazziquai/pages/affiliates/'>this page</a>.",
Image: "http://s1.zetaboards.com/in/large/stress.png",
imageLink: "http://s1.zetaboards.com/clazziquai/pages/affiliates/"
});
});
</script>
Offline Profile Quote Post Goto Top
 
badtzmaru
Member Avatar
Member
[ *  *  * ]
SUCCESS!!!! O_O

Wahh, thank you so much!!!! >_< Yay, I'm so happy now! I'll bake you a special cookie. XD
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · User Created Codes · Next Topic »
Add Reply