Jump to content
MakeWebGames

Mailbox Layout Mod


Dayo

Recommended Posts

Mailbox Layout Mod

This Mod Will make your Mail Box look better, i was gona do this tomoro but i done it just now, enjoy :D

What you will need to do

  • Edit 1 file
  • Add 1 CSS file
  • Add 1 JS file

 

Step 1

Open mailbox.php and delet all coding and replace with

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Step 2

upload SpryCollapsiblePanel2.js to the main where mailbox.php is located

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Continued ...

Link to comment
Share on other sites

Re: [McCodes][v2] Mailbox Layout Mod

 

not sure try the steps again, also are the JS and CSS files in the same directory as the mailbox.php

ill see if i can add smilies today

Use a couple of array's and then str_replace() - easiest way I can think of.

If you're handy with preg_match()/preg_replace() then bonus! They're faster and safer I believe

Link to comment
Share on other sites

Re: [McCodes][v2] Mailbox Layout Mod

 

BUG FIX

Mailbox.php should be

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

when you went to sent messages it would go all weird, thiss fixes that

Ummm, the file you posted above has an error.

Look for

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

change to

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And thanks for the mod. I like it alot.

Link to comment
Share on other sites

Re: [McCodes][v2] Mailbox Layout Mod

 

Ummm, the file you posted above has an error.

Look for

Code: [select]

print "<script src='SpryCollapsiblePanel.js' type='text/javascript'></script>

<link href='SpryCollapsiblePanel.css' rel='stylesheet' type='text/css' />";

change to

Code: [select]

print "<script src='SpryCollapsiblePanel2.js' type='text/javascript'></script>

<link href='SpryCollapsiblePanel2.css' rel='stylesheet' type='text/css' />";

And thanks for the mod. I like it alot.

Thanks that fixed my problem

Link to comment
Share on other sites

Re: [McCodes][v2] Mailbox Layout Mod

 

not sure try the steps again, also are the JS and CSS files in the same directory as the mailbox.php

ill see if i can add smilies today

Use a couple of array's and then str_replace() - easiest way I can think of.

If you're handy with preg_match()/preg_replace() then bonus! They're faster and safer I believe

Also, wrap it all into a function and output the function..

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...