Advertise Here

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

0 Members and 1 Guest are viewing this topic.

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 #30 on: January 21, 2009, 09:30:13 am »
I Mean that i know how to use smileys

but could we convert those smilies place from top to Msg place Where you're typing 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 #31 on: January 21, 2009, 09:31:34 am »
I Mean that i know how to use smileys

but could we convert those smilies place from top to Msg place Where you're typing msg  ? ? ? ?

Do you mean move it from the top to the bottom of the forum so it is closer to the Quick Reply Box?
If so yes.. you can put the code in your footer instead of the header.

If you mean can the box be put on the message editor -  no it cant

guest2694

  • Guest
Re: [Code] Xtra Smileys for your Forum
« Reply #32 on: January 21, 2009, 09:35:53 am »
I think he is saying he wants to edit his smiley set

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 #33 on: January 21, 2009, 09:37:45 am »
in footer it doesn't display right up to Msg BOX'
as the others smileys are being shown right up to the Msg BOX
how to put those smilies RIGHT UP TO MSG BOX ?

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 #34 on: January 21, 2009, 09:43:56 am »
It can not be put any closer to, or on the message box itself.
The closest you will get it to the quick reply box and to the bottom of your forum is by putting it at the very top of your footer.

Offline valhalla95

  • SMF For Free Member
  • *
  • Posts: 30
    • View Profile
    • {LYLE CODING}

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Xtra Smileys for your Forum
« Reply #35 on: January 21, 2009, 10:04:22 am »
Forum Url: http://moodle.smfforfree.com
Thanks Sibyl It works great

Offline Jade

  • SMF For Free Full Member
  • *
  • Posts: 145
    • 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 #36 on: January 25, 2009, 07:37:06 pm »
I recently removed the code for the extra smileys from my forum.

I found that sometimes the forum didn't load so fast and in the status bar it was hanging up on the url's for some of my smileys. So be aware that if you have links in your extra smileys box to remote urls, and those servers are slow or even completely down, it's going to slow down the loading of your entire board...at least that's what I got from it.

I just purchased the smiley upgrade, and I figure that's going to allow me to upload the smileys directly to the same server my board is hosted on, which will solve that problem?

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 #37 on: January 25, 2009, 07:48:09 pm »
hi Jade.. yes it will solve that problem.   Since the xtra smileys thing is just a table with the smileys in it ,  its looking for them when you go to the forum.   Ive noticed on forums where people have shoved a LOT of them in that code it really does slow it down.    If you have any problems with uploading them check Custom Smileys Help
       

Offline montumishra2001

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

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Xtra Smileys for your Forum
« Reply #38 on: July 22, 2009, 12:35:30 am »
not working for me
sharezone.smfforfree.com

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 #39 on: July 22, 2009, 01:03:16 am »
not working for me
sharezone.smfforfree.com

Since you do not have the code in either your header or your footer I do not know why it was not working.
Go back to the directions and try it again -  read thru them carefully.
If you have a problem with it again make sure to post the code you used so we can look at it to see what the problem is.

Suggestion:   before adding more codes to your forum I would fix the current codes in your Footer first.  
1.  One of your scripts is missing part of the code.   Best to correct that code or remove it.

This is the code I am referring to:
You are missing code at the end of it.

Code: [Select]
<script type="text/javascript">
var FontFace = new Array();var w = 0;
FontFace[w++] = "Arial";
FontFace[w++] = "Arial Black";
FontFace[w++] = "Arial Narrow";
FontFace[w++] = "Book Antiqua";
FontFace[w++] = "Century Gothic";
FontFace[w++] = "Comic Sans MS";
FontFace[w++] = "Courier New";
FontFace[w++] = "Fixedsys";
FontFace[w++] = "Franklin Gothic Medium";
FontFace[w++] = "Garamond";
FontFace[w++] = "Georgia";
FontFace[w++] = "Lucida Console";
FontFace[w++] = "Lucida Sans Unicode";
FontFace[w++] = "Microsoft Sans Serif";
FontFace[w++] = "Palatino Linotype";
FontFace[w++] = "System";
FontFace[w++] = "Tahoma";
FontFace[w++] = "Times New Roman";
FontFace[w++] = "Trebuchet MS";
FontFace[w++] = "Verdana";

var Options = "";
//Created by Agent Moose (revolutionx.smfforfree3.com)
for(x=0;x<FontFace.length;x++){
Options += "<option value='" + FontFace[x] + "'>" + FontFace[x] + "</option>";
};
$("a img[src*='bbc/face.gif']").each(function(){
var Selection = "<select id='FONT' style='margin-bottom: 1ex;'><option value='' selected='selected'>Change Font</option>" + Options + "</select>";
$(this).parent().after(Selection);
this.parentNode.style.display = "none";
});
$("#FONT option").click(function(){
surroundText('[font=' + this.value.toLowerCase() + ']', '[/font]', document.forms.postmodify.message); this.selectedIndex = 0; document.forms.postmodify.message.focus(document.forms.postmodify.message.caretP


2.  You have code for the alienation style in the footer yet you are not using the style

Code: [Select]
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="100%" height="37" class="layout-bottomCenter" align="left" valign="middle"></td></tr></table>


<center><small>Adaptation of Bloc's Alienation</small></center>


3.  The code I mentioned to you in the other thread that had the wrong url in it:    
     The <html> and </html> codes before and after it should not be there.
« Last Edit: July 22, 2009, 01:06:46 am by simply sibyl »

Offline DayXDT

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

  • Total Badges: 4
    Badges: (View All)
    Topic Starter Level 1 First Post Windows User
Re: [Code] Xtra Smileys for your Forum
« Reply #40 on: August 09, 2013, 09:30:39 am »
Quote
<a href="javascript:void(0);" onclick="surroundText('', document.forms.postmodify.message); return false;"><img src="http://i102.photobucket.com/albums/m105/mysmileyplace/the_runner.gif" align="bottom"  alt="Insert Image" title="Insert Image" /></a>
-Where i must put this code ? :(

 

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