happybappy Posted September 12, 2007 Share Posted September 12, 2007 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. Link to comment Share on other sites More sharing options...
SupportMage Posted September 12, 2007 Share Posted September 12, 2007 Erm...help and advice? Still alive, still alive. Link to comment Share on other sites More sharing options...
Stoop111 Posted September 12, 2007 Share Posted September 12, 2007 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? Link to comment Share on other sites More sharing options...
andufusthebronze Posted September 12, 2007 Share Posted September 12, 2007 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: Link to comment Share on other sites More sharing options...
assassin_696 Posted September 12, 2007 Share Posted September 12, 2007 Moved to Tech & Computers :) "Da mihi castitatem et continentam, sed noli modo" Link to comment Share on other sites More sharing options...
Errdoth Posted September 12, 2007 Share Posted September 12, 2007 Are you using a free forum host? Or do you actually have access to the phpbb directory? Last.fm Signature Overlays Link to comment Share on other sites More sharing options...
Bloodredsword Posted September 13, 2007 Share Posted September 13, 2007 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! Link to comment Share on other sites More sharing options...
InkofDeath Posted September 13, 2007 Share Posted September 13, 2007 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)? Link to comment Share on other sites More sharing options...
happybappy Posted September 13, 2007 Author Share Posted September 13, 2007 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. Link to comment Share on other sites More sharing options...
@Dan3HitU Posted September 13, 2007 Share Posted September 13, 2007 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 --] Link to comment Share on other sites More sharing options...
happybappy Posted September 13, 2007 Author Share Posted September 13, 2007 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/ ? Link to comment Share on other sites More sharing options...
Errdoth Posted September 13, 2007 Share Posted September 13, 2007 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 Link to comment Share on other sites More sharing options...
happybappy Posted September 14, 2007 Author Share Posted September 14, 2007 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. Link to comment Share on other sites More sharing options...
Errdoth Posted September 14, 2007 Share Posted September 14, 2007 Glad you got it working :thumbsup: Last.fm Signature Overlays Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now