Advanced Smilies Table

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

Advanced Smilies Table

Post by Extensions Robot »

Modification name: Advanced Smilies Table
Author: idiotnesia
Modification description: This mod will replace the default smilies page to the new layout.
Modification version: 1.0.2
Tested on phpBB version: 3.0.6

Download file: advanced_smilies_table.zip
File size: 34.91 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 11 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Advanced Smilies Table

Post by DavidIQ »

Modification validated/released

Notes:
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
idiotnesia
Registered User
Posts: 509
Joined: Sun Jun 18, 2006 10:58 am
Location: www.phpbbindonesia.com
Name: Pungky Putra
Contact:

Advanced Smilies Table

Post by idiotnesia »

Thanks DavidIQ and RMcGirr83


Screenshot

This will replace

Image

with

Image
Last edited by idiotnesia on Tue Feb 09, 2010 4:48 am, edited 1 time in total.
User avatar
Ephemeraboy
Registered User
Posts: 333
Joined: Tue Dec 29, 2009 4:25 pm
Location: Bandung Kota Hujan
Name: Bernando Bona Tius Sianipar
Contact:

Re: Advanced Smilies Table

Post by Ephemeraboy »

finally bang..
your mod have been validated..
congrats..
jangan lupa makan2nya di phpbb indonesia yah..
(ha..ha..pakai bahasa indo pulak)
My diary, my notepad, and my life on
http://www.bonatius.com
User avatar
Boardtalk.net
Registered User
Posts: 1243
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette
Contact:

Re: Advanced Smilies Table

Post by Boardtalk.net »

Well done and thank you for this mod, I will try it out.
;)
Update:
Lovely mod that tidy’s up the extra smilies and very quick and simple mod to do.
Thanks
english22
Registered User
Posts: 56
Joined: Wed Oct 14, 2009 10:01 pm
Location: USA
Contact:

Re: Advanced Smilies Table

Post by english22 »

Great mod, works vary well with my site, nice and organized with names with it.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Advanced Smilies Table

Post by MattF »

Awesome and simple mod!!

I would love to see in a future update - Categorization of the smilies! 8-)
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
Ephemeraboy
Registered User
Posts: 333
Joined: Tue Dec 29, 2009 4:25 pm
Location: Bandung Kota Hujan
Name: Bernando Bona Tius Sianipar
Contact:

Re: Advanced Smilies Table

Post by Ephemeraboy »

badly, in 3.0.6
no such code

Code: Select all

$template->set_filenames(array(
			'body' => 'posting_smilies.html')
		);
in functions_posting.php
My diary, my notepad, and my life on
http://www.bonatius.com
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Advanced Smilies Table

Post by MattF »

Ephemeraboy wrote:badly, in 3.0.6
no such code

Code: Select all

$template->set_filenames(array(
			'body' => 'posting_smilies.html')
		);
in functions_posting.php
Yes there is.

Your functions_posting page must be edited in that area.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
Jim Dominic
Registered User
Posts: 109
Joined: Sat Apr 02, 2005 6:38 pm

Re: Advanced Smilies Table

Post by Jim Dominic »

It is at around line 60
JoMaGa
Registered User
Posts: 7
Joined: Tue Jun 03, 2008 7:37 pm

Re: Advanced Smilies Table

Post by JoMaGa »

VSE wrote:
Ephemeraboy wrote:badly, in 3.0.6
no such code

Code: Select all

$template->set_filenames(array(
			'body' => 'posting_smilies.html')
		);
in functions_posting.php
Yes there is.

Your functions_posting page must be edited in that area.
I also have this problem. The issue is cause by the ACP Announcement Centre MOD which changed that line to

Code: Select all

			'body' => ( $acp_announce ) ? 'announcement_smilies.html' : 'posting_smilies.html')
Will this work?

Code: Select all

		$template->set_filenames(array(
			'body' => ( $acp_announce ) ? 'announcement_smilies.html' : 'posting_adv_smilies.html')
//			'body' => 'posting_adv_smilies.html')
		);
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Advanced Smilies Table

Post by MattF »

Yes... All that is needed is to change posting_smilies.html into posting_adv_smilies.html
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
PinoyEngine™
Registered User
Posts: 244
Joined: Fri Apr 24, 2009 7:12 am

Re: Advanced Smilies Table

Post by PinoyEngine™ »

great modification bro!
thanks.
mconheady
Registered User
Posts: 33
Joined: Mon Jul 30, 2007 4:47 pm
Location: Rochester, NY
Contact:

Re: Advanced Smilies Table

Post by mconheady »

is this paginated or all on one?
idiotnesia
Registered User
Posts: 509
Joined: Sun Jun 18, 2006 10:58 am
Location: www.phpbbindonesia.com
Name: Pungky Putra
Contact:

Re: Advanced Smilies Table

Post by idiotnesia »

mconheady wrote:is this paginated or all on one?
If you use phpbb 3.0.6 then it will be paginated
Locked

Return to “[3.0.x] MOD Database Releases”