HelpHelpSearchSearchMembersMembersCalendarCalendar
Welcome, Guest. Please login or register.

Login with username, password and session length
August 27, 2008, 10:08:45 PM
Please use the support forum for support issues instead of sending me pm's. Thanks.
I will not reply to support issues via pm.
« previous next »
Pages: 1 2 3 [4]   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools  
Read November 23, 2006, 07:50:03 PM #45
Velocity

Re: Testing Stuff

  • :afro:  Confused  Confused  Cheesy  Cheesy  Cheesy  Confused  Confused  :afro:

Quote
Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked

Code:
:afro:  :confused:  :confused:  :lol:  :lol:  :lol:  :confused:  :confused:  :afro:


Moving List, Quote and Code blocks
Offline  
Read December 14, 2006, 12:52:08 AM #46
m3talc0re

Re: Testing Stuff

Testing for a bug...


The real hell is your life gone wrong.
Offline  
Read December 20, 2006, 12:48:28 AM #47
Daniel15

Re: Testing Stuff

  • :afro:  Confused  Confused  Cheesy  Cheesy  Cheesy  Confused  Confused  :afro:

Quote
Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked

Code:
:afro:  :confused:  :confused:  :lol:  :lol:  :lol:  :confused:  :confused:  :afro:


Moving List, Quote and Code blocks
Uhm... That was... interesting O.o

Edited:
Don't try to break the forums with things that or too wide Tongue
« Last Edit: April 02, 2008, 07:13:33 PM by m3talc0re »
Offline  
Read February 26, 2007, 07:26:21 PM #48
Silverline

Re: Testing Stuff

SUPER BUMP =o
Offline  
Read April 02, 2008, 07:15:50 PM #49
m3talc0re

Re: Testing Stuff

Testing something with code and php blocks:

PHP in "code" block with no wrapping php tags:
Code:
// Go to PM center... [pm]
if ($context['user']['is_logged'] && $context['allow_pm'])
{
echo ((isset($current_action) && $curent_action == 'pm') || $context['browser']['is_ie4']) ? '' : '' , '
<a href="', $scripturl, '?action=pm">Private Messages</a>: ', $context['user']['unread_messages'], ' Unread, ', $context['user']['messages'], ' Total.<br />';

PHP in "code" blocks with wrapping php tags:
Code:
<?php
// Go to PM center... [pm]
if ($context['user']['is_logged'] && $context['allow_pm'])
{
echo ((isset($current_action) && $curent_action == 'pm') || $context['browser']['is_ie4']) ? '' '' '
<a href="'
$scripturl'?action=pm">Private Messages</a>: '$context['user']['unread_messages'], ' Unread, '$context['user']['messages'], ' Total.<br />';
?>


PHP in "php" block:
	
// Go to PM center... [pm]
	
if (
$context['user']['is_logged'] && $context['allow_pm'])
	
{
	
	
echo ((isset(
$current_action) && $curent_action == 'pm') || $context['browser']['is_ie4']) ? '' '' '
	
	
	
	
	
<a href="'
$scripturl'?action=pm">Private Messages</a>: '$context['user']['unread_messages'], ' Unread, '$context['user']['messages'], ' Total.<br />';


The real hell is your life gone wrong.
Offline  
Read May 16, 2008, 09:50:24 PM #50
m3talc0re

Re: Testing Stuff

Testing something with images!


The real hell is your life gone wrong.
Offline  
Read May 16, 2008, 10:48:46 PM #51
Violat3r

Re: Testing Stuff

O nice, im liking the image thing!



Offline  
Read May 16, 2008, 11:07:50 PM #52
m3talc0re

Re: Testing Stuff

It's a vBulletin mod I (with Jay's help) converted to smf (with permission). It's awaiting approval at the smf mod site now..


The real hell is your life gone wrong.
Offline  
Read May 16, 2008, 11:31:10 PM #53
Violat3r

Re: Testing Stuff

Shweet! Cant wait! =D



Offline  
Pages: 1 2 3 [4]   Go Up
Jump to:  

Theme by Webtechnica.net
MySQL PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 CSS