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 15 post(s). Click here to show all
Posted by: Dandello
Posted on: Mar 22nd, 2016 at 2:14pm
Version for 2.6.12 (changes in MyCenter.template) (Existing German files should work fine.)
Posted by: Dandello
Posted on: Feb 22nd, 2015 at 10:58pm
Also in the ANSI version. (New zip in 1st post)
Posted by: pyragony54
Posted on: Feb 22nd, 2015 at 8:07pm
In utf-8   German_Du

Code
Select All
<add before>
 $admin_txt{'689b'} = 'Maximal erlaubte Zeichen im persönlichen Notizbuch';
 $admin_txt{'personalpad'} = 'Persönliches Notizbuch aktivieren?';
 </add after> 


Posted by: Dandello
Posted on: Feb 22nd, 2015 at 3:40pm
Updated Germain patches in first post.
Posted by: pyragony54
Posted on: Feb 22nd, 2015 at 10:55am
Germanfiles UTF-8 only.
Please make in ANSI.
Posted by: Batchman
Posted on: Jan 21st, 2015 at 8:50pm
Now it installs, and seems to be working well!

Thank you! Dandello!
Posted by: Dandello
Posted on: Jan 21st, 2015 at 7:29pm
Smiley It was a bug fix. Change
Code
Select All
    if ( $img_greybox == 0 ) { 


  to
Code
Select All
    if ( !$img_greybox || $action eq 'guestpm' ) { 

(this will also fix a problem with GoogieSpell not working properly for Guest PMs.)
Posted by: Batchman
Posted on: Jan 21st, 2015 at 4:32pm
Problem is, I have gone through every mod that interacts with that file, looking for a change to that portion of the code, and I am not finding any.

At this point I am finding the following mods that touch that file:

censor off
Guestbook (not currently installed)
Hide Text
Marquee
Off Topic Tag (not currently installed)
Seemly
Spoiler Tag (not currently installed)

Not one of them seems to poke around in that subroutine. All I can think of is maybe some mod tweaked that in an earlier version, but in uninstalling and reinstalling, something didn't get cleaned out.

I guess I am going to have to wait until the next round of testing to check on this particular mod.

Edited:
No, I'm sorry to have to do this, but ... just ... no!

Extracted the untouched PostBox.pm file from the 2.6.11 zip file, to find the following code for the googiea subroutine:

Code
Select All
sub googiea {
     $googiea =
 qq~<link rel="stylesheet" href="$yyhtml_root/googiespell/googiespell.css" type="text/css" />
 <script type="text/javascript" src="$yyhtml_root/googiespell/googiespell.js"></script>
 <script type="text/javascript" src="$yyhtml_root/googiespell/cookiesupport.js"></script>~;
     if ( $img_greybox == 0 ) {
         $googiea .= qq~\n<script type="text/javascript" src="$yyhtml_root/AJS.js"></script>~;
     }
     return $googiea;
 }
  



If there has been a change, it is not a change by a mod, but a change to the base code since the release of 2.6.11, so you are going to have to help me know what to change, and this mod isn't going to install for any random person off the street, using the base package.


Edited:
And let me be clear ... I'm not mad or anything, I'm just saying this isn't a mod conflict, but perhaps a version vs beta conflict or such.
Posted by: Dandello
Posted on: Jan 21st, 2015 at 3:07pm
Step 10 is looking for
Code (Perl)
Select All
    if ( !$img_greybox || $action eq 'guestpm' ) { 


  in sub googiea (line 403 in PostBox.pm).

I'm pretty sure there's at least one other mod needing Greybox.
Posted by: Batchman
Posted on: Jan 21st, 2015 at 8:16am
Um ... this fails on step 10 for me ... there is nothing in my PostBox.pm that looks even close to what it is looking for ... and no other mods have changed it from what I have seen.
Posted by: Dandello
Posted on: Jan 14th, 2015 at 4:36pm
New zip in 1st post - html put into new template.
Posted by: Batchman
Posted on: Jan 6th, 2015 at 4:44am
Look at it this way ... there are thousands of characters that make up this, or indeed, almost any mod. And in this case, one single character was wrong. So it was probably less than 1/100 of a percent in error!
Posted by: Dandello
Posted on: Jan 6th, 2015 at 3:25am
There are days it's just better to stay in bed... Embarrassed
Posted by: Batchman
Posted on: Jan 5th, 2015 at 10:21pm
Oops! Problem with this one!

Somehow this mod breaks the added mod list. I didn't notice that at first. I think the problem is a single quote (') for open, then tries to close with double quote. (")

Other than that ... Installs smoothly, and is working for me.
Posted by: Dandello
Posted on: Jan 5th, 2015 at 8:58pm
Personal Notepad for YaBB 2.6.11
Version: 0.9
Description
-----------
Adds a Personal Notepad to the User CP

Installation
------------
1) Modify YaBB files using BoardMod or manually.
2) Upload personal_notepad.template to yabb2/Templates/default/Mods.
3) Upload modified files to your server in ASCII mode.
4) Go to 'Admin Center - Forum Settings - Members - Profile' to enable this feature.

Files to edit
-------------
Admin/ModList.pm
Admin/NewSettings.pm
Admin/Settings_Main.pm
Languages/English/Admin.lng
Languages/English/Profile.lng
Sources/MyCenter.pm
Sources/PostBox.pm
Sources/Profile.pm
Sources/SubList.pm
Sources/System.pm
Templates/default/MyCenter.template

Version History
---------------
V0.1 - First release - 23rd November 2009
V0.2 - Added Spell Checking (if enabled) - 24th November 2009
V0.3 - Tidied up textarea - 25th November 2009
V0.4 - Added auto-focus if textarea is empty - 14th December 2009
V0.5 - Updated for YaBB 2.5 and made changes so that notes can only be viewed by the user - 16th July 2010
V0.6 - Updated for YaBB 2.6.0 by Dandello - 9th July, 2014
V0.7 - Updated for YaBB 2.6.1 by Dandello - 4th Sept, 2014
V0.8 - Updated for YaBB 2.6.11 by Dandello - 5th Jan, 2015
V0.9 - Template code put into personal_notepad.template, reuse PostBox spellcheck code - 13th Jan, 2015
Edited:
html code put into new template