View Full Version : End-User Options - Notepad for user settings page
Vitaly
08-13-2010, 10:00 PM
This is a simple user notepad, to store short texsts on "settings" page. It's collapseable and has autosave feature, like google docs.
If you used antialiasis's "Personal Notepad" mod for 3.7 - this one provides similar functions for 4.0, and automatically migrates data. I'm not shure, that "settings" location is now the best place for notepad. So, reasonable suggestions will be considered.
This mod is developped here http://github.com/rcdesign/vb-notepad . Patches are welcome.
russag
08-14-2010, 06:14 PM
AWESOME :), this is perfect for little notes or to-do or even threads-in-the-making :), thanks! I'll try it out tonight.
what a nice idea..well done
Boko577
08-14-2010, 08:31 PM
Thanks. Marked as installed!
elwachiman
08-15-2010, 03:44 AM
does not work for me when I leave I keep the note the note cp user is lost I can not see again , uninstalled the mod thanks anyway
Boofo
08-15-2010, 08:10 AM
Wil this save multiple notes and is there a way of setting the total text amount limit?
Vitaly
08-15-2010, 08:27 AM
Wil this save multiple notes
I don't understand your question. This mod store textbox area. It's not used to replace a full-featured GTD tool.
is there a way of setting the total text amount limit?
What for? Many useless settings = bad idea.
Notepad size is limited to 50000 bytes. That's enougth.
Can this be set to private so it can be used as a scratch pad for ideas on writing articles for he front page of the VBCMS?
athlon64bit
08-27-2010, 06:17 PM
The install did not import saved text from the 3.7 Personal Notepad mod by antialiasis. Any ideas why? What did I do wrong?
Vitaly
08-31-2010, 04:15 AM
You did nothing wrong. It was error in convertor code, sorry. If you still have Personal Notepad installed - uninstall my product and install again atttached one.
Or run such query (if no table db prefixes):
UPDATE usertextfield SET rcd_notepad = notepad
baghdad4ever
08-31-2010, 05:45 PM
thanks
installed
Hippy
08-31-2010, 11:51 PM
Thanks for the mod Vitaly
is there a way I can import the old data from VBpad..
the db table was usernotepad
maybe this ?
UPDATE usertextfield SET rcd_notepad = usernotepad
??
much appreciated
Vitaly
09-01-2010, 12:06 AM
No. Please, show all VBpad table fields.
Hippy
09-01-2010, 12:13 AM
these ?
Vitaly
09-01-2010, 12:25 AM
Try this:
UPDATE usertextfield SET rcd_notepad = usernotepad.notes WHERE usertexfield.userid = usernotepad.userid
Hippy
09-01-2010, 12:30 AM
thanks pal
Merjawy
09-01-2010, 12:53 AM
like the idea ... Nice
Thanks will check it out
AURFSCAN
09-01-2010, 05:30 AM
Nice mod, this on its own page and a link to 'My Notepad' in the navbar would be pretty good
tagged. thx
Cherkez
09-01-2010, 08:48 AM
it works. thanks a lot
Hippy
09-01-2010, 07:18 PM
Vitaly is there a way you could add Increase Size - Decrease Size
textarea ?
would be a great addition to this mod
thanks again
Vitaly
09-01-2010, 07:28 PM
May be later... sometime... :)
I plan to wait until vb 4.1. They promiss complete editor rework with built-in resizer http://www.vbulletin.com/forum/entry.php?2433-4.1-feature-New-Editor
Hippy
09-01-2010, 08:26 PM
fair enough...
once again thanks for everything
javiperillas
10-27-2010, 10:19 AM
Is there any possibility of adding something like this but in the sidebar?
Hippy
12-07-2010, 12:41 AM
Vitaly
this was brought to my attention today..
in IE8 with compatibility mode on .. the text area blows off to the right..
any fix for this ?
thanks
image attached
btlewand
12-15-2010, 06:31 PM
For some reason I'm getting an "X" on the collapsible icon. The icon properties show as "collapse_40b_collapsed.png" although the xml file seems to reference the proper location where the icon resides in the vbulletin images/buttons/ directory as "collapse_40b.png." Didn't see any special instructions for installation. What am I doing wrong?
Hippy
12-15-2010, 08:42 PM
image is not where it's looking for it did you right click on that red X to see the URL of that image it's calling ?
anyway.. open rcd_notepad template..
find
<a class="collapse" id="collapse_rcd_notepad_div" href="#top"><img src="images/buttons/collapse_40b.png" alt="Collapse Notepad" /></a>
replace it with
<a class="collapse" id="collapse_rcd_notepad_div" href="#top"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_rcd_notepad}_40b.png" alt="Collapse Notpad" border="0" /></a>
this pulls the correct image for me in any style..;)
btlewand
12-15-2010, 10:20 PM
Thanks Hippy. Works great.
Vitaly, can you please note if you do another release since this seems to work quite well.
Vitaly
12-27-2010, 01:35 AM
Updated mod to 0.2
- fixed IE layout
- removed CSS for guests
Changelog here:
https://github.com/rcdesign/vb-notepad/commits/master/
Tri@de
12-27-2010, 09:15 AM
there's a way to use bbcode or have WYSIWYG panel on it?
Hippy
12-27-2010, 01:12 PM
thanks vitaly I will check it out ..
Hippy
07-30-2011, 01:43 PM
May be later... sometime... :)
I plan to wait until vb 4.1. They promiss complete editor rework with built-in resizer http://www.vbulletin.com/forum/entry.php?2433-4.1-feature-New-Editor
any update for this yet pal..
thanks
Ghostt
01-21-2012, 10:22 PM
Good plugin does it work on VB v3.8 ?
Hippy
01-21-2012, 10:40 PM
Good plugin does it work on VB v3.8 ?
this one does
https://vborg.vbsupport.ru/showthread.php?t=196224
xSHADOWx_702
05-18-2012, 08:13 PM
Is there a way to Only get certain usergroups to use the notepad ?
ramesh_umk3
06-16-2014, 05:04 PM
Possible
1) Goto this template rcd_notepad
first line add below code
<vb:if condition="in_array($bbuserinfo['usergroupid'], array(1,2))">
change your usergroupid accordingly
End line add this
</vb:if>
Mod works with 4.2.2 PL1 confirmed and handy features for my users thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.