Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Option for Smiley Emoticons

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
MaGraham Posted - 14 July 2012 : 07:34:06

I dearly LOVE the "Smile Manager Plus Mod"! LOVE IT!

Huge kudos to the author, Aaron Shagrin! I also LOVED the "Hot Keys Mod" he shared with this link: More Mods. Members LOVE that option!

Okay; here's what I need. In the area where you can click to view ALL of the smiley emoticons, could someone do a mod that would open a small window with a list when that link is clicked on? The list would need to be something like this below and, of course, each title in the list would also be a link.


4th of July
Alien
Animals
Autumn
Chemo & Cancer
Christmas
Communicate
Easter
Entertainment
Everyday
Flags
Graphics
Halloween
Hip
Hobbies
Holiday/Other
Humor
Inspirational
Leisure
Love
Occasions
Others/Not Listed
Patriotic
Robot
Sports
Signs
Summer
Teddy
Thanksgiving
Valentine's Day
Weather
Winter
Work and school
World

I have hundreds and hundreds of smiley emoticons and the members LOVE 'em! But can you imagine how LONG it would take for hundreds of them to load if they were all placed in the same area!

If I could have this, my members wouldn't have to go searching the Internet and possibly uploading infected graphics. I know I couldn't have everything that everyone would want, but some members don't have time to search, and some wouldn't know how to search and find them and save them to their computer and then upload them. And then there are those who are too sick to do any of this.

I have a lot of cancer and chemo members and this would simply brighten their days! I have lots of smiley emoticons specifically for chemo and cancer patients. I've shared a few and the members LOVE them! And that just thrills my heart to be able to make them smile, if only for a little while. I am a breast cancer survivor so I know all too well how much something like this would mean to them when they are so sick.

Oh, I would want the "Graphics" link to open a small window with another list like the above since those wouldn't be the smiley emoticons but rather graphics of all kinds. I would want 'ribbons' added to the list for this because of all of the cancer patients.

Does anyone have time? I would be eternally grateful!! :)


5   L A T E S T    R E P L I E S    (Newest First)
MaGraham Posted - 09 August 2012 : 07:25:27


COOL! Sounds like a plan! :)


Carefree Posted - 09 August 2012 : 05:05:44
Either approach could be done. As for getting the manager to load despite having large numbers of icons/avatars, that's fairly simple. Load it with (1) a limited number of icons depicted and a pagination function; or (2) blank and letter controlled; or (3) a limited number of icons depicted, letter controlled with the default display being letter A, and a pagination function.
MaGraham Posted - 06 August 2012 : 17:54:46


I am working on this and I have uploaded a BUNCH of little smiley emoticons using the Smile Manager.

I am having a problem with the Smile Manager page not wanting to load because of so many smiley emoticons.

So, here's my question. Could the Smile Manager be altered to have more than one page? Could it be altered to only display about 50 smiley emoticons on each page? Or, altered so it would only display the smiley emoticons that begin with the letter A and to view the ones beginning with the letter B, you would have to click on NEXT, etc.

Since I am having difficulty with the one page loading, I am greatly concerned about two things.

1. I still have more smiley emoticons to upload.
2. Am I even going to be able to get the Smile Manager to load when I need to open it to edit the smiley emoticons.


Any help with this will be greatly appreciated!


MaGraham Posted - 14 July 2012 : 12:04:11


Oh my goodness! OH MY GOODNESS!

You can't imagine what you just did!

This is beyond WONDERFUL!

Oh my goodness!

Thank you SO MUCH, Carefree!!!


May God richly bless you according to His riches in Heaven!!




Carefree Posted - 14 July 2012 : 11:33:06
Here's your list. Rename your current "pop_new_smiles.asp" to something else. Then save this as "pop_new_smiles.asp". Each of the pages will have to follow the format in your original "pop_new_smiles.asp" to list the contents of that particular group of icons.


<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_sha256.asp" -->
<!--#INCLUDE FILE="inc_header_short.asp" -->
<%
Response.Write	"<a href=""4th of July.asp"">4th of July</a>" & vbNewLine & _
	"<a href=""Alien.asp"">Alien</a>" & vbNewLine & _
	"<a href=""Animals.asp"">Animals</a>" & vbNewLine & _
	"<a href=""Autumn.asp"">Autumn</a>" & vbNewLine & _
	"<a href=""Chemo & Cancer.asp"">Chemo & Cancer</a>" & vbNewLine & _
	"<a href=""Christmas.asp"">Christmas</a>" & vbNewLine & _
	"<a href=""Communicate.asp"">Communicate</a>" & vbNewLine & _
	"<a href=""Easter.asp"">Easter</a>" & vbNewLine & _
	"<a href=""Entertainment.asp"">Entertainment</a>" & vbNewLine & _
	"<a href=""Everyday.asp"">Everyday</a>" & vbNewLine & _
	"<a href=""Flags.asp"">Flags</a>" & vbNewLine & _
	"<a href=""Graphics.asp"">Graphics</a>" & vbNewLine & _
	"<a href=""Halloween.asp"">Halloween</a>" & vbNewLine & _
	"<a href=""Hip.asp"">Hip</a>" & vbNewLine & _
	"<a href=""Hobbies.asp"">Hobbies</a>" & vbNewLine & _
	"<a href=""Holiday/Other.asp"">Holiday/Other</a>" & vbNewLine & _
	"<a href=""Humor.asp"">Humor</a>" & vbNewLine & _
	"<a href=""Inspirational.asp"">Inspirational</a>" & vbNewLine & _
	"<a href=""Leisure.asp"">Leisure</a>" & vbNewLine & _
	"<a href=""Love.asp"">Love</a>" & vbNewLine & _
	"<a href=""Occasions.asp"">Occasions</a>" & vbNewLine & _
	"<a href=""Others/Not Listed.asp"">Others/Not Listed</a>" & vbNewLine & _
	"<a href=""Patriotic.asp"">Patriotic</a>" & vbNewLine & _
	"<a href=""Robot.asp"">Robot</a>" & vbNewLine & _
	"<a href=""Sports.asp"">Sports</a>" & vbNewLine & _
	"<a href=""Signs.asp"">Signs</a>" & vbNewLine & _
	"<a href=""Summer.asp"">Summer</a>" & vbNewLine & _
	"<a href=""Teddy.asp"">Teddy</a>" & vbNewLine & _
	"<a href=""Thanksgiving.asp"">Thanksgiving</a>" & vbNewLine & _
	"<a href=""Valentine's Day.asp"">Valentine's Day</a>" & vbNewLine & _
	"<a href=""Weather.asp"">Weather</a>" & vbNewLine & _
	"<a href=""Winter.asp"">Winter</a>" & vbNewLine & _
	"<a href=""Work and school.asp"">Work and school</a>" & vbNewLine & _
	"<a href=""World.asp"">World</a>" & vbNewLine
WriteFooterShort
%>

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000 Version 3.4.07