Thread Ikonboard: Eröffnung der Testphase des Ikonboard (89 answers)
Opened by Strat at 2003-08-04 02:08

esskar
 2003-08-04 03:54
#87430 #87430
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
fehler kommt, weil folgende vars nicht im quick-reply mode nicht gesetzt sind:

Code: (dl )
1
2
3
4
5
6
7
8
9
// IBC Code stuff
var text_enter_url = "Enter the complete URL for the hyperlink";
var text_enter_url_name = "Enter the title of the webpage";
var text_enter_image = "Enter the complete URL for the image";
var text_enter_email = "Enter the email address";
var text_enter_flash = "Enter the URL to the Flash movie.";
var text_flash_width = "Enter the Width of the movie in pixels. Maximum Width= ";
var text_flash_height = "Enter the Height of the movie in pixels. Maximum Height= ";
var text_code = "Usage: [CODE] Your Code Here..
";
var text_quote = "Usage:
Quote
Your Quote Here..
";
var error_no_url = "You must enter a URL";
var error_no_title = "You must enter a title";
var error_no_email = "You must enter an email address";
var error_no_width = "You must enter a width";
var error_no_height = "You must enter a height";
[/CODE]

View full thread Ikonboard: Eröffnung der Testphase des Ikonboard