Advertise Here

Author Topic: [Code] Xtra Smileys for your Forum  (Read 31656 times)

0 Members and 1 Guest are viewing this topic.

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: [Code] Xtra Smileys for your Forum
« Reply #15 on: November 27, 2008, 02:26:36 pm »
Is there a way to make these "xtra smileys" the default smileys? like on here?

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Xtra Smileys for your Forum
« Reply #16 on: November 27, 2008, 07:10:07 pm »
Is there a way to make these "xtra smileys" the default smileys? like on here?

How to use the smileys you see here at support
   

Offline WBA Dude

  • SMF For Free Full Member
  • *
  • Posts: 105
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Xtra Smileys for your Forum
« Reply #17 on: December 13, 2008, 02:39:02 pm »
I absolutely adore this code!

I put it in the footer & it works like a charm!  Thank you Sybil. :)



I agree with you, its fantastic Thanks  ;)
I am leaving SMF For Free Forums. Have loved every second but sadly, I am using paid hosting. Good Bye!

Offline Tuberavens

  • SMF For Free Member
  • *
  • Posts: 50
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Linux User Mobile User Topic Starter Combination Level 3
Re: [Code] Xtra Smileys for your Forum
« Reply #18 on: December 22, 2008, 11:57:52 am »
Is there a way to change the font color

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Xtra Smileys for your Forum
« Reply #19 on: December 22, 2008, 12:11:04 pm »
Is there a way to change the font color

Look for this in the code:


           

Code: [Select]
<td  class="catbg" align="right">
<center><a href="#smileys" onClick="toggle_it('prsmileys')"><small>[Open]</small> </a></center>

Change it to:

Code: [Select]
<td  class="catbg" align="right" style="text-align: center;">
<a style="color: #ffffff;" href="#smileys" onClick="toggle_it('prsmileys')"><small>[Open]</small> </a>


Change #ffffff to the color you want


Then look for this in the code:

Code: [Select]
<a href="#smileys" onClick="toggle_it('prsmileys')"><small>[Close]</small></a>


Change it to:

Code: [Select]
<a style="color: #ffffff;" href="#smileys" onClick="toggle_it('prsmileys')"><small>[Close]</small></a>


Change #ffffff to the color you want
« Last Edit: December 23, 2008, 11:11:39 am by simply sibyl »

Offline Mary

  • SMF For Free Sr. Member
  • *
  • Posts: 434
    • View Profile
    • PogoJustPogo

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Xtra Smileys for your Forum
« Reply #20 on: December 28, 2008, 12:01:18 am »
simply sibyl, as always you are  my hero.  I am trying to set up a forum and didn't want to do the whole add new smileys yet, so this has come in very handy.  Thank you for always thinking of others and doing what you can to help everyone.   :smitten:
Vist us at www.pogojustpogo.smfforfree3.com
Best and Friendliest Pogo FanSite There Is!!

Offline annoyed

  • SMF For Free Newbie
  • *
  • Posts: 15
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Xtra Smileys for your Forum
« Reply #21 on: January 09, 2009, 10:19:39 pm »
Thank you. I have smilies but members like more and this was a great solution.  :)

Offline SmartBoy986

  • SMF For Free Full Member
  • *
  • Posts: 173
    • View Profile
    • XtraCrazyForum . . . Join US TODAY !!!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Xtra Smileys for your Forum
« Reply #22 on: January 21, 2009, 08:47:35 am »
worked.
does it appear on REPLY MSG?

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Xtra Smileys for your Forum
« Reply #23 on: January 21, 2009, 08:49:33 am »
worked.
does it appear on REPLY MSG?

did you try it?

When you are creating a message - click on of the smileys - it will put it in the message editor for you
« Last Edit: January 21, 2009, 08:58:15 am by simply sibyl »

Offline SmartBoy986

  • SMF For Free Full Member
  • *
  • Posts: 173
    • View Profile
    • XtraCrazyForum . . . Join US TODAY !!!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Xtra Smileys for your Forum
« Reply #24 on: January 21, 2009, 08:55:14 am »
it isn't showing in QUICK MSG

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Xtra Smileys for your Forum
« Reply #25 on: January 21, 2009, 08:57:18 am »
It will work there.
Make sure you click on the box in Quick Reply first

Offline SmartBoy986

  • SMF For Free Full Member
  • *
  • Posts: 173
    • View Profile
    • XtraCrazyForum . . . Join US TODAY !!!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Xtra Smileys for your Forum
« Reply #26 on: January 21, 2009, 09:00:39 am »
I've QUICK REPLY BOX ALREADY HERE
But it isn';t showing up in Quick Reply
SURE

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Xtra Smileys for your Forum
« Reply #27 on: January 21, 2009, 09:19:05 am »
The dropdown box will be at the top of your forum, on the left
When you want to use it you open it up..   you have to click someplace inside the message editor BEFORE you click on a smiley in the xtra smileys box.    It does work - Ive tried it on my own site.   If it is working for you fine in the normal reply boxes but not in the quick reply box Im afraid I dont know why  .. no reason it shouldnt

Offline SmartBoy986

  • SMF For Free Full Member
  • *
  • Posts: 173
    • View Profile
    • XtraCrazyForum . . . Join US TODAY !!!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Xtra Smileys for your Forum
« Reply #28 on: January 21, 2009, 09:23:14 am »
OK OK OK LISTEN

I Know how to use
but can't it convert from that place to MSG PLACE ?> as the smilies before?

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Xtra Smileys for your Forum
« Reply #29 on: January 21, 2009, 09:25:51 am »
umm I dont understand what you are asking?   (sorry)
All I can tell you is that you can use it to post smileys when you are using the Quick Reply Box or the regular message editor box.
 

 

Related Topics

  Subject / Started by Replies Last post
11 Replies
5813 Views
Last post September 23, 2007, 10:17:33 am
by nitsua
3 Replies
1287 Views
Last post April 26, 2010, 07:50:43 am
by Seldom Fail