vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   End-User Options - Notepad for user settings page (https://vborg.vbsupport.ru/showthread.php?t=248615)

Vitaly 08-13-2010 10:00 PM

Notepad for user settings page
 
1 Attachment(s)
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.

Xeyn 08-14-2010 06:28 PM

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

Quote:

Originally Posted by Boofo (Post 2084134)
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.

Quote:

Originally Posted by Boofo (Post 2084134)
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.

Brew 08-22-2010 05:36 PM

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

1 Attachment(s)
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

1 Attachment(s)
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...ure-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

1 Attachment(s)
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
Code:

<a class="collapse"  id="collapse_rcd_notepad_div" href="#top"><img src="images/buttons/collapse_40b.png" alt="Collapse Notepad" /></a>
replace it with


Code:

<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

Quote:

Originally Posted by Vitaly (Post 2092568)
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...ure-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

Quote:

Originally Posted by Ghostt (Post 2290729)
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

1 Attachment(s)
Possible

1) Goto this template rcd_notepad

first line add below code

Quote:

<vb:if condition="in_array($bbuserinfo['usergroupid'], array(1,2))">
change your usergroupid accordingly

End line add this

Quote:

</vb:if>

Mod works with 4.2.2 PL1 confirmed and handy features for my users thanks


All times are GMT. The time now is 04:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01126 seconds
  • Memory Usage 1,778KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete