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 5000 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 4 post(s). Click here to show all
Posted by: Dandello
Posted on: Sep 3rd, 2014 at 2:46pm
Moved the src call to just after img and made it $imagesdir instead of $defaultimagesdir. YaBB has a function that checks on image paths and $imagesdir helps trigger it - it should work on Smilies, too.
Posted by: Monni
Posted on: Sep 3rd, 2014 at 9:27am
Dandello wrote on Sep 3rd, 2014 at 4:48am:
That should work.  Embarrassed


I don't trust in anything I write in the middle of the night, because next morning I have no idea whatsoever what it was supposed to do Wink

I just check if you did any changes before committing and comment if I see something that doesn't look right Wink
Posted by: Dandello
Posted on: Sep 3rd, 2014 at 4:48am
That should work.  Embarrassed
Posted by: Monni
Posted on: Sep 3rd, 2014 at 3:38am
Not sure this is the best way to fix it, but to highlight what definitely doesn't work Wink

Code
Select All
 Index: cgi-bin/yabb2/Templates/default/Post.template
 ===================================================================
 --- cgi-bin/yabb2/Templates/default/Post.template	(revision 1560)
 +++ cgi-bin/yabb2/Templates/default/Post.template	(working copy)
 @@ -173,7 +173,7 @@
              {yabb smilieslist}
              </select></td>
              </tr><tr>
 -            <td class="center h_70px"><img name="smiliextra_image" src="'+smilieurl[0]+'" alt="" onclick="javascript: Smiliextra();" class="cursor"></td>
 +            <td class="center h_70px"><img name="smiliextra_image" src="$defaultimagesdir/$SmilieURL[0]" alt="" onclick="javascript: Smiliextra();" class="cursor"></td>
              </tr><tr>
              <td class="center h_15px"><span class="small"><a href="javascript: smiliewin();">$post_smiltxt{'17'}</a></span></td>
              </tr></table>