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

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

0 Members and 1 Guest are viewing this topic.

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #435 on: August 09, 2007, 10:15:50 PM »
well, im little bet shocked :P !!

i didnt find that lang in my lang- main

i found this under pm codes in my lang main:
Code: [Select]
$lang['pm_bbcode'] = "Aktiviere BB-Code in dieser Nachricht.";
:P i didnt transelate it yet :P

so do i have to add $lang['bbc_help'] <== wondering if yes what should i write

English Please :@

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #436 on: August 09, 2007, 10:18:15 PM »
Quote
"Aktiviere BB-Code in dieser Nachricht.";

If see, this lang - no array (or object). Is use of $lang for array but no string array. Reason why no go.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #437 on: August 09, 2007, 10:21:43 PM »
well, thanks for trying to make it more easy ^_^

i tried to get ur point ! but seems im little bet lost and *confused*

also, the site work perfect untill now ! only this msg appears on the top of my page :(

so what shall i do  !!

i tried alot to solve the sql problem and finally i did ! but now im getting this :S

sorry for my bad programming in php im really big newbie here !
English Please :@

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #438 on: August 09, 2007, 10:22:51 PM »
Ask MOD author. No point of foreach for $lang.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #439 on: August 09, 2007, 10:29:26 PM »
thanks alot ^_^

i will try to ask him :)

also b4 i do that ! let me insure that i did all steps correct  :)

thanks 4 helping me thunder ^^
English Please :@

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #440 on: August 10, 2007, 01:11:03 AM »
can anyone post the lang --> main.php ( for the english version )

its not in the attached file

also i found one in the posts and it was in german

almost did half of it but found that most of them cannot be transelated ! :S ( GOD )
English Please :@

Offline nfprehn

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • How to become a model
Re: [MOD] PMv2 Tutorial Republished here
« Reply #441 on: August 10, 2007, 03:31:57 PM »
Hi Thunderstrike,

I am still getting the same error.  I have only followed the instructions up to Step 9 so far.

I  have

Code: [Select]
define('PM_TABLE', $table_prefix.'pm');
in my constants.php .

Vielleicht könntest Du auf Deutsch erklären was Du meinst, und ich übersetzte es gerne für alle anderen.

Thanks a lot for your help!

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #442 on: August 10, 2007, 03:52:33 PM »
Table not create in DB (or empty). No error come if 2 of them there ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline nfprehn

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • How to become a model
Re: [MOD] PMv2 Tutorial Republished here
« Reply #443 on: August 10, 2007, 04:08:40 PM »
Thanks for your quick reply!

Okay.  So I need .PM_SENT and .PM_UNREAD (any more?) that are called in pm.php!?  8O

This is not created by the pm_install.php or install.php .  Is there a step I missed somewhere?  I would be really grateful if you could point it out so that I can add the right table columns.
...

I have now added:
 pm_sent      int(11)                 No      0             
    pm_unread     int(11)              No     0          
    PM_SDLT     int(11)              No     0          
    PM_USDLT     int(11)              No     0          
    PM_RDLT     int(11)              No     0          

That appears to solve the problem

Offline nfprehn

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • How to become a model
Re: [MOD] PMv2 Tutorial Republished here
« Reply #444 on: August 10, 2007, 05:38:21 PM »
Hi all,

Still not having much luck here.  Now that I have no more error messages, I ran /pm.php and I get a blank page:



Does anyone know what that means?  Any problem solving suggestions?

Offline nfprehn

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • How to become a model
Re: [MOD] PMv2 Tutorial Republished here
« Reply #445 on: August 10, 2007, 06:43:48 PM »
If you'd like to use the PMv2 BBCode, you'd have to implement the PMv2...  :wink:

also ich habe 1.72 installiert. und den mod! nur bbcode2 funtzt in der comment_form.html nicht :(

warum?

I now have the same problem.  If the bbcode.html is in small letters, the comment form works but PMv2 does not.  If I rename it as BBCODE.html, PMv2 works but not comment form. 

Do you know where this can be changed?   :roll:

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #446 on: August 10, 2007, 10:42:26 PM »
well, i spent my weekend just tryin to fix the pm v2 code :p !!

yup, you have to add the 4 or 5 fields in the pm_table

and if you add the prefix you might get 4images_pm error !! 

blank page !! ( well, did u add the main.php ??? ) i got the same error coz of that

btw, is seach working well with ya  !! hope so !! coz i got error if member run any kind of seach in my site !

English Please :@

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #447 on: August 11, 2007, 12:29:18 AM »
Question ... which PHP version 2 of you use ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline nfprehn

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • How to become a model
Re: [MOD] PMv2 Tutorial Republished here
« Reply #448 on: August 11, 2007, 04:23:19 AM »
@MrLovaLova,  it's nice to hear I am not the only one...  8O

I seem to have solved all of my problems, but for the BBCODE.html issue.

I use PHP4.

@Thunderstrike, is it possible to turn of the case sensitiveness?

Thanks for you help!

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #449 on: August 11, 2007, 06:40:10 AM »
Quote
I use PHP4.

Precise ? ACP - > phpinfo().

Quote
@Thunderstrike, is it possible to turn of the case sensitiveness?

Where ? Which file ? Which action of file ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?