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.


Topics - SKETCHi

Pages: [1]
1
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'];

2
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):

3
General SMFShop Discussion / Item Ideas
« on: April 23, 2006, 04:07:33 pm »
I want to make more items, but I need ideas. That's where you come in :). I have already taken care of those long awaited name color change items, which wouldn't have been possible without that awesome DisplayNameCSS item.

I have an idea based around the new flag item... I plan to modify it to work on another person, rather than yourself, and let you upload your own image or use a remotely hosted image to "tag" other users. Then have another item to remove any tags on your account, in case some one has tagged you.

So, if you have any requests or any ideas you think might be cool to see, let me know! I will try and make them!

Why am I volunteering to do this? It helps my shop just as much as yours :).

4
Items / Some Name Alteration Items
« on: April 22, 2006, 04:23:38 am »
You must have the Display Name CSS item installed in order for these items to work. The Display Name CSS item adds an SQL field to your smf_members table and these files add CSS to that field.

I didn't realize there was a forum, so I had thrown these into the bug tracker :). Anyway, I had a friend of mine whip up a couple items, and I did a little fixing myself, here is what we came up wtih.

Change Name Color (Change_Color.php)
A drop down menu containing three shades of all ROYGBIV colors. Users choose which color they want to use from the list.

Change Name Background Color (Change_Bg_Color.php)
The same as the name color change, but with background colors instead. The same colors are used.

Change Name Style (Change_Style.php)
Bold, Italic, Underline, Overline, Line-through, Uppercase and Lowercase can be added to usernames via a drop down menu.

Change Name Colors & Styles (Change_All.php)
This item has three drop down menus containing all of the above items.

Items attached below as txt files. Remove the .txt extension before uploading. Or, Download ZIP of All Items.

If you have any suggestions, please add them. Enjoy :)

Edited by Daniel15 on 8th October 2006: Changed link to 'Display Name CSS' item

Pages: [1]