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 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 02:46 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.01052 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete