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

Pages: [1]
1
Shop Button Requests / Re: Shop Button Request: Verde (by Crip)
« on: March 10, 2008, 07:06:56 am »
on the first replace code w/ code thing you left a line off:
Code: [Select]
$current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
add that to the end of the original to be replaced script. And thanks for the help!

2
Shop Button Requests / Re: Shop Button Request: Verde (by Crip)
« on: March 09, 2008, 10:03:51 am »
 Ah...

Parse error: parse error, unexpected T_ECHO in .../Themes/Verde/index.template.php on line 437
Code: [Select]
428: if ($context['user']['is_logged'] && $context['allow_pm'])
429: echo '
430: <li', $current_action == 'pm' ? ' id="active"' : '', '><a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '<blink>['. $context['user']['unread_messages'] . ']</blink>' : '' , '</a></li>';
431:
432: // The [calendar]!
433: if ($context['allow_calendar'])
434: echo '
435: <li', $current_action == 'calendar' ? ' id="active"' : '', '><a href="',
436:  //Begin SMFShop code

437:         echo ($current_action == 'shop' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '

438:                         <td valign="top" class="maintab_' , $current_action == 'shop' ? 'active_back' : 'back' , '">
439:                                 <a href="', $scripturl, '?action=shop">Shop</a>
440:                         </td>' , $current_action == 'shop' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
441:         //END SMFShop code

3
Shop Button Requests / Shop Button Request: Verde (by Crip)
« on: March 04, 2008, 05:47:11 am »

Pages: [1]