[SOLVED] Need help with a button in the PowerMetal Theme

Support for IntegraMOD 140

Moderator: Integra Moderator

[SOLVED] Need help with a button in the PowerMetal Theme

PostAuthor: DjPorkchop » Sun May 21, 2006 1:21 pm

Hello ChuckleHead Needs a helping hand...Iwas wondering if it would be able to get a botton created for you PowerMetal theme for the Blog Mod. It is missing in forum posts...I even tried to upload one of my own to use temporarily to have a button there at the least. Where can i find the place in the code to replace the link to the image so I can get it to show up? any help would be great. Thx in advance.

[flash=,:t112b853]http://www.mweva.com/images/help.JPG[/flash:t112b853]
Last edited by DjPorkchop on Sat May 27, 2006 6:55 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x

PostAuthor: chucklehead » Mon May 22, 2006 5:00 am

~ Did the Blog Mod provide any code to add to the theme.cfg file to reference the image?

~ Can you provide a link to the Blog Mod so I can check out the code, please.

~ I'll see what I can do regarding an image for it. I do believe I provided blank buttons in the image folder though in case anyone needed to create their own buttons.
Last edited by chucklehead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

chucklehead
Members
Members
 
Posts: 57
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 25, 2006 6:32 pm
Cash on hand: 0.00

Re: Need help with a button in the PowerMetal Theme

PostAuthor: DjPorkchop » Mon May 22, 2006 4:20 pm

Thx for getting back to me chucklehead. The link I have for the blog mod is http://www.dragonsys.org/portal/dload.p ... &file_id=5 I think it has updated once since then..Im not to sure...You did provide a blank button and I felt like a fool for posting this but Graphics isn't my strong point. And i couldn't recoginze the font to even have one of my friends help me out with the button....I apologize...... <img>
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x

Re: Need help with a button in the PowerMetal Theme

PostAuthor: chucklehead » Wed May 24, 2006 8:02 pm

~ Will this button do?

~ After looking at the MOD, I realized you'll need to rename the button to icon_weblog.gif. Sorry I didn't realize that until uploading it myself.

~ Also, you want to make sure you upload it to images/lang_english
You do not have the required permissions to view the files attached to this post.
Last edited by chucklehead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

chucklehead
Members
Members
 
Posts: 57
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 25, 2006 6:32 pm
Cash on hand: 0.00

Re: Need help with a button in the PowerMetal Theme

PostAuthor: DjPorkchop » Thu May 25, 2006 3:55 pm

Thankyou so much Chucklehead :P
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x

PostAuthor: chucklehead » Thu May 25, 2006 7:46 pm

~ Make sure this is done also...

Open PowerMetal.cfg
Find:
Code: Select all
$images['icon_icq'] = "$current_template_images/lang_english/icon_icq_add.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";


After, Add
Code: Select all
$images['icon_weblog'] = "$current_template_images/lang_english/icon_weblog.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";


~ Make sure you have changed the name of the image to icon_weblog.gif also
Last edited by chucklehead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

chucklehead
Members
Members
 
Posts: 57
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 25, 2006 6:32 pm
Cash on hand: 0.00

Re: [SOLVED] Need help with a button in the PowerMetal Theme

PostAuthor: DjPorkchop » Fri May 26, 2006 2:03 pm

My .cfg differs from yours....Mine reads
Code: Select all
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";

And not
Code: Select all
$images['icon_icq'] = "$current_template_images/lang_english/icon_icq_add.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";


I added the line
Code: Select all
$images['icon_weblog'] = "$current_template_images/lang_english/icon_weblog.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";

after the line
Code: Select all
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";
and still no go. Now the blank picture is missing no blank spot this time, but a . between email and album....Am I using an out of date PowerMetal?
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x

Re: AlmostSOLVED Need help with a button in the PowerMetal T

PostAuthor: Helter » Sat May 27, 2006 5:43 am

the problem is that powermetal was made for 132 which did not require the size references to display correctly in IE. I have not looked at powermetal.cfg, but it may need to be completely updated. In IE do you have any other images that look like " . " ?

for now try replacing

$images['icon_weblog'] = "$current_template_images/lang_english/icon_weblog.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";

with this

$images['icon_weblog'] = "$current_template_images/lang_english/icon_weblog.gif";
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: [SOLVED] Need help with a button in the PowerMetal Theme

PostAuthor: DjPorkchop » Sat May 27, 2006 6:03 am

In IE or FireFox, I dont have any other errors related to this topic. It now shows up with the lates edit that you recommended AND it was missing in the public profile section as well and is now there.....Thx Helterskelter for the edit and Chucklehead for the .gif Have a nice day.......Ray <img>
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x

PostAuthor: chucklehead » Sat May 27, 2006 3:13 pm

~ I am currently working on an updated version from scratch but am waiting on an updated IntegraMOD beta release to release it.

~ Until then, Helter's solution should work.
Last edited by chucklehead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

chucklehead
Members
Members
 
Posts: 57
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 25, 2006 6:32 pm
Cash on hand: 0.00

Re: AlmostSOLVED Need help with a button in the PowerMetal T

PostAuthor: DjPorkchop » Sat May 27, 2006 6:54 pm

Yup..his fix did work fine. It fixed my forum and profile.....Thx guys
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x


Return to IntegraMOD 140

Who is online

Registered users: App360MonitorBot, Bing [Bot]