|
|
#1 (permalink) Top |
|
iDude
![]() ![]() Join Date: Nov 2006
Age: 20 Male
Posts: 1,583
Times Helpful: 124
My Mood: Fine
Status: Online
|
I got a question. On my forum I've added a small code to show members computer information in the postbit_legacy template.
Using this code: Code:
<if condition="$post['field6'] == '1'"> <b>My Computer</b><br> </if> <if condition="$post['field7'] AND $post['field6'] == '1'"> CPU: $post[field7]<br> </if> <if condition="$post['field8'] AND $post['field6'] == '1'"> GFX: $post[field8]<br> </if> <if condition="$post['field9'] AND $post['field6'] == '1'"> RAM: $post[field9]<br> </if> <if condition="$post['field10'] AND $post['field6'] == '1'"> HDD: $post[field10]<br> </if> <if condition="$post['field11'] AND $post['field6'] == '1'"> Mobo: $post[field11]<br> </if> <if condition="$post['field12'] AND $post['field6'] == '1'"> OS: $post[field12]<br> </if> <if condition="$post['field13'] AND $post['field6'] == '1'"> Sound: $post[field13] </if> |
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need to create a web form | dola | Web Development | 2 | 03-10-2007 05:38 PM |
| create backup cd | robertincal | Windows OS's | 3 | 02-05-2006 04:05 PM |
| How do you create a little image... | Waffle | Web Development | 4 | 08-01-2005 11:08 PM |
| NVIDIA to create another SoundStorm | syngod | Sound Cards and Speakers | 5 | 11-12-2004 09:04 PM |
| Enable The VBulletin [img] Code. | Skaeleen | Suggestions and Feedback | 2 | 27-03-2003 07:04 PM |