Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Scrollable smilies Details »»
Scrollable smilies
Version: , by FASherman FASherman is offline
Developer Last Online: May 2011 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 05-14-2003 Last Update: Never Installs: 0
 
No support by the author.

I had just finished installing the post icon dropbox hack and read all of the requests for something similar for smilies. I don't like the "get more" function, because I have to turn off pop-up protection to make it work.

So how do you display 100+ smilies in a manageable way?

Here's the answer.

****This is personal preference - feel free to experiement *****
1. In ACP, set 'Clickable Smilies per Row' to 6
2. Set 'Clickable Smilies Total' to a ridiculously large number like 999
************************************************** *

Edit vbcode_smilies and replace the entire contents with:

Code:
<table align="center" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed; width: 242; height:300; overflow: scroll;">
  <tr>
    <td style="font-family: arial; font-size: 12px; border: 1px inset" align="middle" bgColor="#dae9ec">
    <font class="sf" face="verdana,arial,helvetica" size="1"><b>Smilies</b></font></td>
  </tr>
  <tr height="242">
    <td width="242" height="300">
    <div style="OVERFLOW: scroll; WIDTH: 242px; HEIGHT: 300px">

<table cellpadding="3" cellspacing="1" border="0" align="center" bgcolor="#13486D">

$smiliebits

</table>


    </td>
    </div>
  </tr>
$vbcode_smilies_getmore
</table>
Here's the obligatory screen shot

Download Now

File Type: (21.3 KB, 517 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 08-10-2003, 11:02 PM
MaDCaT75 MaDCaT75 is offline
 
Join Date: Jul 2003
Location: Southern California
Posts: 718
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesnt work for me.
Reply With Quote
  #23  
Old 08-18-2003, 12:08 PM
duncan99 duncan99 is offline
 
Join Date: Feb 2003
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
<center>
<table border="2" align="center" bgcolor="#F1F1F1" style="table-layout: fixed; WIDTH: 250px;">
<tr>
<td align="center" bgColor="#DFDFDF">
<smallfont><b>Smilies</b><br>
Total $totalSmilies smiles [<a href="javascriptpensmiliewindow(240,280,'$sessio n[sessionhash]')">Get
More</a>]</smallfont>
</tr>
</table>
<div style="width: 250px; height:260px; overflow: auto;">
<table border="0" bgcolor="#F1F1F1" style="table-layout: fixed; WIDTH: 250px; HEIGHT: 260px; OVERFLOW: scroll">
$smiliebits
</table>
</div>
</center>
This code works for me, test it already.
Hope it helps.
Reply With Quote
  #24  
Old 08-20-2003, 02:00 AM
pjgoncalves pjgoncalves is offline
 
Join Date: Dec 2001
Location: Portugal
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it works for me, tks!

[high]* pjgoncalves using vBB 2.3.0, Opera 7.11 and IE6.
[/high]

Quote:
08-18-03 at 02:08 PM duncan99 said this in Post #22
This code works for me, test it already.
Hope it helps.
Reply With Quote
  #25  
Old 09-04-2003, 02:57 AM
BrendonW BrendonW is offline
 
Join Date: Aug 2003
Location: Oklahoma
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where is vbcode_smilies located?
Reply With Quote
  #26  
Old 09-13-2003, 11:09 PM
halo halo is offline
 
Join Date: Jul 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

resize the table link or put like 3 smilies per row or soming like that... dont really know tho
Reply With Quote
  #27  
Old 09-14-2003, 04:47 AM
TSN TSN is offline
 
Join Date: Jul 2003
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone show where to edit vbcode_smilies?
Reply With Quote
  #28  
Old 09-29-2003, 02:27 PM
mzlogical
Guest
 
Posts: n/a
Default

^ it's almost to the bottom. VB organizes the templates in ABC order.


-------------


works perfectly on vb 2.3.2

THANKS!
Reply With Quote
  #29  
Old 10-03-2003, 09:27 AM
xug xug is offline
 
Join Date: Oct 2001
Location: The Grand Strand, SC
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any solution on the static part, I still have often that the iframe shows up only a part and sometimes it shows up normal as it should be.
Any help is highly appreciated.
Reply With Quote
  #30  
Old 11-26-2003, 06:27 PM
Rezin's Avatar
Rezin Rezin is offline
 
Join Date: Oct 2002
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope, I get the same stuff. scroll bars only half show up etc............. I'd love to have this as a working hack!
Reply With Quote
  #31  
Old 12-20-2003, 05:37 PM
kneesparx kneesparx is offline
 
Join Date: Dec 2003
Location: sf
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by corsacrazy
i frames dont werk on all browsers
im curious aswell which browsers?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04901 seconds
  • Memory Usage 2,321KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete