vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - myNotes - a notepad for your users, save important notes and reminders (https://vborg.vbsupport.ru/showthread.php?t=221116)

ibautocommunity 08-16-2009 10:00 PM

myNotes - a notepad for your users, save important notes and reminders
 
1 Attachment(s)
Product name: MyNotes

What does it do?
This is a very simple but useful product. It adds a link to navbar; a user can click the link and write down some important notes, or copy/paste information - then save it. It will be stored permanently and can be edited in anyway or deleted.

DEMO
Try the demo at http://www.carblog.com/vbnexus ; you can login with Facebook or other account and try using the "myNotes" link in the navigation bar.

erel34 08-17-2009 06:04 PM

thanks

gwerzal 08-17-2009 10:01 PM

Nice one

Thank you very much

elenh 08-17-2009 11:06 PM

Thank you. A demo?

ibautocommunity 08-17-2009 11:11 PM

Quote:

Originally Posted by elenh (Post 1869441)
Thank you. A demo?

The demo is in the main description:

DEMO
Try the demo at http://www.carblog.com/vbnexus ; you can login with Facebook or other account and try using the "myNotes" link in the navigation bar.

Faizan 08-18-2009 02:15 AM

Thanks

sdavis2702 08-18-2009 04:52 AM

Works great. Thanks!

bing11 08-20-2009 01:28 AM

work good thanks

asj 08-20-2009 09:57 AM

Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in c:\appserv\www\vb\includes\class_mynotes.php on line 19 ?

NLP-er 08-20-2009 08:29 PM

Thanks :) Installed! One suggestion - use phrases in next release :)

Faizan 08-21-2009 01:58 AM

Nice one....

khena25 08-22-2009 05:24 AM

When I try to import the product, it says:
The following dependencies were not met:

1. This product is not compatible with version 4.4.8 of PHP. (Compatible starting with 5.0.0)

What's going on?

blind-eddie 08-22-2009 02:12 PM

Quote:

Originally Posted by khena25 (Post 1871991)
When I try to import the product, it says:
The following dependencies were not met:

1. This product is not compatible with version 4.4.8 of PHP. (Compatible starting with 5.0.0)

What's going on?

All depends on who you host with, but you may be able to upgrade you php in your host cpanel to latest version. Try calling them first, they should do it for you.

Keesa 09-07-2009 08:55 AM

:down:

I don't like a demo I have to register for.

RTMdotORG 09-07-2009 12:58 PM

Yeah you shouldnt have to register to view demo...
you should post a screenshot...

Lord.Khalid 09-18-2009 03:05 PM

Installed, great Mod..

Wish to be able to limit that to usergroups.

Thanks

Wired1 11-12-2009 02:47 AM

Agreed. Phrases / usergroup control would be great.

cloferba 05-07-2010 02:18 PM

when i execute mynotes.php, i get this error:
Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php  on line 3957

Parse error: syntax error, unexpected T_STRING in /home/cloferba/public_html/foro/mynotes.php(106) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: mynotes_add_notes in [path]/includes/functions.php on line 3957

help please!

goxy63 07-04-2010 06:31 PM

vb4?
can work on it or not?
update?

Thanks great mod, my users loved this one on vb3

klaush 07-05-2010 01:28 PM

This is a "must" for modifications like this one.

Possible to realize?

Quote:

Originally Posted by Lord.Khalid (Post 1887026)
Installed, great Mod..

Wish to be able to limit that to usergroups.

Thanks


ibautocommunity 07-29-2010 08:17 PM

If anyone cares; this product is also available for vBulletin 4+

https://vborg.vbsupport.ru/showthread.php?t=247552

y2krazy 08-06-2010 03:51 PM

1 Attachment(s)
Installed and loving it!

I took some time to make it look more streamlined with styled buttons and the text box centered. Feel free to use my code in your next revision. :)

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>$headinclude
<title>$vboptions[bbtitle] - My Notes</title>
</head>

<body>
$header
$navbar
<if condition="$notes_saved">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
        <tr>
                <td class="tcat">Progress...</td>
        </tr>
        <tr>
                <td class="alt1"><p style="color: red; font-weight: bold;">Your notes have been saved!</p></td>
        </tr>
</table>
<br />
</if>

<form name="mynotes_form" method="post" id="mynotes_form" action="mynotes.php?do=savenotes">
        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
        <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="do" value="savenotes" />
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr>
                        <td class="tcat">My Notes</td>
                </tr>
                <tr>
                        <td class="alt1" align="center">
                        <textarea name="notes" id="notes" style="width: 800px; height: 600px;">$notes->notes</textarea>

                        <div style="margin-top:$stylevar[cellpadding]px">
                        <input type="submit" value="Save Changes" class="button" />
                        <input type="reset" value="Cancel" class="button" />
                        </div>
                        </td>
                </tr>
        </table>
</form>
$footer
</body>
</html>


farazfaraz 08-06-2010 06:32 PM

screen shot?!

y2krazy 08-06-2010 08:54 PM

Quote:

Originally Posted by farazfaraz (Post 2080189)
screen shot?!

The original layout is similiar to the one I modified in the post above yours.

https://vborg.vbsupport.ru/attachmen...6&d=1281113496

farazfaraz 08-10-2010 06:38 PM

not good


no install

farazfaraz 08-10-2010 06:40 PM

it is good but not work good in my forum

y2krazy 08-11-2010 05:41 PM

Quote:

Originally Posted by farazfaraz (Post 2081834)
it is good but not work good in my forum

What is the problem you are having?

Installed and working fine with only edits to the template on vB 3.8.4.

Cindyl10 12-04-2010 12:01 PM

I'd like to try it but don't know how to install it as there are no directions. Do I just have to import the product or is there something else I have to do as well?

Cindyl10 12-07-2010 06:22 PM

Can anyone here please give me some simple directions on what I need to do besides import the product? What do I do with the other files?


All times are GMT. The time now is 12:17 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.01213 seconds
  • Memory Usage 1,773KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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