Version: 1.1, by antialiasis
Developer Last Online: Nov 2013
Version: 3.5.4
Rating:
Released: 06-01-2006
Last Update: 06-01-2006
Installs: 90
DB Changes Uses Plugins Template Edits
No support by the author.
This hack will add a personal notepad for your members - a feature you may know from for example Invision Power Board, and which existed for vBulletin 2 as vBPad. For short, members will be able to edit the content of their notepad as they want, storing in it whatever they might feel like.
1 template edit
1 product to install
Time to install: 1-2 minutes, depending on how fast you can install one product, copy-paste and find something in a template after being tipped about where in the template it is
FEATURES
- Not much in the way of features for something like this... it's just a little personal notepad in the form of a textarea that people can type things into which is shown below all the information about new PMs/subscriptions/etc. in the User CP main page.
INSTALLATION
1. Import product-personal_notepad.xml through the Admin CP.
2. Make one template edit:
In template USERCP
FIND near the bottom of the template
Code:
<!-- ############## END NEW REPUTATION ############## -->
</if>
3. There is no 3. You're done. Go edit your personal notepad. And inform your members what this strange box that just appeared in their user CP is.
VERSION HISTORY
Version 1.1: Fixed small mistake that made the notepad get run twice through htmlspecialchars_uni (basically turning all HTML codes into a garble of < and > ).
Version 1.0: Initial release.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
in the template and adding above it something in the direction of
Code:
<div class="smallfont">Your personal notepad can store anything you can think of: notes, memos, half-finished posts, image URLs, quotes you like... Just type it in, save, and access it again here anytime you want.</div>
That's just a description made-up on the spot, so by all means edit it (if you have a board in multiple languages, by all means phrase it too), but that's all you'd have to do. Might add it as a hack feature, but this will have to do for now.
That hack replaces the USERCP template (which is what you edited for this hack) with another template, USERCP_PLUS, so the problem is simply that USERCP_PLUS is what you should be editing instead of USERCP. Admittedly, this makes your User CP home page so big that if I were you, I'd probably put the personal notepad at the top of the page instead of at the bottom - in fact, I'd take the whole thing from this:
<!-- ############## END NEW REPUTATION ############## -->
</if>
and move it to the top of it, placing the personal notepad below what I just moved. But that's just what I would do - I just think new subscriptions and PMs belong in a more prominent place than at the very bottom of that very large template.
Not on my forum.Now if I put this above 80 It will stretch the page out.
Code:
cols="80">
Ah, then you probably just hit the right number of cols. You can't make any assumptions about all forums out there, so I'm not going to put that into the hack by default...
carrie31, there is no word limit - well, perhaps the sky-high one set by the database, but that's barely a limit.
As for AJAX, yes, it almost definitely is possible, but the problem is that I don't know AJAX, at least not at the moment. Might start messing around with it soon, though.
The members may not know what to do with this or how to get benefit, so maybe you can add a little description text to it appears when they hover on Personal Notepad.