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

Pages: [1] 2
1
Coding / Re: Please help
« on: April 30, 2007, 06:42:16 am »
Thanx Daniel, sorted all them issues now  ;)

2
Coding / Re: Please help
« on: April 27, 2007, 06:16:45 am »
Ok thanks Cronus  ;)

Another question,

I`m trying to upload images to shop_images but I keep getting this error !

move /home/username/tmp/cpanel.TMP.EhdoxFgP29xlGFOa, /home/username/public_html/Sources/shop/item_images/101_beer.jpg failed: Permission denied
C:\Documents and Settings\richi\My Documents\My Pictures\101_beer.jpg (101_beer.jpg): upload failed

I tried changing permissions to 777 but it says access denied, yet i have no problem within my theme directory editing or uploading images i.e. shop button images.

Any ideas?  :(

3
Coding / Re: Please help
« on: April 26, 2007, 01:44:16 am »
Permissions where?

4
Coding / Re: Please help
« on: April 25, 2007, 07:05:20 am »
Ok I sorted it but, i`m confused how or why I had to leave in the  if ($context['allow_calendar'])
It won`t work if I change the calendar to `shop` .see below//
Anyone any thoughts? or shall I just leave it like that ?

The [shop]!
        if ($context['allow_calendar'])
                echo '<a href="', $scripturl, '?action=shop"><img name="shop" id="shop"  onmouseover="javascript:document.shop.src=\'' . $settings['images_url'] . '/' . $context['user']['language'] . '/shop_over.gif\'" onmouseout="javascript:document.shop.src=\'' . $settings['images_url'] . '/' . $context['user']['language'] . '/shop.gif\'" src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/shop.gif" alt="Shop" style="margin: 0px 0;" border="0" /></a>';

5
Coding / Re: Please help
« on: April 22, 2007, 07:56:55 am »
Daniel, I PM`d you

6
Coding / Re: Please help
« on: April 22, 2007, 06:51:50 am »
Hi
Yes I tried that too

7
Coding / Re: Please help
« on: April 22, 2007, 06:21:34 am »
Tried that, still nothing !  :(

8
Coding / Re: Please help
« on: April 22, 2007, 01:14:39 am »
Hi Daniel thanks for the reply,

Yes they are there through Admin on the forum   :(

Should I try a test with say the `help` button which is already created & just rename it shop? see if it shows then ?

9
Coding / Re: Please help
« on: April 21, 2007, 07:51:27 am »
Ok I inserted that script, no errors this time, I created 2 buttons as gif files & named them accordingly, placed them in the theme/image/english directory but,    they don`t show up on the forum!  :(

The buttons don`t match the existing buttons but are the same size (height) would that make a problem?

Sorry to be a pest guys, i`m even debating switching to default theme to cure this but, as a very last resort.  :-\

10
Coding / Re: Please help
« on: April 21, 2007, 01:35:42 am »
Cheers ! I will have another go tonight when the board is quiet  ;)

11
Coding / Re: Please help
« on: April 20, 2007, 06:09:53 pm »
Ah right, I copied that from the index template, obviously I removed the `shop` button otherwise the forum wouldn`t work, but basicly I just pasted the one you told me to try for Bloc in between these 2 .

12
Coding / Re: Please help
« on: April 20, 2007, 05:02:41 pm »
 // Edit Profile... [profile]
        if ($context['allow_edit_profile'])
                echo '<a href="', $scripturl, '?action=profile"><img name="profile" id="profile"  onmouseover="javascript:document.profile.src=\'' . $settings['images_url'] . '/' . $context['user']['language'] . '/profile_over.gif\'" onmouseout="javascript:document.profile.src=\'' . $settings['images_url'] . '/' . $context['user']['language'] . '/profile.gif\'" src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/profile.gif" alt="' . $txt[79] . '" style="margin: 0px 0;" border="0" /></a>';

        // The [calendar]!
        if ($context['allow_calendar'])
                echo '<a href="', $scripturl, '?action=calendar"><img name="calendar" id="calendar"  onmouseover="javascript:document.calendar.src=\'' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar_over.gif\'" onmouseout="javascript:document.calendar.src=\'' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif\'" src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif" alt="' . $txt['calendar24'] . '" style="margin: 0px 0;" border="0" /></a>';

13
Coding / Re: Please help
« on: April 20, 2007, 07:55:41 am »
Got a parse error  :(

Although I hadn`t uploaded any button images but I wouldnt have thought that would cause an error :-\

Am I wrong ?

14
Coding / Re: Please help
« on: April 18, 2007, 04:01:51 pm »
Right thanks for that Cronus!  :)

I`l give it a go  O0

15
Coding / [SOLVED] Please help
« on: April 18, 2007, 08:24:23 am »
I am trying to get the `shop` button in place on my forum, I have read the coding made for other custom forums & tried some but, my shop button still doesn`t show.

I am using Tech head by Bloc for version 1.1.1

link:
http://custom.simplemachines.org/themes/index.php?lemma=12

Any suggestions greatly appreciated, cheers.

Pages: [1] 2