Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 10000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 15 post(s). Click here to show all
Posted by: Dandello
Posted on: Aug 16th, 2014 at 8:31pm
Newest version of Off-Topic (Requires Build 1531 or better) UBBC array auto maticallt positions and sets width so no 'make compatible' mod is required.
Posted by: pyragony54
Posted on: Jun 27th, 2014 at 3:08pm
I do not mean the button alone, I mean the entire image.
Posted by: Dandello
Posted on: Jun 27th, 2014 at 1:23pm
pyragony54 wrote on Jun 27th, 2014 at 6:08am:
Works, but the buttons that does not look good.
http://abload.de/thumb/bild10agsyf.jpg


Yeah - that's a pretty ugly button.  Grin
Posted by: pyragony54
Posted on: Jun 27th, 2014 at 6:13am
Code
Select All
<edit file>
 Languages/German_Du/InstantMessage.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>

 ## off topic text
 %offtopic_txt    =(
 '01' => 'Off Topic Kommentar',
 );

 </add before>

 <edit file>
 Languages/German_Du/ContextHelp.lng
 </edit file>

 <search for>
 'noparse' => "Keine Syntaxanalyse:<br /><br />Wähle die YaBBC Code:<br />[SELECT]
Diese Tabelle wird nicht analysiert werden
[/SELECT]<br /><br />Klicke auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b><br />[table][tr][td]Diese Tabelle wird nicht analysiert werden[/td][/tr][/table]<br /><br /><b>Ergebnis:</b><br />
Diese Tabelle wird nicht analysiert werden
"); </search for> <add before> 'offtopic' => "Markieren Sie einen Off-Topic-Kommentar:<br /><br />Wähle den Text: bla bla [SELECT]Hallo Welt[/SELECT] bla bla<br /><br />Klicke auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b> bla bla
Off Topic CommentHallo Welt
bla bla<br /><br /><b>Ergebnis:</b> bla bla
Off Topic CommentHallo Welt
bla bla", </add before> <search for> 'noparse', '$contextxt{'noparse'}' </search for> <add before> 'offtopic', '$contextxt{'offtopic'}', </add before> <edit file> Languages/German_Du/Main.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before> <edit file> Languages/German_Du/Post.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before>

Posted by: pyragony54
Posted on: Jun 27th, 2014 at 6:12am
Code
Select All
<edit file>
 Languages/German/InstantMessage.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>

 ## off topic text
 %offtopic_txt    =(
 '01' => 'Off Topic Kommentar',
 );

 </add before>

 <edit file>
 Languages/German/ContextHelp.lng
 </edit file>

 <search for>
 'noparse' => "Keine Syntaxanalyse:<br /><br />Wählen Sie die YaBBC Code:<br />[SELECT]
Diese Tabelle wird nicht analysiert werden
[/SELECT]<br /><br />Klicken Sie auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b><br />[table][tr][td]Diese Tabelle wird nicht analysiert werden[/td][/tr][/table]<br /><br /><b>Ergebnis:</b><br />
Diese Tabelle wird nicht analysiert werden
"); </search for> <add before> 'offtopic' => "Markieren Sie einen Off-Topic-Kommentar:<br /><br />Wählen Sie den Text: bla bla [SELECT]Hallo Welt[/SELECT] bla bla<br /><br />Klicken Sie auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b> bla bla
Off Topic CommentHallo Welt
bla bla<br /><br /><b>Ergebnis:</b> bla bla
Off Topic CommentHallo Welt
bla bla", </add before> <search for> 'noparse', '$contextxt{'noparse'}' </search for> <add before> 'offtopic', '$contextxt{'offtopic'}', </add before> <edit file> Languages/German/Main.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before> <edit file> Languages/German/Post.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before>

Posted by: pyragony54
Posted on: Jun 27th, 2014 at 6:08am
Works, but the buttons that does not look good.


Posted by: Dandello
Posted on: Jun 25th, 2014 at 5:07pm
Spoiler Compatible Off-Topic Tag
Posted by: Dandello
Posted on: Jun 25th, 2014 at 4:13pm
All I can think of is that in PostBox.pm there is a good copy of
Code (Javascript)
Select All
            document.write("<img src='$yyhtml_root/ModImages/offtopic.gif' onclick='offtopic();' "+HAND+" width='23' height='22' alt='$offtopic_txt{'01'}' title='$offtopic_txt{'01'}' />"); 



and a bad copy.

