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 - SKETCHi

Pages: [1] 2
1
General SMFShop Discussion / Re: Item Ideas
« on: September 12, 2006, 06:56:46 pm »
Most of the people who code for SMF are stuck ups or mod crappy things that nobody even really want's this mod changes that!

<rant>

echo '
Joshsux, you're the very definition of an asshole. Coding mods is NOT easy. Some of these mods take months to create. A lot of these "stuck up" mod coders don't have a whole lot of time to spend making mods FOR FREE. If you want the mod so badly, MAKE IT YOURSELF. I can't believe how ungreatful you are...

Freelance coders make hundreds, if not thousands, of dollars on projects. These people are doing it for free and you still complain... How about you stop complaining, stop name calling, go learn how to code and make your own mods. If you aren't willing to do that, then just SHUT UP.';

</rant>

2
Items / Re: Some Name Alteration Items
« on: August 20, 2006, 03:09:12 pm »
Could you paste the error messages here? I can't tell you what's wrong unless I see the errors :).

3
Hmm.. I kind of like the idea, but I've been so busy lately I don't know if I will ever be able to make the item heh. I'm not going to promise anything, but maybe I can make it :D.

4
General SMFShop Discussion / Re: SMFShop 2.2 now out!!
« on: July 30, 2006, 05:42:25 am »
The mod most likely only edits the default theme. You can edit other themes by opening the Display.template.php file and manually adding the link. Now if only I knew the correct URL to add... Perhaps you could make a new post with the correct lines of code :).

By the way, send items to members = awesome.

5
Completed Shop Buttons / Re: Button for 'Igoh RC2' by koni
« on: July 29, 2006, 08:56:39 am »
Just right click > view image on one of the other menu images. That will tell you exactly where to put it.

Without checking, I'm pretty sure it's... /Themes/theme_folder/images/english/

6
General SMFShop Discussion / Re: Item Ideas
« on: July 21, 2006, 07:23:04 am »
Glows/Shadows don't work in Firefox :(. That's why I left them out of my name style items. Until they are cross-browser they will remain left out of my items.

Just add the code in the display name css item.

7
Well, I actually made an item to aide users such as yourself :). Check out this link http://www.daniel15.com/index.php?ind=downloads&op=entry_view&iden=5 for my name color/style change item.

But since you asked, I will explain a little CSS.

CSS, as well as many other languages, use hex codes for their colors. It's rather simple, you input values for each RGB color. RRGGBB, 990000, 99 Red, 00 Green, 00 Blue. The values go up to FF.

The syntax for CSS is rather simple as well.

Code: [Select]
selector { property:value }

For use with the Display Name CSS item, you do not need to worry about the selector. What you need is the property and a value for it. In the case of adding colors, "color" will be your property and the hex code for the color you want will be the value.

Red:
Code: [Select]
color:#FF0000

8
General SMFShop Discussion / Re: Item Ideas
« on: May 24, 2006, 02:00:20 am »
I'd be happy to work on some little pixel art pets, let me know what size images you are aiming for Basil and I will whip some up. Maybe a monkey... I've always wanted a monkey :).

9
Items / Re: Some Name Alteration Items
« on: May 24, 2006, 01:55:40 am »
Sorry Sady, I should have clearified that in the topic post. I have added the information now so there will be no further confusion.

10
General SMFShop Discussion / Re: Questions about Shop mod
« on: May 11, 2006, 07:39:12 am »
Do you really want to reset EVERYONE? That sounds like a really bad idea... a lot of people will be upset...

You should keep an eye out for spammers, and ban them. When you ban a user, there is an option to remove all topics and posts by that user.

11
General SMFShop Discussion / Re: Item Ideas
« on: May 11, 2006, 07:34:10 am »
I can draw up some pets, but they will be copyrighted and you will need to pay to use them!!! Mwahahaha :D

I'm kidding of course. Basil, if you are planning on doing it, I will start sketching some little animals and making them into little sprites.

12
General SMFShop Discussion / Re: Item Ideas
« on: May 07, 2006, 05:56:19 am »
The pet mod would be doable with some modifications to that awesome flag mod :).

I think I will let Basil handle it though :D.

13
General SMFShop Discussion / Re: Item Ideas
« on: April 27, 2006, 12:20:05 pm »
Ok cool, and you're welcome :). I will take a look at the bug tracker and see if I can get some more ideas. My friend started work on the tag item so we should have that rolling along soon.

The thief item is going to take a bit longer heh... the Steal Money item which I planned to base this off of is a lot more complex, and neither me or my friend are very good with php heh... but it will get done! (hopefully).

I may also do the name glow and shadow items... but I'm not too happy about it not being cross browser compatible. But I suppose if you guys want it, I could make it and add it to the "All Name Effects" item as well.

14
Completed Shop Buttons / Button for 'Igoh RC2' by koni
« on: April 25, 2006, 01:04:08 pm »
Well, I needed to make it for one of my sites so why not share? :)

Find:
Code: [Select]
// The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif" alt="' . $txt['calendar24'] . '" style="margin: 2px 0;" border="0" />' : $txt['calendar24']), '</a>', $context['menu_separator'];

Add After:
Code: [Select]
// The [shop]
echo '
<a href="', $scripturl, '?action=shop">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/shop.gif" alt="Shop" style="margin: 2px 0;" border="0" />' : 'Shop'), '</a>', $context['menu_separator'];

15
General SMFShop Discussion / Screwy Template in Shop
« on: April 25, 2006, 12:44:19 pm »
Hey, I've noticed some problems on two of my boards, both using non-default skins. There are problems with the sub pages of the shop. Like buy, bank, etc.

To see what I'm talking about, here are a few screen shots (click to enlarge).

Graphic Addicts (Correct Display):




Graphic Addicts (Distorted Display):




Music Our Way (Correct Display):


Music Our Way (Distorted Display):

Pages: [1] 2