|
|
#1 |
|
Member
Join Date: Dec 2008
Posts: 56
Rep Power: 3 ![]() |
I found this code in the member tpl:
Code:
<td class="formleft">{$extra3_text}{$smarty.const.LANG_COLON}</td><td class="formright">{$extra3}</td></tr>
I wastrying something like this, but it doesnt work: Code:
<td colspan="2"> <p>{$extra3}</p> </td>
__________________
v4.0.9 Designer |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,330
Rep Power: 39 ![]() ![]() |
The reason that doesn't work is because that field isn't available to that template. Each template is assigned after running through a ".php" file and within that file it runs through it's code and outputs data and then assigns it to the template.
What that means is that you won't be able to get that field from within that template. As you have the Designer version of the software there won't be a way that I know of to modify it to get that information. You can find out exactly what fields are available by adding debug=1 to the end of the url. (Any popup blockers you have must be deactivated to make this work) -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#3 |
|
Member
Join Date: Dec 2008
Posts: 56
Rep Power: 3 ![]() |
ok. Thanks mike
__________________
v4.0.9 Designer |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Limit Smarty | bowers01 | v4 Questions & Support | 2 | 01-02-2009 07:38 AM |
| A bit of XHTML and Smarty | seymourjames | v4 Modules / Modifications | 6 | 08-11-2008 03:44 PM |
| Smarty template help | antboy | HTML, CSS, and Design Help | 1 | 07-25-2007 12:00 PM |
| Smarty data | mazarron.com | HTML, CSS, and Design Help | 1 | 04-30-2007 08:25 AM |
| smarty.const.URL | GSP | v3.1 Questions & Support | 2 | 11-17-2006 09:26 AM |