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

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

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] PMv2 Tutorial Republished here
« Reply #316 on: September 03, 2006, 12:32:36 AM »
Habe mir PMv2 installiert
Wenn ich jetzt eine Mitteilung schreiben möchte, steht dort schon ein Text aus der Shoutbox ;)
Woran könnte das liegen ?

gruss Harald
« Last Edit: September 03, 2006, 03:50:18 PM by Jan-Lukas »
Danke Harald




Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] PMv2 Tutorial Republished here
« Reply #317 on: September 08, 2006, 01:36:29 AM »
keiner eine Vermutung ?
Wie gesagt, wenn jemand eine Mitteilung versenden möchte steht im Textfeld schon ein Text aus der Shoutbox.
Wo holt sich das Feld diese Information her?

gruss Harald
Danke Harald




Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #318 on: September 08, 2006, 02:41:15 AM »
lang/your_language/main.php
 :?:

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] PMv2 Tutorial Republished here
« Reply #319 on: September 08, 2006, 04:27:30 PM »
Hmm, glaube ich nicht, ist ja ein ganz anderer Code
in der Shoutbox wird mit "$lang['sh_"  gearbeitet, und PM arbeitet mit "$lang['pm_"
Und da der Code unverändert eingefügt wurde, müsste es auch bei anderen sein die beide Mods drauf haben.

gruss Harald
Danke Harald




Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #320 on: September 08, 2006, 05:44:55 PM »
Was steht denn da für ein Text?
Immer der gleiche oder sind das die Einträge aus der Shoutbox?

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] PMv2 Tutorial Republished here
« Reply #321 on: September 08, 2006, 07:02:16 PM »
Texte aus der Shoutbox
und eigenartiger weise immer der letzte der in der Shoutbox angezeigt wird (steht auf 20)
Quote
Anzahl der Nachrichten, die im Template angezeigt werden sollen.
Danke Harald




Offline ThanhPhuoc

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • WebAmNhac.com - Online Music
Re: [MOD] PMv2 Tutorial Republished here
« Reply #322 on: September 12, 2006, 04:43:46 AM »
If you don't want to see second popup when you have a new message (First popup: Click OK to go to Inbox and Cancel to hide popup), simple to remove this code in includes/page_header.php
Code: [Select]
            second_box=confirm('".$lang['pms_popup_newwindow']."');
            if (second_box==true) {
               window.open('".$site_sess->url(ROOT_PATH."pms.php")."','pmnew','width=600,height=500,menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes,top=50,left=50');
            } else {

Offline Thochard

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • Schwabenpics
Re: [MOD] PMv2 Tutorial Republished here
« Reply #323 on: September 14, 2006, 02:32:24 AM »
Hallo PartyPix,

Du verwendest die Version 1.7.2 und nun tritt ein Kompatibilitätsproblem zu diesem [MOD] PMv2 auf.

You use Version 1.7.2 and got a compatibility problem with this [MOD] PMv2.

Um das Problem zu lösen / To fix this problem:


1. Öffne die Datei / open file->  \includes\functions.php

2. Finde Code / find code:
Code: [Select]
$text = replace_url($text);
3. Ersetze mit / remove with:
Code: [Select]
if ($html !== 2) {
      $text = nl2br(trim($text));
      $text = replace_url($text);
}

Nun sollten die Links in den Eingabefeldern korrekt angezeigt werden / Now the input fields show the correct text.




habe das gleiche Problem jedoch version 1.7.3
habe bereits versucht wie oben beschrieben functions.php zu ändern.
Hat leider nicht funktioniert.

same problem but version 1.7.3
allready tried solving my problem by edit functions.php with upper fix.
unfortunately without success

Benny

  • Guest
Re: [MOD] PMv2 Tutorial Republished here
« Reply #324 on: September 19, 2006, 12:08:14 PM »
Texte aus der Shoutbox
und eigenartiger weise immer der letzte der in der Shoutbox angezeigt wird (steht auf 20)
Quote
Anzahl der Nachrichten, die im Template angezeigt werden sollen.

wirst es kaum glauben, aber ich hab genau das gleiche Problem.
die letzte Nachricht aus der Shoutbox steht immer am anfang im Textfeld, wenn man eine neue PM schreibt.


ahh, ich hab die Lösung hier gefunden  :D

Ok, i think this should fix that:

Open /includes/shout.php

Find:
Code: [Select]
  $shoutings .= $site_template->parse_template("shout_bit");

Add Before:
Code: [Select]
  $message = "";
« Last Edit: September 19, 2006, 12:19:39 PM by Benny »

Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #325 on: September 19, 2006, 11:54:28 PM »
Vanos Page is down for long time,possible someone can give me a lost file please or send a link for that mod?
i need verry important the "pm_notify.php" file.
Please.

Die Seite von Vano ist schon lange vom Netz,vielleicht hat noch jemand einen Link wo man das Mod bekommt?
Ich habe leider vergessen das "pm_notify.php" hochzuladen,kann es mir netterweise überlassen?
besten dank

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] PMv2 Tutorial Republished here
« Reply #326 on: September 20, 2006, 12:48:44 AM »
I've attached the file to the original tutorial post.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #327 on: September 20, 2006, 04:35:33 PM »
sorry,but cant find any link,also your tutorial is lost.
how to find your attachment?
thanks.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
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 Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #329 on: September 20, 2006, 09:28:48 PM »
 :wink:
thats it,thanks!