 | [SOLVED] Displaying Smilies |  |
Posted: 04/11/2007 3:47 AM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 6:15 PM
|

|
|
|
|
 |
Is it possible to change the pop up window so that users don't have to scroll across to see more but that they are in smaller columns but have more rows?
 |
|
Last edited by Karen on 04/11/2007 11:00 AM; edited 1 time in total |
|
 |
 |
| Back to Top |
|
|
 | Re: Displaying Smilies |  |
Posted: 04/11/2007 5:22 AM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:15 PM
Location: Texas
|

|
|
|
|
 |
Karen, I'm not sure what you are seeing when you talk about a popup window, is it this one:
If so, you can maximize the window and it will be full screen size. However, you still may have to scroll a bit to the right, is that what you're talking about?
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [SOLVED] Displaying Smilies |  |
Posted: 04/11/2007 5:34 AM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 6:15 PM
|

|
|
|
|
 |
| Yep! We have quite a few so when the page is maximised we have to scroll across - is it possible to change how many smilies are displayed across? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Displaying Smilies |  |
Posted: 04/11/2007 5:46 AM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:15 PM
Location: Texas
|

|
|
|
|
 |
Since that is a forum page I'm sure there is a way to resize it. But I don't know what that way is. To tell the truth I thought Blake had fixed that at one time on our forum but I'm not sure, ours has to be scrolled also. Unless it reverted back, I use it so seldom.....
We'll just have to wait until he shows up to find out for sure.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [SOLVED] Displaying Smilies |  |
Posted: 04/11/2007 5:58 AM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 6:15 PM
|

|
|
|
|
 |
Thanks RB  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [SOLVED] Displaying Smilies |  |
Posted: 04/11/2007 8:39 AM |
|
|
|
|
|
| Caravan |
| Posts |
282 |
| Word Cnt. |
31,380 |
| BDay |
Apr 14 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Nov 01, 2006
Local time: 2:15 PM
Location: Denver, PA
|

|
|
|
|
 |
See if this does it for you.
open functions_post.php in your includes folder.
Find:
| Code:
|
//
// Fill smiley templates (or just the variables) with smileys
// Either in a window or inline
//
function generate_smilies($mode, $page_id)
{
global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path;
global $user_ip, $session_length, $starttime;
global $userdata;
$inline_columns = 3;
$inline_rows = 7;
$window_columns = 8;
if ($mode == 'window')
|
You will want to change window_columns. You can also play with the other two to change the rows and columns shown while posting. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [SOLVED] Displaying Smilies |  |
Posted: 04/11/2007 9:17 AM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 6:15 PM
|

|
|
|
|
 |
Woohoo! Thank you!!
Worked great  |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|