Member Notepad

Started by SMFHacks.com Team, May 06, 2007, 08:58:19 PM

Previous topic - Next topic

digit

I'd like to see a mod (for 1.1.4) that would allow users to make notes IN THE MESSAGES.

Thanks in advance.
Happily using a heavily modified 1.1.16 version of SMF!

2748011 Posts in 320998 Topics by 50986 Members


SOLD my website - thanks it was a good run - they converted to vbadvanced. (and screwed it up good!)

PrizeLive.com

I just downloaded and installed this mod but I don't see the options for it in my Profile.

Using version 1.1.4 and the Default theme.
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

vbgamer45

Make sure you are using english as your language and not english utf8 also check the permissions on the files for SMF they need to be writable in order to make the changes.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

PrizeLive.com

Quote from: vbgamer45 on April 21, 2008, 08:11:52 PM
Make sure you are using english as your language and not english utf8 also check the permissions on the files for SMF they need to be writable in order to make the changes.

I'm using English and currently all files are writable (777).
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

Marcus Forsberg

Swedish translation

//Begin Member Notepad Text Strings
$txt['mempad_title'] = 'Personliga antecknigar';
$txt['mempad_save'] = 'Spara antecknigar';
$txt['mempad_error'] = 'Du har inte rätt att ändra denna medlems antecknigar.';

//END Member Notepad Text Strings         

vbgamer45

Thanks for translation
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

CesarManara

How i make for this mod work on Brazilian forum?
when a i put the lenguage as Portuguese Brazilias, the mode do not work.
What i have to do for mods work in Portuguese Brazilian?

vbgamer45

You have to translate themes/default/languages/modifications.english.php and make your modifications file for your language.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

58tbird

#48
I just installed on 1.1.5 default theme, and everything works as advertised and no errors.  I like what you've done.  Very nice mod - thank you!

Is there a manual edit to make it so that everyone's notes are private, even from the administrator?  Would there be any security risks/issues in doing that if that could be done?

58tbird

Just checking - is there a manual edit that will make it so that everyone's notes are private, even from the administrator?  And would there be any security risks/issues in doing that if that can be done?

vbgamer45

It could be done you would need to modify profile.template.php and check what user is viewing the page.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

58tbird

#51
Here's the only edit in the profile.template.php file according to the package parser:
Find:

<tr>
<td colspan="2" height="25">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="table-layout: fixed;">
<tr>
<td style="padding-bottom: 0.5ex;"><b>', $txt[85], ':</b></td>
</tr><tr>
<td colspan="2" width="100%" class="smalltext"><div class="signature">', $context['member']['signature'], '</div></td>
</tr>
</table>
</td>
</tr>



Add after:


';

// Member Notepad
global $scripturl;

if ($context['show_pad'])
echo '
<tr>
<td colspan="2"><hr size="1" width="100%" class="hrcolor" /></td>
</tr>
<tr>
<td colspan="2" >
<h3>' . $txt['mempad_title'] . '</h3>

<form method="POST" action="', $scripturl, '?action=savepad">
  <textarea rows="5" name="txtnotes" cols="80">', $context['pad_notes'], '</textarea><br />
  <input type="hidden" name="id" value="', $context['member']['id'], '">
  <input type="submit" value="', $txt['mempad_save'], '" name="cmdnotes" />
</form>
<br />
</div>
</td>
</tr>';

// End Member Notepad

echo '


Do you know what needs to be edited to make notes private even from the admin?  Thanks vbgamer45  :)

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

58tbird

Okay, thanks vbgamer45  :)

PLAYBOY

i can translate it to turkish, would you give me the words i need to translate? so you can add it to the mod?

vbgamer45

Quote from: PLAYBOY on September 25, 2008, 03:53:30 AM
i can translate it to turkish, would you give me the words i need to translate? so you can add it to the mod?
Translate the text added to modifications.english.php


Updated the MOD for SMF 2.0 beta4!
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

RoCKeT-88

How can I make this to display HTML?  I want to put my playlist.com player in!~
Insert Witty Signature Here.

Fustrate

Quote from: vbgamer45 on September 25, 2008, 10:04:08 PM
Updated the MOD for SMF 2.0 beta4!

Err, can't the same thing be accomplished with the included CPF? I'm not sure if it's changed anything since beta 2.1 when I did it on my old forum, but can't you just add a textarea with access allowed to admins only? I might be wrong :P just playing devil's advocate...
Steven Hoffman
Former Team Member, 2009-2012

vbgamer45

Forgot about custom profile fields but it is good to have an upgrade path for users so they do not loose their notes when they upgrade to the latest version of SMF.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

pinoypetfinder

cool mod, but i hope other members can see the notes too. like for example, a member is goin on vacation for 2 weeks, then maybe they can put that on the personal note. or, is there a mod like that already?

Advertisement: