MyBB Community Forums

Full Version: The Cure for MyBB 1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Amazing theme, it looks like a good base for jQuery mods, like this! Smile
(2010-08-16, 04:15 PM)Audentio Wrote: [ -> ]No problem lad, I'll try to help as best I can.

First, open the .PSD in photoshop.

Second, select your text tool and change the text to what you want. Make any other changes you want.

Third, click File > Save For Web And Devices. Click okay (optimize if you'd like). Voila, it'll spit out an image in the /images/ folder now created on your desktop.

Let me know if this helps,
Mike
thank u your tutorials helped a lot Smile
i just found a missing image file in your package[attachment=19426]
the avatar is getting cut how to fix that Blush [attachment=19425]



cool color Wink
(2010-08-17, 04:57 AM)ancraz Wrote: [ -> ]
(2010-08-16, 04:15 PM)Audentio Wrote: [ -> ]No problem lad, I'll try to help as best I can.

First, open the .PSD in photoshop.

Second, select your text tool and change the text to what you want. Make any other changes you want.

Third, click File > Save For Web And Devices. Click okay (optimize if you'd like). Voila, it'll spit out an image in the /images/ folder now created on your desktop.

Let me know if this helps,
Mike
thank u your tutorials helped a lot Smile
i just found a missing image file in your package
the avatar is getting cut how to fix that Blush

Thank you Smile

I do not believe that is a file of mine. Maybe its something you added in? I actually didn't edit the breadcrumb navigation on this template.

The avatar is getting cutout because I set the set to 68x68. Do you have a default avatar set? If you do, then we can make this really easy. Find in header > header_welcomeblock_member:

<div style="background: transparent url({$mybb->user['avatar']}) 0 0 no-repeat;width:68px;height:68px;float:left"></div>

Replace with:

<img src="{$mybb->user['avatar']}" border="0" alt="" height="68" width="68" />

Voila! Now it doesn't cut out anymore.

I did this for a reason. I did this because nothing will show up if someone does not have an avatar. If I did the <img> tag for the default code, then it wouldn't cut out but people who were using Internet Explorer AND did not have an avatar would see an annoying red x. I made it compatible for everyone. Yes, their avatar gets cut out, but at least it shows up and they have an option to fix it.

Hope this all works for you Smile
(2010-08-17, 01:56 PM)Audentio Wrote: [ -> ]
(2010-08-17, 04:57 AM)ancraz Wrote: [ -> ]
(2010-08-16, 04:15 PM)Audentio Wrote: [ -> ]No problem lad, I'll try to help as best I can.

First, open the .PSD in photoshop.

Second, select your text tool and change the text to what you want. Make any other changes you want.

Third, click File > Save For Web And Devices. Click okay (optimize if you'd like). Voila, it'll spit out an image in the /images/ folder now created on your desktop.

Let me know if this helps,
Mike
thank u your tutorials helped a lot Smile
i just found a missing image file in your package
the avatar is getting cut how to fix that Blush

Thank you Smile

I do not believe that is a file of mine. Maybe its something you added in? I actually didn't edit the breadcrumb navigation on this template.

The avatar is getting cutout because I set the set to 68x68. Do you have a default avatar set? If you do, then we can make this really easy. Find in header > header_welcomeblock_member:

<div style="background: transparent url({$mybb->user['avatar']}) 0 0 no-repeat;width:68px;height:68px;float:left"></div>

Replace with:

<img src="{$mybb->user['avatar']}" border="0" alt="" height="68" width="68" />

Voila! Now it doesn't cut out anymore.

I did this for a reason. I did this because nothing will show up if someone does not have an avatar. If I did the <img> tag for the default code, then it wouldn't cut out but people who were using Internet Explorer AND did not have an avatar would see an annoying red x. I made it compatible for everyone. Yes, their avatar gets cut out, but at least it shows up and they have an option to fix it.

Hope this all works for you Smile
When i used following code
<img src="{$mybb->user['avatar']}" border="0" alt="" height="68" width="68" />
i have the following problem [attachment=19432]
When i told there is a image missing "arrow_down.gif" its Image file required by the default set of Features available in mybb . you will find the image right next to releases in the top navigation bar Blush it does not matter much though Big Grin


Are you using the 1.6 skin?

<img src="{$mybb->user['avatar']}" border="0" alt="" class="float_left" height="68" width="68" />

Try that code instead.
(2010-08-17, 02:51 PM)Audentio Wrote: [ -> ]Are you using the 1.6 skin?

<img src="{$mybb->user['avatar']}" border="0" alt="" class="float_left" height="68" width="68" />

Try that code instead.
issue fixed and i am using 1.6 skin

Add this file in to:

/www/images/thecure/

(2010-08-17, 03:10 PM)Audentio Wrote: [ -> ]Add this file in to:

/www/images/thecure/
thank u
I think the Forum Name and Description are to Close together.
[attachment=19452]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22