The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Darkinspirations Board
Hello!
I have a geman Darkart Board! I don't speak good English! Sorry Ok this is the Address http://www.darkinspirations.com/forum/index.php?s= And the Postbit http://www.darkinspirations.com/foru...=&threadid=214 It's only for 1024x768 Pixel update comming soon.....! This Board is the support for my Art and other Darkart, "Giger, Poul Booth etc., " Thank's for looking and your Opinion! |
#2
|
||||
|
||||
kinda nice idea...i just think that its a bit too....bulky!
I think you've spent a lot of time making this, and i like that, but its not working for me tbh. |
#3
|
||||
|
||||
Your front page looks amazing, alot of hard work has gone into that, well done i love it.
Would you mind letting me know how you have made that effect when placing the cursor over the navigation buttons and then removing them? It's kind of like a fading effect.Brilliant. And the postbit!! seems like people have their own unique borders around their avatar, looks gorgeous. to be honest i just love the whole site, people HAVE to view it, alot of work has gone into this. If it wasnt for it beeing in German i would definetly join. |
#4
|
||||
|
||||
Thanks for the nice feedback, participated good long and hard work!
Unfortunate that my English is so bad! I think that it times which other one am than most boards and it fits well topic! |
#5
|
||||
|
||||
I'm guessing in English that means
Cheers for the feedback, My English is not that good. Something about other board, and that the style fits in well with the boards theme. Either way well done mate, it looks brilliant. |
#6
|
||||
|
||||
Quote:
What means tbh?? |
#7
|
||||
|
||||
tbh is a short way of saying To Be Honest
|
#8
|
||||
|
||||
Quote:
Ok one! I thank you for the nice feedback! I am pleased, which pleases it you! The development time of the Design, was also rather for a long time! And I am unfortunately only that the diagrams make there! |
#9
|
||||
|
||||
Quote:
Oh thanks |
#10
|
||||
|
||||
@MindTrix
The Fading Effekt is a Javascript! Between <Head> and </Head> ---------------------------------------------------------------------- <script type="text/javascript"> //Uncomment the next line for random transition rollover each time the page is loaded document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=2, transition='+Math.floor(Math.random()*23)+') }</STYLE>'); //Uncomment the next line for a specific transition rollover (transition=0 to 23) //document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=1,transition=2) }</STYLE>'); //Uncomment the next line for fading rollovers //document.write('<STYLE TYPE="text/css">.imgTrans{ filter:blendTrans(duration=2) }</STYLE>'); var onImages=new Array(); function Rollover(imgName, imgSrc) { onImages[imgName] = new Image(); onImages[imgName].src = imgSrc; } function turnOn(imgName) { if(document.images[imgName].filters != null) document.images[imgName].filters[0].stop(); document.images[imgName].offSrc = document.images[imgName].src; document.images[imgName].src = onImages[imgName].src; } function turnOff(imgName) { if(document.images[imgName].filters != null) document.images[imgName].filters[0].apply(); document.images[imgName].src = document.images[imgName].offSrc; if(document.images[imgName].filters != null) document.images[imgName].filters[0].play(); } Rollover("home", "top_home1.gif"); Rollover("members", "top_members1.gif"); Rollover("profile", "top_profile1.gif"); Rollover("register", "top_register1.gif"); Rollover("search", "top_search1.gif"); Rollover("calendar", "top_calendar1.gif"); Rollover("portal", "top_portal1.gif"); Rollover("hilfe", "hilfe1.gif"); </script> -------------------------------------------------------------------- Between <body> and </body> -------------------------------------------------------------------- <a href="usercp.php?s=" onMouseOver="turnOn('profile');" onMouseOut="turnOff('profile');"><img name="profile" class="imgTrans" src="top_profile.gif" border="0"></a> <a href="register.php?s=&action=signup"onMouseOver="t urnOn('register');" onMouseOut="turnOff('register');"><img name="register" class="imgTrans" src="top_register.gif" border="0"></a> <a href="calendar.php?s="onMouseOver="turnOn('calenda r');" onMouseOut="turnOff('calendar');"><img name="calendar" class="imgTrans" src="top_calendar.gif" border="0"></a> <a href="memberlist.php?s=" onMouseOver="turnOn('members');" onMouseOut="turnOff('members');"><img name="members" class="imgTrans" src="top_members.gif" border="0"></a> <a href="misc.php?s=&action=faq"onMouseOver="turnOn(' hilfe');" onMouseOut="turnOff('hilfe');"><img name="hilfe" class="imgTrans" src="hilfe.gif" border="0"></a> <a href="search.php?s="onMouseOver="turnOn('search'); " onMouseOut="turnOff('search');"><img name="search" class="imgTrans" src="top_search.gif" border="0"></a> <a href="home.php?s="onMouseOver="turnOn('home');" onMouseOut="turnOff('home');"><img name="home" class="imgTrans" src="top_home.gif" border="0"></a> <a href="index.php?s="onMouseOver="turnOn('portal');" onMouseOut="turnOff('portal');"><img name="portal" class="imgTrans" src="top_portal.gif" border="0"></a> ------------------------------------------------------- Much fun thereby and a english support is planned with us |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|