• [MOD] PMv2 Tutorial Republished here 5 0 5 1
Currently:  

Author Topic: [MOD] PMv2 Tutorial Republished here  (Read 773688 times)

0 Members and 1 Guest are viewing this topic.

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: [MOD] PMv2 Tutorial Republished here
« Reply #105 on: August 24, 2005, 12:03:38 PM »
Hi Guys, I have the same problem like ascanio #12

Quote
I have implement PMv.2 that what I asked that  but my smilies don't work any more in comments, i don't know how to put the PMv.2 bbcode i try to change {bbcode} with {bbcode2} but it does not work

Sorry, but I didn´t understand what I have to do. Should I change my {bbcode} tags to {bbcode2} and where must I do this?  :oops:

Mark Gunter (Step 17)
Quote
In case u want use smiles somewhere else, u'll need use format_text function, set 6th parameter to 1.

Where should I change the parameters for my comments?

Project offline

Offline beseech

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #106 on: September 07, 2005, 07:19:02 PM »
well i don't know if this is a right place for i post my doubt, but the PM [MOD] first version (topic is locked) so , maybe here someone can help, i (think) .

I've installed a personal member photo, so my question is : " how can i put this show on pm's ? "

Note : i'm using the old PM mod !!!


Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [MOD] PMv2 Tutorial Republished here
« Reply #107 on: September 10, 2005, 03:12:29 PM »
Hi everybody,
First my thanks to v@no for this great MOD.
I Installed it and almost everything worked out fine.

The only few problems I have are on the pm.php file.
There are a few if clauses, which are printed out.
E.g. on the inbox page I get:

{if lang_limit_prc} {endif lang_limit_prc}

right under Private Messaging header.

If I view a pm I get e.g. {if lang_to} {endif lang_to} {if lang_received} {endif lang_received}
and a few more.

Please tell me how I can fix this...

thanks in advance...

Have still the same Problem...

EDIT:
This is resolve the Problem:
http://www.4homepages.de/forum/index.php?topic=6806.0

Offline Lunique

  • Full Member
  • ***
  • Posts: 109
  • V 1.7.7
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #108 on: September 17, 2005, 01:45:03 AM »
Hi sorry if this is been asked before my english is not that good and I didn't find the answer till now

I have installed the mod as it was said (didn't had the old mod before) but if I try to send a private message I get this error:

Fatal error: Call to undefined function: get_smiles_text() in /srv/www/htdocs/web32/html/galerie/pm.php on line 427

What should I do? You can answer in english and german

thanks & hugs Lunique

Offline Egly

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #109 on: September 17, 2005, 09:44:35 AM »
First of all thanx V@no for this great mod, i installed it, and it works great for me!!

I have one question:
Since i installed this MOD i can use the smilies in the comments too if i know what i have to type for each smilie.
How can i add a box like in the new pm box to the comment form?
I know that there are several MODs to add this but they all use different smilies than this mod.
It shouldn´t be that much work..
It would be great, if someone could give me a tip how to do this...

Thx
Greez Egly

Offline bxbx

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #110 on: October 08, 2005, 12:58:30 AM »
I just installed the PM version 2 mod and it works all except for one little part.  Step 13 says the following:

In /templates/<yourtemplate>/member_profile.html  use {lang_pm} tag
In /templates/<yourtemplate>/comment_bit.html use {comment_user_pm} tag to show link to PM the user

In comment_bit.html I have used this tag and nothing shows up.

I have also used the lang_pm tag in member_profile.html and that also shows nothing.  I have gone over the code a lot and I believe that I have installed it correctly.  What am I doing wrong?  What am I supposed to see?  Maybe I am just expecting something that is not supposed to happen with these.  Thanks.

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [MOD] PMv2 Tutorial Republished here
« Reply #111 on: October 12, 2005, 01:01:24 PM »
I have a few Problem with the if clauses... )o:

Code: [Select]
{if preview}<div class="msg_plain">{lang_preview}:</div>{endif preview}
{if nextprev}

In the Preview will printout only the ":"

Code: [Select]
{if lang_received}
<tr class="row2">
<td><b>{lang_received}</b></td>
<td width="100%" colspan="2">{received}</td>
</tr>
{endif lang_received}

Printout in "mode=inbox" without the {lang_received} and the same at

Code: [Select]
{if ip}<br />IP: {ip}{endif ip}
{ip} will not been showed but "IP:" will printout.

What can i do to resolve the Problem? )o:

Offline Andreas1

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #112 on: October 13, 2005, 08:17:17 PM »
Hallo @all

gibt es eine Möglichkeit PMs nach einer bestimmten Zeit z.Bsp. 60 Tagen über das ACP zu löschen? Wie kann man diese löschen?

Danke Euch.

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [MOD] PMv2 Tutorial Republished here
« Reply #113 on: October 13, 2005, 08:25:52 PM »
/admin/plugin/pm_prude.php mit folgenden Inhalt erstellen

Code: [Select]
<?php // PLUGIN_TITLE: PM Prude

$nozip 1;
define('IN_CP'1);

$root_path "./../../";
define('ROOT_PATH'$root_path);
require(
ROOT_PATH.'admin/admin_global.php');

// TEXT
define('PM_PRUDE_TITEL'"PM Prude");
define('PM_PRUDE_DAY'"Älter als XX Tage:");
define('PM_PRUDE_BUTTON_DEL'"Löschen");
//// TEXT


show_admin_header();

// PM PRUDE
show_form_header("pm_prude.php""pm_prude");
show_table_header(PM_PRUDE_TITEL2);
show_input_row(PM_PRUDE_DAY"pm_days"""45);
show_form_footer(PM_PRUDE_BUTTON_DEL""2);

$pm_days $HTTP_POST_VARS['pm_days'];

if (
$pm_days != ""){
$sql_prude "DELETE
       FROM "
.PM_TABLE."
      WHERE pm_date < "
.(time()-$pm_days*24*3600);
$result $site_db->query($sql_prude);
}
//// PM PRUDE


show_admin_footer();
?>

Offline Andreas1

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #114 on: October 13, 2005, 09:06:57 PM »
Danke für die schnelle Antwort Acidgod,

aber ein Problem habe ich noch, die Sentbox ist noch voll. Kan man dies ins Plugin aufnehmen?

Wäre echt  :D SUPER!?

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [MOD] PMv2 Tutorial Republished here
« Reply #115 on: October 14, 2005, 09:53:58 AM »
Wie bitte?

Also das Teil löscht alle PMs die älter sind und nimmt dabei null Rücksicht.
Wie soll da den was in der Sendbox bleiben?

Offline Andreas1

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #116 on: October 14, 2005, 11:41:45 AM »
Ich hatte nicht auf die Uhrzeit geschaut und versuchte eine Nachricht zu löschen die das Ablaufdatum noch nicht erreicht hatte.

Funktioniert alles wunderbar.

Danke nochmals.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #117 on: October 14, 2005, 03:10:12 PM »
@ Acidgod

PM Prude ... ein sehr nützliches PlugIn ... Danke ...  :D

[ PS. Das PlugIn ist absolut selbsterklärend ... doch was bedeutet eigentlich "Prude" ... ? ]

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [MOD] PMv2 Tutorial Republished here
« Reply #118 on: October 14, 2005, 03:19:11 PM »
sollte eigentlich prune heissen... Habe dann aber aus mir völlig unerklärlichen Gründen überall prude benutzt...

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #119 on: October 14, 2005, 04:43:41 PM »
prune ... alles klar ... hatte schon etwas gezweifelt ... an mir ...  :wink:

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...