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

Pages: [1]
1
SMFShop Announcements / Re: Latest development code for Beta testers!
« on: December 22, 2006, 12:11:45 am »
Or if you have cygwin setup you can just run the bash shell and type in svn co http://server.daniel15.com/svn/smfshop/trunk/ like I did and not jhave to install turtlesvn. Then again you need a pretty good reason to have cygwin because it takes a few hours to install.

2
Shop Button Requests / Re: Button for Soft MC Blue
« on: December 20, 2006, 10:55:39 am »
   if ($context['user']['is_logged'])
      echo '
            <td align="center" valign="top"><img src="' . $settings['images_url'] . '/menu_devider.gif" width="31" height="28" alt="" /></td>
            <td class="mainNav"><a href="', $scripturl, '?action=shop">Shop</a></td>';


Just paste that into your index.template.php in the section with all the other buttons in it.

Pages: [1]