vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Programming Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=188)
-   -   New look when the forum is OFF (https://vborg.vbsupport.ru/showthread.php?t=114276)

BoYagoob 06-03-2006 03:18 PM

Nice to know that .. :)

Thanks a lot Boofo ;)

peterska2 06-03-2006 03:27 PM

[high]* peterska2 sneaks in to see why her name keeps being mentioned[/high]

ah, just debating my gender again, fair enough :p

[high]* peterska2 sneaks back out again[/high]

Boofo 06-03-2006 03:34 PM

That's just what we are debating in public about you. There is a whole other debate going on privately. ;)

peterska2 06-03-2006 03:39 PM

That's ok then. I can live with that.

BoYagoob 06-03-2006 03:50 PM

hehehehehe ...

Boofo don't talk about others in public hehehehe ..

we are sorry Ma'am peterska2 .. :)

Nathan2006 06-03-2006 11:28 PM

Thank you BoYagoob

This make it looks really cool :D

BoYagoob 06-04-2006 09:14 AM

You are more than welcome sir :)

Intocable 09-01-2006 03:08 PM

Quote:

Originally Posted by BoYagoob
Hello,
This is a very small modification and in the same time it is my first hack.

What it does: when you turn your forum off, the letters for what ever you write in the field for the reason of closing the forum will be moved (like typing).

Time to install: ~ 1 sec.

Demo: Click here.

How to install: in the field for the reason of closing the forum, just place the content with the following: (of course you can change the content reason). :)

PHP Code:

<span id="typing">


Sorrythe board is unavailable at the moment while we are testing some functionality.
<
br>
We will be back soon...
<
br>

</
span>

<
script type="text/javascript">

interval 100// Interval in milliseconds to wait between characters

if(document.getElementById) {
  
document.getElementById("typing");
  if(
t.innerHTML) {
    
typingBuffer ""// buffer prevents some browsers stripping spaces
    
it 0;
    
mytext t.innerHTML;
    
t.innerHTML "";
    
typeit();
  }
}

function 
typeit() {
  
// mytext = mytext.replace(/<([^<])*>/, "");     // Strip HTML from text
  
if(it mytext.length) {
    
typingBuffer += mytext.charAt(it);
    
t.innerHTML typingBuffer;
    
it++;
    
setTimeout("typeit()"interval);
  }
}
</
script


Loving it bro. Thank you so much ;)

rezapci 09-09-2006 06:35 PM

thanks so much :) so useful :D

Kadi 09-19-2006 06:39 AM

Thanks Abu Yagoob.

I've added it but I'd like to change the direction so it enters from left to right. My forum is in Arabic.


All times are GMT. The time now is 11:32 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.01252 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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