September 12, 200718 yr I setup some forums for someone and I can't figure out how to get the emoticons to be on the left instead of just being under the "View more Emoticons" button.
September 12, 200718 yr Try tech and computer, people go there to help or get help with comps. That would be your best bet :wink: Isn't it lovely how having an opinion makes you hated around here?
September 12, 200718 yr Try tech and computer, people go there to help or get help with comps. That would be your best bet :wink: Yes. Try reading through all forum names before just posting in off topic. :wink:
September 12, 200718 yr Moved to Tech & Computers :) "Da mihi castitatem et continentam, sed noli modo"
September 12, 200718 yr Are you using a free forum host? Or do you actually have access to the phpbb directory? Last.fm Signature Overlays
September 13, 200718 yr I think he's probably using phpbbnow...but then again I don't know With phpbbnow there isn't anyway that I know of to do that..... Listen to the mighty words of Bloodredsword. Tip it MGC Xbox live leader board!
September 13, 200718 yr If you have access to the source code, you could just make the grid 16x16, or just delete view more, and transfer all smiles there to the left side(this involves knowledge of php). Are you using actual php, or a site that gives you tools(like invisionfree)?
September 13, 200718 yr Author If you have access to the source code, you could just make the grid 16x16, or just delete view more, and transfer all smiles there to the left side(this involves knowledge of php). Are you using actual php, or a site that gives you tools(like invisionfree)? I have full access to the source code and mysql database.
September 13, 200718 yr If you have access to the source code, you could just make the grid 16x16, or just delete view more, and transfer all smiles there to the left side(this involves knowledge of php). Are you using actual php, or a site that gives you tools(like invisionfree)? I have full access to the source code and mysql database. phpBB2 or phpBB3? Erm, I'm not entirely sure but I know it's in a template file, I don't tend to work with free forums. [-- DYNAMIC SIGNATURES FOR RUNESCAPE 3 & OLDSCHOOL 2007 RUNESCAPE --]
September 13, 200718 yr Author If you have access to the source code, you could just make the grid 16x16, or just delete view more, and transfer all smiles there to the left side(this involves knowledge of php). Are you using actual php, or a site that gives you tools(like invisionfree)? I have full access to the source code and mysql database. phpBB2 or phpBB3? Erm, I'm not entirely sure but I know it's in a template file, I don't tend to work with free forums. It's phpBB2. So somewhere in templates/subSilver/ ?
September 13, 200718 yr It's phpBB2. So somewhere in templates/subSilver/ ? You'd think, but it's in your includes folder, so: root/phpbb/includes/functions_post.php You want lines 726-728 if your using an un-modded board. If you have modifications in your functions_post file, then it might be further down. $inline_columns = 4; $inline_rows = 5; $window_columns = 8; Pretty self explanatory. $inline_columns is the number of columns; $inline_rows is your rows; and $window_columns is the number of columns in the "View More Smilies popup. Hope this helps :P Last.fm Signature Overlays
September 14, 200718 yr Author It's phpBB2. So somewhere in templates/subSilver/ ? You'd think, but it's in your includes folder, so: root/phpbb/includes/functions_post.php You want lines 726-728 if your using an un-modded board. If you have modifications in your functions_post file, then it might be further down. $inline_columns = 4; $inline_rows = 5; $window_columns = 8; Pretty self explanatory. $inline_columns is the number of columns; $inline_rows is your rows; and $window_columns is the number of columns in the "View More Smilies popup. Hope this helps :P Thank you! I couldn't find the solution on google. EDIT: for me it was on lines 724 - 726.
Create an account or sign in to comment