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

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

0 Members and 3 Guests 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 #330 on: October 01, 2006, 01:27:12 PM »
Hi, what changes I have to do when I use MySQL 5

Error-message: Table 'db_user.pm_table' doesn't exist

Edit: Sorry I´ve forgotten to save includes/db_field_definitions.php!

Now it seems to work with the following System:

4images vers. 1.7.3
MySql vers. 5.0.24a
PHP vers. 5.1.6

Greetz by Flo
« Last Edit: October 01, 2006, 03:50:31 PM by Flo2005 »

Project offline

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: [MOD] PMv2 Tutorial Republished here
« Reply #331 on: October 02, 2006, 07:31:05 PM »
Shit, I have the same problem like some guys before  :?

That´s my badword list:


Somebody find out...?

THX Flo

Project offline

Offline NTH

  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #332 on: October 05, 2006, 02:48:02 PM »
Hi!
I would like download to this Post http://www.4homepages.de/forum/index.php?topic=6692.0 to the  "PM v2" package.
but the server doesn't work.
Plz upload other server this pack.
Thank you!

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 #333 on: October 05, 2006, 03:01:06 PM »
The file is attached to the 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 ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] PMv2 Tutorial Republished here
« Reply #334 on: October 13, 2006, 03:45:50 AM »
Great Mod!!!  :lol: Thanks a lot!

Although I have the next problems:

I can't see the table with smiles in comment_form. why? is another tag that {bbcode}?
And I have the next problem:
Shit, I have the same problem like some guys before  :?

That´s my badword list:


Somebody find out...?

THX Flo

My version is 1.7.3
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: [MOD] PMv2 Tutorial Republished here
« Reply #335 on: October 13, 2006, 06:57:46 AM »
In functions.php

theres:

Code: [Select]
if ($html == 0) {
    $text = str_replace("<", "<", $text);
    $text = str_replace(">", ">", $text);
    $text = str_replace("<", "&lt;", $text);
    $text = str_replace(">", "&gt;", $text);

Maybe this is cause that I´ve got in my comments some smiles looks like this:

Code: [Select]
<img src=\"./templates/default/smiles/surprised.gif\"
alt=\"\" border=\"0\">

In my quellcode it looks like:

Code: [Select]
&lt;img src="./templates/default/smiles/surprised.gif" alt="" border="0"&gt;
PLZ Help

Project offline

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #336 on: October 13, 2006, 10:09:35 AM »
@ Flo2005,

wenn du "html" in deinen Privaten Nachrichten zulassen willst, so solltest du das unter ACP -> Allgemein -> Einstellungen -> Private Messaging auch so einstellen ...
denn ...
Code: [Select]
if ($html == 0)
bedeutet ja ... wenn "html" nicht zugelassen ist, dann werden die entsprechenden Tags umgewandelt !
Ich würde jedoch die Einstellung so belassen und smiles nur über BB-Code in die PM einfügen lassen. Aber das ist dann deine Entscheidung.
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 Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: [MOD] PMv2 Tutorial Republished here
« Reply #337 on: October 13, 2006, 02:44:49 PM »
Achso, dies ist für html im PM´s, mein Fehler ist aber, dass die Smilies nicht in den abgegebenen Kommentaren dargestellt werden, sondern ein Stück quelltext erscheint. Manchmal klappt es auch und ein Smily wird angezeigt. Ich verstehg aber nicht, wo sich dieser Fehler verstecken könnte.

Wäre nett wenn man mir weiterhelfen könnte. Vielleicht liegt es auch an dem Browser von dem jew. User?

So sieht das Kommentar aus:

Quote
<img src=\"./templates/default/smiles/very_sad.gif\" alt=\"\"
border=\"0\">

Project offline

Offline chull

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #338 on: October 17, 2006, 05:36:59 PM »
Hello,

how can I send a pm to all users?

Thanks and Greetz

Chull

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #339 on: October 17, 2006, 06:12:20 PM »
@ chull
... there is a [Plugin] Pm to Members ...
http://www.4homepages.de/forum/index.php?topic=6732.0
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 NTH

  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #340 on: October 28, 2006, 08:48:06 PM »
Hi!
I installed this mod, but when I clikk the New message icon the PM system doesen't work.
The pm.php?action=new nothing loaded this link.
What's the problem?

Offline Thochard

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • Schwabenpics
Re: [MOD] PMv2 Tutorial Republished here
« Reply #341 on: November 06, 2006, 10:15:15 PM »
danke ivan

hab 1.7.3 und bei mir wird jetz das
<a href=...

nicht mehr angezeigt


vielen vielen dank

Offline dosensteck

  • Full Member
  • ***
  • Posts: 160
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #342 on: November 16, 2006, 10:14:25 PM »
wie kann ich den [thumb=xxxx] tag auch in der Bildbeschreibung nutzen? In den Bildkommentaren funktioniert er einwandfrei.

Habs mir zwar angesehen, richitg schlau bin ich aber nicht daraus geworden :/

Code: [Select]
$description = (!empty($image_row['image_description'])) ? format_text($image_row['image_description'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], 1 , 1) REPLACE_EMPTY;
mag zb. überhaupt nicht :D

Offline Entropyx

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #343 on: November 25, 2006, 08:51:40 AM »
great mod!

when you put something in the homepage box in edit profile, it shows as <a href and outside the box it says the url and class="input" />

i get this error
Quote
Notice: Undefined variable: pm_popup_header in /home/myke/public_html/includes/page_header.php on line 177

Notice: Undefined variable: pm_inbox in /home/myke/public_html/includes/page_header.php on line 179

Notice: Undefined variable: pm_outbox in /home/myke/public_html/includes/page_header.php on line 180

Notice: Undefined variable: pm_sentbox in /home/myke/public_html/includes/page_header.php on line 181

Notice: Undefined variable: pm_new_count in /home/myke/public_html/includes/page_header.php on line 182

but only when you're on the search page and logged out
and only says
Quote
Notice: Undefined variable: pm_popup_header in /home/myke/public_html/includes/page_header.php on line 177

when logged in and on search page
« Last Edit: November 26, 2006, 08:25:44 AM by Entropyx »

Offline Entropyx

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #344 on: November 26, 2006, 06:59:04 PM »
anyone know how to fix this?