My phpBB3 version of smilies in a scroll box!

Guides & Snippets for phpBB3.
Try the Snippets here and share Your own Snippets
No Avatar
sman Offline
BBCoder II
BBCoder II
Posts: 23
Joined: 31 Jul 2010, 11:58
Local time: Sunday 00:00
Last active: -

Re: My phpBB3 version of smilies in a scroll box!

Post by sman »

hello ! this mod is great and is ok.
but i need help to make this mod for Gallery Mod and OurTube.
here are attch !
posting_body Gallery Mod.zip
tube_item.zip
You do not have the required permissions to view the files attached to this post.
User avatar
Steve Offline
Donator
Donator
Posts: 1,429
Joined: 04 Mar 2010, 23:10
Local time: Saturday 23:00
Last active: -

Re: My phpBB3 version of smilies in a scroll box!

Post by Steve »

Its simple just follow the instructions.
open /posting_body.html
open /tube_item.html
Find:

Code: Select all

			<strong>{L_SMILIES}</strong><br />
			<!-- BEGIN smiley -->
				<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
			<!-- END smiley -->
replace with:

Code: Select all

			<div style="width:100%; height:300px;border: solid 1px gray; overflow:auto;">
			<strong>{L_SMILIES}</strong><br />
			<!-- BEGIN smiley -->
				<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
			<!-- END smiley -->
			</div>
secret code: 123 might be abc or thank you might work
When I'm writing code, I am building a picture for you to see and use on your screen...
No Avatar
sman Offline
BBCoder II
BBCoder II
Posts: 23
Joined: 31 Jul 2010, 11:58
Local time: Sunday 00:00
Last active: -

Re: My phpBB3 version of smilies in a scroll box!

Post by sman »

Tks for reply!
allready triyng this and nothing hapend. That works only with blogmod. And i forget to upload Download Mod, but nvm I just wanna to fix Gallerymod and maybe OurTube.
Last edited by sman on 25 Aug 2010, 11:49, edited 3 times in total.
User avatar
Steve Offline
Donator
Donator
Posts: 1,429
Joined: 04 Mar 2010, 23:10
Local time: Saturday 23:00
Last active: -

Re: My phpBB3 version of smilies in a scroll box!

Post by Steve »

it should work the 1st find is included in both the html files you posted,and i dont have either of those mods installed so i cant test it.
secret code: 123 might be abc or thank you might work
When I'm writing code, I am building a picture for you to see and use on your screen...
No Avatar
sman Offline
BBCoder II
BBCoder II
Posts: 23
Joined: 31 Jul 2010, 11:58
Local time: Sunday 00:00
Last active: -

Re: My phpBB3 version of smilies in a scroll box!

Post by sman »

my mistake. Fixed: must to edit more files.