Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: SMFHacks.com Team on December 05, 2006, 09:20:24 PM

Title: Admin Notepad
Post by: SMFHacks.com Team on December 05, 2006, 09:20:24 PM
Link to the mod (https://custom.simplemachines.org/index.php?mod=560)

Brief Summary:


Adds an textbox in the admin main page which allows administrators to leave notes.



Compatibility:




Changelog:


v2.0.2 (r4.25.12):



SMFHacks.com:



Title: Re: Admin Notepad
Post by: SleePy on December 05, 2006, 09:51:27 PM
Nice mod.. Simple and gets its job done... :D
Great job on it, going on my sites makeover..
Title: Re: Admin Notepad
Post by: asdboard on December 06, 2006, 05:00:42 AM
Nice mod! This is something I had in IPB and missed it here. Thank you :)
Title: Re: Admin Notepad
Post by: Xarcell on December 06, 2006, 10:21:18 AM
Nice mod.
Title: Re: Admin Notepad
Post by: Kenobis on December 09, 2006, 05:46:01 AM
Peccato non sia compatibile con le altre versioni di SMF  :(
Title: Re: Admin Notepad
Post by: KGIII on December 09, 2006, 07:08:46 AM
It comes in handy. ;) Much thanks.
Title: Re: Admin Notepad
Post by: J. Williams on December 09, 2006, 10:12:33 AM
Nice but I have suggestions for features and improvement:
Quote from: List

  • Ability to change size of box
  • Area specifically for Notepad as it takes up space pushing administrative content down
  • Formatting might be nice
Title: Re: Admin Notepad
Post by: Vinspire on December 11, 2006, 02:05:23 AM
Thanks vbgamer45.

Great mod. Awesome & I am loving it but I am sure it would be better if you could enhance it.

Anyway, you rock !!! :)
Title: Re: Admin Notepad
Post by: KGIII on December 11, 2006, 11:26:53 AM
I've been poking at it for a while now. I'm really quite fond of it. It would be interesting to see syntax highlighting supported as well as being able to have multiple notes. ;)
Title: Re: Admin Notepad
Post by: yomasta3 on December 12, 2006, 05:49:37 PM
Another suggestion,

Maybe a user notepad, like in IPB, each user has their own little notepad in their profile. That would be koolio.

PS I requested this mod, yay!
Title: Re: Admin Notepad
Post by: PLAYBOY on December 16, 2006, 01:41:59 PM
i use rc3 1.1 and i am getting this:

"The package you are trying to download or install is either corrupt or not compatible with this version of SMF." 
Title: Re: Admin Notepad
Post by: vbgamer45 on December 16, 2006, 01:54:16 PM
Only works on SMF 1.1 you would need to download and edit the package-info.xml file and set it to installfor 1.1 RC3
Title: Re: Admin Notepad
Post by: ArkServer on December 16, 2006, 03:07:35 PM
Nice mod.
Title: Re: Admin Notepad
Post by: Audion on December 17, 2006, 09:55:42 PM
Not knocking the work... all efforts towards mods are appreciated... but it seems somewhat redundant.
It's just as easy IMO to create a sub board in the forums that is only accessible to Moderators & Admins.
Title: Re: Admin Notepad
Post by: KGIII on December 18, 2006, 12:37:07 AM
Quote from: Audion on December 17, 2006, 09:55:42 PM
Not knocking the work... all efforts towards mods are appreciated... but it seems somewhat redundant.
It's just as easy IMO to create a sub board in the forums that is only accessible to Moderators & Admins.

LOL I suppose I can see the reason one might think that but, well, it is exactly the same except entirely different. Without needing to make, edit, and change things you get a nice handy place to leave notes such as "to-do" or quick reminders that can be edited with little or no fanfare. There's no additional overhead created really and it's a single click away.

*grins*

I just wish I could find ways to leave 'em all over the forum in various places. I'd like it if it were more robust. Nobody but the admin sees it so, well, why not toss 'em all over the place?

Made a change to the server settings? Document the changes right there. Adjusted the themes? Document 'em. Error log generally filling up too fast to bother turning it on to see how well CAPTCHA is doing its job? Turn on error logging and leave a note saying when you turned it on so that way you can see how many are blocked during that time span and estimate how well CAPTCHA does its job.