Or possibly in ContextHelp.pm (becaue I can't reproduce the problem on my Mod test install.)
Posted by: pyragony54
Posted on: Jun 25th, 2014 at 3:01pm
For off-topic now everything is good, just does not work anymore noparse and I get a nice error message as java script.
Posted by: pyragony54
Posted on: Jun 25th, 2014 at 2:24pm
Strangely, the German files have after the update in step two also no longer works. Here is the new one.


Code
Select All
<edit file>
 Languages/German/InstantMessage.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>

 ## off topic text
 %offtopic_txt    =(
 '01' => 'Off Topic Kommentar',
 );

 </add before>

 <edit file>
 Languages/German/ContextHelp.lng
 </edit file>

 <search for>
 'noparse' => "Keine Syntaxanalyse:<br /><br />Wählen Sie die YaBBC Code:<br />[SELECT]
Diese Tabelle wird nicht analysiert werden
[/SELECT]<br /><br />Klicken Sie auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b><br />[table][tr][td]Diese Tabelle wird nicht analysiert werden[/td][/tr][/table]<br /><br /><b>Ergebnis:</b><br />
Diese Tabelle wird nicht analysiert werden
"); </search for> <add before> 'offtopic' => "Markieren Sie einen Off Topic Kommentar:<br /><br />Select the text: bla bla [SELECT]Hallo Welt[/SELECT] bla bla<br /><br />Klicken Sie auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b> bla bla
Off Topic CommentHallo Welt
bla bla<br /><br /><b>Resultat:</b> bla bla
Off Topic CommentHallo Welt
bla bla", </add before> <search for> 'noparse', '$contextxt{'noparse'}' </search for> <add before> 'offtopic', '$contextxt{'offtopic'}', </add before> <edit file> Languages/German/Main.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before> <edit file> Languages/German/Post.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before>



Code
Select All
<edit file>
 Languages/German_Du/InstantMessage.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>

 ## off topic text
 %offtopic_txt    =(
 '01' => 'Off Topic Kommentar',
 );

 </add before>

 <edit file>
 Languages/German_Du/ContextHelp.lng
 </edit file>

 <search for>
 'noparse' => "Keine Syntaxanalyse:<br /><br />Wähle die YaBBC Code:<br />[SELECT]
Diese Tabelle wird nicht analysiert werden
[/SELECT]<br /><br />Klicke auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b><br />[table][tr][td]Diese Tabelle wird nicht analysiert werden[/td][/tr][/table]<br /><br /><b>Ergebnis:</b><br />
Diese Tabelle wird nicht analysiert werden
"); </search for> <add before> 'offtopic' => "Markieren einen Off Topic Kommentar:<br /><br />Wählen den Text aus: bla bla [SELECT]Hallo Welt[/SELECT] bla bla<br /><br />Klicken auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b> bla bla
Off Topic CommentHallo Welt
bla bla<br /><br /><b>Resultat:</b> bla bla
Off Topic CommentHallo Welt
bla bla", </add before> <search for> 'noparse', '$contextxt{'noparse'}' </search for> <add before> 'offtopic', '$contextxt{'offtopic'}', </add before> <edit file> Languages/German_Du/Main.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before> <edit file> Languages/German_Du/Post.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before>
Posted by: pyragony54
Posted on: Jun 25th, 2014 at 2:05pm
and now I need my beer. As a bavarian.   Cheesy
Posted by: Dandello
Posted on: Jun 25th, 2014 at 1:29pm
It's before breakfast where I am. (And I need my COFFEE!)  Grin

New zip in first post - fixed some typos.
Posted by: pyragony54
Posted on: Jun 25th, 2014 at 1:09pm
Dandello wrote on Jun 25th, 2014 at 12:49pm:
later this morning.



In Germany 3.00 pm   Wink
Posted by: Dandello
Posted on: Jun 25th, 2014 at 12:49pm
I'll get back to this one (and figure out what happened to the NoParse button) later this morning.  Embarrassed
Posted by: pyragony54
Posted on: Jun 25th, 2014 at 11:41am
Code
Select All
<edit file>
 Languages/German_Du/InstantMessage.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>

 ## off topic text
 %offtopic_txt    =(
 '01' => 'Off Topic Kommentar',
 );

 </add before>

 <edit file>
 Languages/German_Du/ContextHelp.lng
 </edit file>

 <search for>
 'noparse' => "Keine Syntaxanalyse:<br /><br />Wähle die YaBBC Code:<br />[SELECT]
Diese Tabelle wird nicht analysiert werden
[/SELECT]<br /><br />Klicke auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b><br />[table][tr][td]Diese Tabelle wird nicht analysiert werden[/td][/tr][/table]<br /><br /><b>Ergebnis:</b><br />
Diese Tabelle wird nicht analysiert werden
"); </search for> <add before> 'offtopic' => "Markieren einen Off Topic Kommentar:<br /><br />Wählen den Text aus: bla bla [SELECT]Hallo Welt[/SELECT] bla bla<br /><br />Klicken auf den \"[TITLE]\" -Button: [BUTTON]<br /><br /><b>YaBBC Code:</b> bla bla
Off Topic CommentHallo Welt
bla bla<br /><br /><b>Resultat:</b> bla bla
Off Topic CommentHallo Welt
bla bla", </add before> <search for> 'noparse', '$contextxt{'noparse'}' </search for> <add before> 'offtopic', '$contextxt{'offtopic'}', </add before> <edit file> Languages/German_Du/Main.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt   =( '01' => 'Off Topic Kommentar', ); </add before> <edit file> Languages/German_Du/Post.lng </edit file> <search for> 1; </search for> <add before> ## off topic text %offtopic_txt =( '01' => 'Off Topic Kommentar', ); </add before>