| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
AndyG
Joined: 24 Mar 2008 Posts: 4
|
Posted: Mon Mar 24, 2008 1:38 am Post subject: HELP PLEASE |
|
|
Guys i am pulling my hair out here.
I have an imgage pulled from mygamertag, i am trying to get it so that when i click on the image i go to the users profile within my phpbb3 forum.
Line of Code Causing me a problem is:-
<td class="genmed" align="{S_CONTENT_FLOW_BEGIN}"><img src="http://card.mygamercard.net/royale/orange/{memberrow.USERNAME}.png" border=0><!-- IF S_SELECT_SINGLE --> [ <a href="#" onclick="insert_single('{memberrow.A_USERNAME}'); return false;">{L_SELECT}</a> ]<!-- ENDIF --></td>
When i click on the image nothing happens,
I would appreciate any help as i am reasonably new to PHP, been a VB programmer for 10 yrs, PHP for about 5 month.
Look forward to any replies, if you need to see click on http://www.zcclan.net/Forum/memberlist.php
Enter any username and password for registration, once in at the top of the page click on members.
Before anyone asks the Users name in my forum is the same as their Gamertag.
Thanks |
|
|
| Back to top |
|
 |
|
 |
AndyG
Joined: 24 Mar 2008 Posts: 4
|
Posted: Mon Mar 24, 2008 2:02 am Post subject: Solved it |
|
|
hi Guys,
Sorry but 5 minutes after posting the topic, i figured it out.
Great eh, you spend hours trying to solve a problem only to find out how simple it was to solve .
I must be thick !!
cheers anyway |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Mon Mar 24, 2008 2:13 am Post subject: Re: HELP PLEASE |
|
|
You want <!-- IF not S_SELECT_SINGLE -->. Notice the "not". To see what I mean, try this:
http://www.zcclan.net/Forum/memberlist.php?select_single=true
This variable is used for selecting from the membership list (search the php files for "select_single" to see examples). |
_________________ Dan Kehn |
|
| Back to top |
|
 |
AndyG
Joined: 24 Mar 2008 Posts: 4
|
Posted: Mon Mar 24, 2008 2:23 am Post subject: What i did |
|
|
i ended up using this
<td class="genmed" align="center"><a href="{memberrow.U_VIEW_PROFILE}"><img src="http://card.mygamercard.net/royale/orange/{memberrow.USERNAME}.png" border=0></td>
and it works a treat.
regards |
|
|
| Back to top |
|
 |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |