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

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

0 Members and 1 Guest are viewing this topic.

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] PMv2 Tutorial Republished here
« Reply #15 on: April 12, 2005, 11:36:42 PM »
But I still don't know where to put that

Code: [Select]
<tr>
<td width="50%" align="right"><input type="submit" name="preview" value=" {lang_preview} " class="button" /></td>
<td width="50%" align="left"><input type="submit" name="submit" value=" {lang_send} " class="button" /></td>
</tr>

Smes where in here? please tell me where

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] PMv2 Tutorial Republished here
« Reply #16 on: April 12, 2005, 11:48:46 PM »
oops  :oops: Then I did not understand you correctly
I have installed the Both MODS Smillies and PM
I thought this means, you've already installed the previous version of PM.

Well. Then just follow all the steps reposted by Mark Gunter and it should work...
There's also a single step for using this BBCode in the comments...
If it doesn't work like you expect, try to re-check all the steps... I've also made a few typos in this mod when implementing it but after a while I found the problem...

instead of

Code: [Select]
<td width="50%" align="right"><input type="submit" name="preview" value=" {lang_preview} " class="button" /></td>
it should look like this

Code: [Select]
<td width="50%" align="right"><input type="submit" name="preview" value=" {lang_preview} " class="button" onClick="action.value='preview';" /></td>
(just an example...) ;)

MAяTRIX


Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] PMv2 Tutorial Republished here
« Reply #17 on: April 13, 2005, 12:07:28 AM »

Thank you Martrix :):):)

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 #18 on: April 13, 2005, 12:17:26 AM »
I just added the JS fix into the package...
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 martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] PMv2 Tutorial Republished here
« Reply #19 on: April 13, 2005, 12:18:48 AM »
You're welcome :)

I guess you'll have some problems with using the smilie-form in the comments (this does not work automatically)
I finally found out, how to do that, but after the board-hack it got lost, so I have to search for it in my very poor brains...  :wink:
MAяTRIX


Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #20 on: April 18, 2005, 03:55:40 PM »
@ascanio
Hot site, that pleases! (Morena_007 is beautifully :oops:)
But my browser have error message of your site.

@martrix
How did you insert the calendar, it is a mod?

Gruß
michi-w.

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] PMv2 Tutorial Republished here
« Reply #21 on: April 18, 2005, 04:40:52 PM »
It is a little addition - just showing the actual month/day without any other functionality.
It was on the board before the hack...
If I find that on my HDD, I'll repost it ;)

have fun
MAяTRIX


Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #22 on: April 18, 2005, 06:04:01 PM »
If I find that on my HDD, I'll repost it ;
That would be nice.

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] PMv2 Tutorial Republished here
« Reply #23 on: April 18, 2005, 07:07:00 PM »
MAяTRIX


Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #24 on: April 18, 2005, 09:09:43 PM »
Great, thank you!

Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] PMv2 Tutorial Republished here
« Reply #25 on: April 18, 2005, 11:57:35 PM »
Does not go:
Quote
Parse error: parse error, unexpected T_ELSE in /www/htdocs/wupload/includes/page_header.php on line 58
Code: [Select]
if(($heute==6) || ($heute==7))else
      }
:?:
Gruß
michi-w.

Offline police22

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
    • The Dartez Page
Re: [MOD] PMv2 Tutorial Republished here
« Reply #26 on: April 19, 2005, 04:45:18 AM »
Does not go:
Quote
Parse error: parse error, unexpected T_ELSE in /www/htdocs/wupload/includes/page_header.php on line 58
Code: [Select]
if(($heute==6) || ($heute==7))else
      }
:?:
Gruß
michi-w.
Got the same problem. Didnt realize that this was here too.. the original post for the calendar can be found here.

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 #27 on: April 19, 2005, 04:50:09 AM »
Does not go:
Quote
Parse error: parse error, unexpected T_ELSE in /www/htdocs/wupload/includes/page_header.php on line 58
Code: [Select]
if(($heute==6) || ($heute==7))else
      }
:?:
GruЯ
michi-w.
Got the same problem. Didnt realize that this was here too.. the original post for the calendar can be found here.
that error has nothing to do with this mod, the mod u are refering to "calendar" is what causes it...no point trouble shooting the issue under this thread.
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 police22

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
    • The Dartez Page
Re: [MOD] PMv2 Tutorial Republished here
« Reply #28 on: April 19, 2005, 04:57:42 AM »
Does not go:
Quote
Parse error: parse error, unexpected T_ELSE in /www/htdocs/wupload/includes/page_header.php on line 58
Code: [Select]
if(($heute==6) || ($heute==7))else
      }
:?:
GruЯ
michi-w.
Got the same problem. Didnt realize that this was here too.. the original post for the calendar can be found here.
that error has nothing to do with this mod, the mod u are refering to "calendar" is what causes it...no point trouble shooting the issue under this thread.
V@no.. i know that.. i was just telling him where the post for the calendar is for his reference...

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 #29 on: April 19, 2005, 05:02:33 AM »
V@no.. i know that.. i was just telling him where the post for the calendar is for his reference...
ah, I see. Thank you ;)
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)