Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

phpbb help

Featured Replies

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.

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?
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:

Andus-Sig-1.jpg

Moved to Tech & Computers :)

"Da mihi castitatem et continentam, sed noli modo"

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)?

  • 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.

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.

  • 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/ ?

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

  • 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

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.