(Nothing personal - I just figured I'd give an opposing view or at least list a more detailed reason as to why I enjoy this mod.)
Title: Re: Admin Notepad
Post by: PLAYBOY on December 19, 2006, 02:55:27 AM
Quote from: vbgamer45 on December 16, 2006, 01:54:16 PM
Only works on SMF 1.1 you would need to download and edit the package-info.xml file and set it to installfor 1.1 RC3

Well how can i edit it? im kinda new in this forum thing... so can you tell me step by step?
Title: Re: Admin Notepad
Post by: grusomhat on February 03, 2007, 03:10:51 PM
I have people that I call half admins who can do quite a bit but they don't have access to the main admin options. They cannot edit the notpad because the can't admin that part of the place.

Is there a simple bit of code to put in so they can edit the notepad?
Title: Re: Admin Notepad
Post by: RoarinRow on February 03, 2007, 03:42:35 PM
Cool, thanks.  I love mods!   ;D
Title: Re: Admin Notepad
Post by: Rozak on February 23, 2007, 08:33:59 PM
Quote from: grusomhat on February 03, 2007, 03:10:51 PM
I have people that I call half admins who can do quite a bit but they don't have access to the main admin options. They cannot edit the notpad because the can't admin that part of the place.

Is there a simple bit of code to put in so they can edit the notepad?

Errr. just change the line in Notepad.php from:


//Check if they are allowed to admin forum in some way.
isAllowedTo('admin_forum');


to...


//Check if they are allowed to admin forum in some way.
//isAllowedTo('admin_forum');
isAllowedTo(array('admin_forum', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', 'manage_boards', 'manage_smileys', 'manage_attachments'));


You can strip the appropriate permissions check from line 133 in Admin.php for your forum - thats the line that checks if they can see anything on the admin page at all - so if you want everyone who can do anything even slightly admin wise to edit the box contents just copy that there line.
Title: Re: Admin Notepad
Post by: calv on March 17, 2007, 02:40:18 AM
Just installed it, said all good. but cant see the text box on the admin page? New to all this, what files, code and where do I need to edit?

TIA
Title: Re: Admin Notepad
Post by: tsmalmbe on April 03, 2007, 03:23:13 PM
Modifications.swedish.php:


$txt['notepad_title'] = 'Administratörernas anteckningsblock';
$txt['notepad_des'] = 'En plats att lämna meddelanden och anteckningar åt de andra administratörerna på forumet.';
$txt['notepad_save'] = 'Spara anteckningarna';
Title: Re: Admin Notepad
Post by: Paulo71 on April 26, 2007, 01:38:19 PM
Modifications.french.php:

$txt['notepad_title'] = 'Post-it Administrateurs';
$txt['notepad_des'] = 'Pour se laisser des Post-it entre nous';
$txt['notepad_save'] = 'Sauvegarder';
Title: Re: Admin Notepad
Post by: sonst-was on June 20, 2007, 10:21:29 AM
Hi,

I think i've found a little Bug in your code...

<search position="after" regexp="false" whitespace="exact">
- <![CDATA[
</table>';

// Is there an update available?
echo '

  ]]>
  </search>
- <add>
- <![CDATA[
<tr>
<td class="windowbg" valign="top" style="padding: 7px;">
(...)


When i was adding the code, my Admin.template becomes a little bit deformed because of an <tr> without having a <table> befor it.

After adding the following code before the <tr>, and a </table> after the code, its works better: <table width="100%" cellpadding="4" cellspacing="1" border="0" class="bordercolor" style="margin-top: 1.5ex;" id="update_table">

Ps:
Modifications.german.php:

$txt['notepad_title'] = 'Administrator Notizblock';
$txt['notepad_des'] = 'Hier können Notizen für alle Administratoren des Forums hinterlassen werden.';
$txt['notepad_save'] = 'Notizen speichern';
Title: Re: Admin Notepad
Post by: redactor007 on August 18, 2007, 10:14:39 AM
Nice mod, but I'm curious... What's the point of the "Save Notes" button?  Does it save them somewhere special or mark the note read only or something?
Title: Re: Admin Notepad
Post by: Coldfx on August 18, 2007, 10:19:31 AM
Quote from: redactor007 on August 18, 2007, 10:14:39 AM
Nice mod, but I'm curious... What's the point of the "Save Notes" button?  Does it save them somewhere special or mark the note read only or something?

If you don't press it, when you refresh the page, the box won't have any of the changes you made.  It saves any edits done inside the box.
Title: Re: Admin Notepad
Post by: redactor007 on August 18, 2007, 10:22:40 AM
Quote from: Coldfx on August 18, 2007, 10:19:31 AM
Quote from: redactor007 on August 18, 2007, 10:14:39 AM
Nice mod, but I'm curious... What's the point of the "Save Notes" button?  Does it save them somewhere special or mark the note read only or something?

If you don't press it, when you refresh the page, the box won't have any of the changes you made.  It saves any edits done inside the box.

Ha ha, yeah, I just figured that out.  Thanks though
Title: Re: Admin Notepad
Post by: DeMar on November 05, 2007, 01:36:32 PM
I have a problem.
I have installed everything and translated to my language, but I can't see the notepad in my admin cp.
I have a custom theme, and croatian language.
When I use the default theme I can see the admin notepad
Title: Re: Admin Notepad
Post by: TrueSatan on November 05, 2007, 02:37:17 PM
Have you edited admin.template.php in your custom theme?
Title: Re: Admin Notepad
Post by: [кѕ]ваηε-σ on January 02, 2008, 05:38:05 PM
is there any way to put this into the "Awaiting Approval" tab under Manage Members section of the admin section?

That would be sweet if it could be done, because in the forum I run, members must be approved before thier account is active. And it would be nice to leave notes about why a person was or was not approved that can be viewed on that screen.


thanks,
Brandon
Title: Re: Admin Notepad
Post by: vbgamer45 on January 02, 2008, 08:17:28 PM
Quote from: [KS]Bane-o on January 02, 2008, 05:38:05 PM
is there any way to put this into the "Awaiting Approval" tab under Manage Members section of the admin section?

That would be sweet if it could be done, because in the forum I run, members must be approved before thier account is active. And it would be nice to leave notes about why a person was or was not approved that can be viewed on that screen.


thanks,
Brandon
That would be a different mod really.
Title: Re: Admin Notepad
Post by: [кѕ]ваηε-σ on January 03, 2008, 12:29:25 AM
Quote from: vbgamer45 on January 02, 2008, 08:17:28 PM
Quote from: [KS]Bane-o on January 02, 2008, 05:38:05 PM
is there any way to put this into the "Awaiting Approval" tab under Manage Members section of the admin section?

That would be sweet if it could be done, because in the forum I run, members must be approved before thier account is active. And it would be nice to leave notes about why a person was or was not approved that can be viewed on that screen.


thanks,
Brandon
That would be a different mod really.

would you mind by chance?
Title: Re: Admin Notepad
Post by: blondeamon on January 03, 2008, 06:43:18 PM
ANy help on what i must edit if i use DIlber Mc to see this mod>?
Title: Re: Admin Notepad
Post by: TrueSatan on January 03, 2008, 08:27:48 PM
Please read:

http://docs.simplemachines.org/index.php?topic=402.msg531#msg531 (http://docs.simplemachines.org/index.php?topic=402.msg531#msg531)

http://www.simplemachines.org/community/index.php?topic=34526.0 (http://www.simplemachines.org/community/index.php?topic=34526.0)

The following may also prove helpful:

http://modparser.dev.dansoftaustralia.net/ (http://modparser.dev.dansoftaustralia.net/)

Mirror of the last link:

http://www.smfhacks.com/smf-package-parser.html (http://www.smfhacks.com/smf-package-parser.html)
Title: Re: Admin Notepad
Post by: Marcus Forsberg on April 27, 2008, 08:39:52 AM
Swedish translation

//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Antecknigar';
$txt['notepad_des'] = 'Här kan du lämna noteringar och antecknigar till andra administratörer på forumet.';
$txt['notepad_save'] = 'Spara antecknigar';


//END Admin Notepad Text Strings         


Title: Re: Admin Notepad
Post by: Jumpmasterrt on April 27, 2008, 09:35:48 AM
Awesome Mod.... I'm new to the SMF admin realm (been a member of numorus smf boards) and this feature rocks for "things to be done".
Title: Re: Admin Notepad
Post by: MissyNL on April 27, 2008, 01:07:27 PM
Hi!

very good mod :d

The only thing is that i do not see the text added on the button and on the textbox above.. see attached :D

Bey Bey
Title: Re: Admin Notepad
Post by: vbgamer45 on April 27, 2008, 01:10:45 PM
You are using a different language you need to copy the notepad text strings from themes/default/languages/modifications.english.php
To
themes/default/languages/modifications.yourlanguage.php
Title: Re: Admin Notepad
Post by: MissyNL on April 27, 2008, 01:13:21 PM
Well .. i have     Load Standard Language mod installed.. so that should not be a problem.. but i'll check :D
Title: Re: Admin Notepad
Post by: MissyNL on April 27, 2008, 03:02:24 PM
Hi.. i found the problem.. the text wasn't istalled at all :D  I reinstalled it... and now it works great!

By The way.. here is the Dutch Translation :D

$txt['notepad_title'] = 'Administrator Notepad';
$txt['notepad_des'] = 'Een plek om notities achter te laten naar je administrator collega\'s van het forum.';
$txt['notepad_save'] = 'Bewaar notitie';
Title: Re: Admin Notepad
Post by: bros on May 04, 2008, 09:01:27 PM
Will this be modified to work with SMF 2.0 Beta?
Title: Re: Admin Notepad
Post by: vbgamer45 on May 04, 2008, 09:06:39 PM
Probably not for the beta edition but for SMF 2.0 final.
Title: Re: Admin Notepad
Post by: Apllicmz on May 13, 2008, 08:25:22 PM
thank you update portuguese and brazilian

<file name="$languagedir/Modifications.portuguese.php" error="skip">
<operation error="ignore">
<search position="after"><![CDATA[
?>]]></search>
<add><![CDATA[
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Coloque aqui ou deixar as notas para os seus colegas do seu fórum admins.';
$txt['notepad_save'] = 'Gravar Notas';


//END Admin Notepad Text Strings
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">
<operation error="ignore">
<search position="after"><![CDATA[
?>]]></search>
<add><![CDATA[
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Coloque aqui ou deixar as notas para os seus colegas do seu fórum admins.';
$txt['notepad_save'] = 'Gravar Notas';


//END Admin Notepad Text Strings
]]></add>
</operation>
</file>
Title: Re: Admin Notepad
Post by: Ncen on June 25, 2008, 11:04:44 PM
Could I move the Admin Notepad somewhere else? :) Like put it in a TP-block or something like that? If so, how?

Thanks in Advance.
Title: Re: Admin Notepad
Post by: jimbo007 on September 04, 2008, 03:47:37 PM
Just installed it now, working perfectly except for this: there's two identical textboxes, two identical save buttons, and when i write in either and click save both do the same thing, the text appears in the other! Any ideas of how to get rid of one set of textbox/button? thanks!

By the way, using the PSP theme, but not sure if this matters!
Title: Re: Admin Notepad
Post by: santanu on September 09, 2008, 07:58:17 AM
a support for links will be great.

say admins save some links they vist every day. They click the links directly and it opens in a new window
Title: Re: Admin Notepad
Post by: santanu on September 12, 2008, 12:32:53 AM
how to make only admins view the note pad and not other moderators.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on September 24, 2008, 10:42:19 PM
Updated Mod to support SMF 2.0!
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: PLAYBOY on September 25, 2008, 03:50:13 AM
Turkish translate:

//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Not Defteri';
$txt['notepad_des'] = 'Forumundaki diger adminlerinde gorebilecegi, notlarini yazma yeri';
$txt['notepad_save'] = 'Kaydet';
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: Deal on November 10, 2008, 08:51:13 AM
I really like this mod, and have it installed on a test forum that is now running 1.1.7. I decided to install in on my production forum but the mod now states it doesn't support 1.x.  Is that the case? Should I wait until we goto 2.x to install this?

Thanks.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on November 10, 2008, 08:58:07 AM
Just download the latest version from this site it should work with SMF 2.0 as well.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: PLAYBOY on November 11, 2008, 05:33:29 AM
Quote from: vbgamer45 on November 10, 2008, 08:58:07 AM
Just download the latest version from this site it should work with SMF 2.0 as well.

It does. im using it.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: gypsydust on January 02, 2009, 03:23:42 AM
This is awesome! It makes it so easy for us to communicate in one place!

Thanks so much from the Daily Appreciations Team!
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: mpforum on January 04, 2009, 02:27:36 PM
Got a problem, well, a lot of errors actually. Every time I or another admin access the administration page, the following errors come up:
Undefined index: notepad_save
Undefined index: notepad_des
Undefined index: notepad_title

I've been through everything, and to me it looks ok (nothing to say that I have overlooked anything).

I am using SMF 2.0 Beta 4.

Any idea's?
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on January 04, 2009, 02:57:33 PM
Probably missing from the language file used need to copy from modifications.english.php to every language modificatoins.* file.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: The -L- on June 24, 2009, 11:01:04 AM
Where i can see saved message? Where is it saved? I can`t find it...
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on June 24, 2009, 09:03:38 PM
The admin area of the forum itself
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: The -L- on July 01, 2009, 06:00:10 AM
I dont have install button :(
Why?
(http://img36.imageshack.us/img36/6051/blamok.jpg)
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on July 01, 2009, 09:05:23 AM
What SMF version?
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: The -L- on July 01, 2009, 09:20:18 AM
2.0 RC1-1
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: vbgamer45 on November 08, 2009, 09:03:22 PM
Updated now supports SMF 2.0 RC2
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: whitehaint on November 16, 2009, 06:48:06 PM
Just installed on RC2 and it looks great.  Thank you for this mod!
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: vbgamer45 on November 16, 2009, 07:34:27 PM
Thanks! Glad you enjoy it.
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: tlg on November 22, 2009, 07:43:13 PM
Is there any difference between this mod and the "moderator notes" in SMF 2.0 RC2 ?
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: vbgamer45 on November 22, 2009, 08:19:24 PM
Not sure. I know this mod works for RC2
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: Red CV on December 04, 2009, 04:26:44 PM
Ok so i figured i would try this with the new smf 1.1.11 and it works so lol ya
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: vbgamer45 on December 04, 2009, 04:35:08 PM
Glad it helps you board!
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: Bugo on January 12, 2010, 05:12:49 AM
Russian translation:

// Admin Notepad
$txt['notepad_title'] = 'Блокнот админа';
$txt['notepad_des'] = 'Место для заметок админов форума.';
$txt['notepad_save'] = 'Сохранить заметки';
// Admin Notepad END
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: vbgamer45 on January 12, 2010, 08:45:31 AM
Thanks for translation!
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: aprild on February 27, 2010, 03:29:12 PM
I'm having trouble, and maybe you can help.

This was the first mod I made to my forum and it worked great.

Since then I've made some changes and now it's saying "Unable to load the 'main' template." when I try to make changes and save.

My info:
I'm running 1.1.11 with the Green_leaf theme found here at these forums
Current Mods:
1. Aeva Media 1.0 
2. Password Protect Boards 0.2   
3. Admin Notepad 2.0   
5. Member NotePad 1.0.0   
Title: Re: Admin Notepad (Now for SMF 2.0 RC2!
Post by: vbgamer45 on February 27, 2010, 05:30:02 PM
I would try posting in the general smf support board for the best chance of getting a good response.
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: vbgamer45 on March 08, 2010, 07:07:30 PM
Updated for SMF 2.0 RC3!
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: qtime on March 14, 2010, 03:35:22 PM
I really thought the text is only visible for admins, but I discovered some moderators who can do enter a restricted admin page have access too...

I think I need to change
//Check if they are allowed to admin forum.
isAllowedTo('admin_forum');

with an unique allowedto, any help?

So I don't want any member, accept the real admins got access to the text.

Thanks in advance.
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: vbgamer45 on March 14, 2010, 04:19:38 PM
Fixed it qtime new package uploaded.
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: qtime on March 15, 2010, 12:51:28 AM
great, will use it thanks
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: qtime on March 15, 2010, 03:18:17 AM
Quote from: vbgamer45 on March 14, 2010, 04:19:38 PM
Fixed it qtime new package uploaded.
Is it correct you changed the code in the admin.template ?
Now it's working, others, accept admin could not see.
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: vbgamer45 on March 15, 2010, 11:32:09 AM
Yes that's what I added.
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: Anpu on April 17, 2010, 09:27:13 AM
Simple and great mod!

Serbian Cyrillic translation:
$txt['notepad_title'] = 'Белешке админа';
$txt['notepad_des'] = 'Место за поруке осталим админима форума.';
$txt['notepad_save'] = 'Сачувај поруке';

Serbian Latin translation:
$txt['notepad_title'] = 'Beleške admina';
$txt['notepad_des'] = 'Mesto za poruke ostalim adminima foruma.';
$txt['notepad_save'] = 'Sačuvaj poruke';
Title: Re: Admin Notepad (Now for SMF 2.0 RC3!
Post by: vbgamer45 on April 17, 2010, 10:28:54 AM
Thank you for the translation!
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on June 11, 2011, 08:08:13 PM
Updated with install support for SMF 2.0 final.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: MaXiForum.cz on December 28, 2011, 03:48:02 PM
Czech UTF8 ;)

//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Administrátorský poznámkový blok';
$txt['notepad_des'] = 'Zde můžete zanechat poznámky pro své kolegy administrátory.';
$txt['notepad_save'] = 'Uložit';
//END Admin Notepad Text Strings
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on December 28, 2011, 04:04:01 PM
Thanks again for the translation.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: Matthew K. on April 25, 2012, 04:11:36 PM
Modification updated. Enjoy! :)
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: Bust3R 2.8T on December 12, 2012, 04:28:34 PM
Hi there,

I'm Using SMF 2.0.2. and added this mod to it. Now i put new languages files in the folder (dutch) and it is working, but all the other text is bigger.. If i delete the dutch files the text is english en at normal size..?

Whats wrong? I just picked the english files en renamed it to the dutch..

<?php
/**
 * Admin Notepad (an_)
 *
 * @file ./smfhacks_languages/admin-notepad.dutch.php
 * @author SMFHacks <http://www.smfhacks.com/>
 * @copyright SMFHacks.com Team, 2012
 *
 * @version 2.0.2
 */

$txt['admin_notepad'] = array(
'title' => 'Administrator notitieblok',
'desc' => 'Plaats om notities voor andere administrators achter te laten.',
'save' => 'Bewaar notities',
'success' => 'Notities succesvol opgeslagen!'
);
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on December 12, 2012, 08:34:11 PM
That file looks ok don't see anything wrong with it.
Big text normally occurs if there is an error in the file that is outputted to the screen.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: OCJ on March 23, 2013, 03:08:27 PM
I just updated from 2.01 to 2.02 and now have lost all my notes - nothing there anymore.

I ran the large upgrade for smf and put a new theme and new mods back in. I've done this before but never lost the notes - is this a problem with this version?

I'm hoping I can get the old data from a backup - is it kept in one of the tables?
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on March 23, 2013, 04:20:58 PM
The admin notes are stored in the adminnotes variable column in the smf_settings table.
It looks like there was a change between the two versions in the variable name
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: OCJ on March 23, 2013, 05:47:53 PM
Ok, thanks. As long as I can dig it out and copy it back where it belongs - fine.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: Hondo on January 07, 2014, 06:01:57 AM
Hi,
I installed this mod at SMF 2.06 and after it in administration the box with news from simplemachines.org is empty (No Connection to simplemachines.org)
I deinstalled it and then the info-box works. In reinstalled it and same issue.

So this mod is not usable for me.
Andreas
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: vbgamer45 on January 07, 2014, 08:25:09 AM
Very strange that does not happen to be on my sites.
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: Hondo on January 07, 2014, 08:38:31 AM
I use the Whitebox Theme
Tested with newest Firefox Browser
Title: Re: Admin Notepad (Now for SMF 2.0)
Post by: marjorie on April 30, 2014, 03:06:40 PM
I screwed up somewhere along the line and now have a situation whereby I have two notepads (!). The mod de-installs cleanly but thereafter on teh main tab everything after the initial 'welcome to admin' block is missing. Only that panel is affected, everything else seems ok, and reinstalling works ok, taking me back to the start, i.e, with two notepads. I can vaguely live with this but nobody likes a mystery. Any tips on how to resolve this/what the cause might be before I start taking the drains up (apart from, don't do it again?)
Title: Re: Admin Notepad
Post by: steve51184 on August 26, 2016, 03:55:05 PM
a wonderful mod but now do i make the height of the box bigger?
Title: Re: Admin Notepad
Post by: SMFHacks.com Team on March 09, 2019, 03:19:23 PM
Added install support for SMF 2.1.x