vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Reviews (https://vborg.vbsupport.ru/forumdisplay.php?f=14)
-   -   Darkinspirations Board (https://vborg.vbsupport.ru/showthread.php?t=87891)

imported_punishment 11-22-2003 05:32 PM

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!

idwf 11-22-2003 08:29 PM

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. :)

MindTrix 11-22-2003 09:01 PM

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.

imported_punishment 11-22-2003 09:23 PM

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! :)

MindTrix 11-22-2003 09:26 PM

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.

imported_punishment 11-22-2003 09:33 PM

Quote:

Originally Posted by Magik
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. :)



What means tbh??

MindTrix 11-22-2003 09:35 PM

tbh is a short way of saying To Be Honest

imported_punishment 11-22-2003 09:41 PM

Quote:

Originally Posted by MindTrix
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.


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! :(

imported_punishment 11-22-2003 09:42 PM

Quote:

Originally Posted by MindTrix
tbh is a short way of saying To Be Honest


Oh thanks :)

imported_punishment 11-22-2003 09:57 PM

@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 ;)


All times are GMT. The time now is 12:11 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01279 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete