Jump to content

phpbb help


happybappy

Recommended Posts

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

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

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.

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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