Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - McLovin

Pages: [1] 2 3
1
Code Requests / Re: "Hello (viewer)" [News Code]
« on: August 20, 2010, 02:50:45 am »
They have downloads on the site to make your own site any version you want. I've got it covered. Don't worry.

2
Suggestions / Re: BBC Working in Extra Places
« on: August 20, 2010, 12:34:26 am »
There is a mod for BBC in the custom titles...

http://custom.simplemachines.org/mods/index.php?mod=2174

3
Code Requests / Re: "Hello (viewer)" [News Code]
« on: August 20, 2010, 12:24:02 am »
http://custom.simplemachines.org/mods/index.php?mod=1946


That is how you can do this. Thanks god for the mod. (;

4
General Support / Re: using a website as a private log?
« on: August 18, 2010, 10:04:15 pm »
Hmmmm... That would make a lot of sense... I like to make things slightly more difficult though.

5
General Support / Re: using a website as a private log?
« on: August 18, 2010, 08:05:11 pm »
You could also edit the permission for normal members and don't allow them to do anything just like the guests...

6
General Support / Re: I have a Few Questions About Ranks and Names.
« on: August 18, 2010, 06:48:21 pm »
1.  Only the primary membergroup's icon/starfile image will show up because that is what they can most easIly recognized as.

2   http://www.smfsupport.com/support/code-requests/((request))-change-username-to-image/

7
Suggestions / Re: BBC Working in Extra Places
« on: August 18, 2010, 12:10:55 pm »
Ok thankyou! (:

8
Suggestions / Re: BBC Working in Extra Places
« on: August 18, 2010, 11:45:49 am »
Thanks to both of you!! Can I put normal text after the image, or no? Also, would this be a code that works on CAF since it's a user code? I can't ask there since I'm banned until February 14th.

9
Suggestions / Re: BBC Working in Extra Places
« on: August 18, 2010, 01:30:07 am »
I know about that code already. There is a way that you could do it the way I want it to work like this, but it'd take much too much time. I understand that it'd take a while to do this as well.

10
General Chat / Re: Making a game
« on: August 17, 2010, 10:58:52 pm »
So how is this coming along?

11
Suggestions / Re: BBC Working in Extra Places
« on: August 16, 2010, 08:20:47 pm »
Only admins would be able to edit the display names (normally). Oversized images could be sized down easily. Any other problems can be figured out easily.

12
SMF For Free Codes and Support / Re: [Code] Add Text To Mini-Profile
« on: August 15, 2010, 11:16:35 pm »
What is a mini profile?

13
Suggestions / Re: BBC Working in Extra Places
« on: August 14, 2010, 01:35:16 pm »
Like we could make BBC work in display names so that we could add pictures.

14
General Support / Re: Need Help Please
« on: August 14, 2010, 01:47:29 am »
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Admin","Admin","Purple","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif' />"];
vfour[vfour.length] = ["Chick","Chick","Red","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' />"];
vfour[vfour.length] = ["Support","Support","Blue","<img src='http://i680.photobucket.com/albums/vv167/banjohick/8e2f0e18.jpg' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>

Throw that in your footers.


Code: [Select]
<script src="/jquery.js"></script>

Throw that in your headers if you don't already have it. If you do then don't put it in there again.


Let me know if this works...

15
General Support / Re: adding stars along with using flower member icon
« on: August 13, 2010, 04:11:31 pm »
The only way you'd be able to do that is if you made your own star file images. Look in the guides and tutorials index for one that shows you how to use your own star file images.

Pages: [1] 2 3