PDA

View Full Version : Miscellaneous Hacks - myNotes - a notepad for your users, save important notes and reminders


ibautocommunity
08-16-2009, 10:00 PM
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
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
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:

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?

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
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. :)

$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
screen shot?!
The original layout is similiar to the one I modified in the post above yours.

https://vborg.vbsupport.ru/attachment.php?attachmentid=120526&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
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?