[Solved] 'View more Emoticons' view problem

This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules
Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785
Locked
User avatar
MajorFreak
Registered User
Posts: 65
Joined: Fri May 31, 2002 1:26 pm
Location: BC, Canada
Contact:

[Solved] 'View more Emoticons' view problem

Post by MajorFreak »

hey folks! I've got a problem where my forum members and i can't discern what the smileys are because they're all "scrunched" when that small window popups up.

it's too small. Is there any way to enlarge the icons in the 'View more Emoticons' popup? (i've got just under 64 emoticons)
User avatar
MajorFreak
Registered User
Posts: 65
Joined: Fri May 31, 2002 1:26 pm
Location: BC, Canada
Contact:

Post by MajorFreak »

sorry about bumping this and all, but i really would appreciate some answer...is there some tweak to the system i can input that would change this variable? or am i S.O.L.?
User avatar
primedomain
Former Team Member
Posts: 25944
Joined: Sat Dec 15, 2001 10:23 am

Post by primedomain »

I am not sure if I understand your question: Do you want to increase the size of the popup window?
User avatar
MajorFreak
Registered User
Posts: 65
Joined: Fri May 31, 2002 1:26 pm
Location: BC, Canada
Contact:

Post by MajorFreak »

Image
yes. Even if i enlarge the popup window all the smiley's stay the same size and don't enlarge. :? (ie. they stay shrunk)
User avatar
Daz
Registered User
Posts: 5236
Joined: Fri Dec 07, 2001 2:39 pm
Location: Yorkshire, UK

Post by Daz »

Hi,

If you open posting_smilies.tpl and find this code;

Code: Select all

<!-- BEGIN smilies_col -->
						
<td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" width="15" height="15" /></a></td>
And change it to this code (just remove the width & height);

Code: Select all

<!-- BEGIN smilies_col -->
						
<td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td>
All should be fine :)
Please and Thank You works wonders...
I reserve the right to post illogical (and totally wrong) replies.
...It's the subtle perfection in attention to detail that makes your work rock the way it does - cdkrg
Think simple - it's not necessarily what you draw that matters, it's what you perceive - Daz

Note: ForumImages<dot>com is no longer anything to do with me.
User avatar
imhotepp
Registered User
Posts: 48
Joined: Mon Apr 29, 2002 8:53 am

Post by imhotepp »

Hi,

While on the subject, is there a way to change the dimensions of the pop up window? - it becomes too small when you have many smilies, you know.
User avatar
Daz
Registered User
Posts: 5236
Joined: Fri Dec 07, 2001 2:39 pm
Location: Yorkshire, UK

Post by Daz »

Hi,

Open posting_body.tpl and find this code;

Code: Select all

<a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a>
Change the width and height.
Please and Thank You works wonders...
I reserve the right to post illogical (and totally wrong) replies.
...It's the subtle perfection in attention to detail that makes your work rock the way it does - cdkrg
Think simple - it's not necessarily what you draw that matters, it's what you perceive - Daz

Note: ForumImages<dot>com is no longer anything to do with me.
User avatar
imhotepp
Registered User
Posts: 48
Joined: Mon Apr 29, 2002 8:53 am

Post by imhotepp »

Thanks Daz

That worked!

I've been looking for this for a long time, heh
User avatar
MajorFreak
Registered User
Posts: 65
Joined: Fri May 31, 2002 1:26 pm
Location: BC, Canada
Contact:

Post by MajorFreak »

yeah!@ it worked! cheers!


BTW, just so anyone else wants to know the tpl files are in your template folders. gonna hafta change everyone of them too. laa.

Think i'll play around with that "width" "height" thingie
Locked

Return to “2.0.x Support Forum”