This is the support topic for the tutorial Separate custom profile fields in Topic View. Please post here if you have any questions or feedback.
IP.Board 2.3: Separate custom profile fields in Topic View
Started by Michael, Jul 03 2008 05:51 PM
8 replies to this topic
#1
Posted 03 July 2008 - 05:51 PM
#2
Posted 04 July 2008 - 12:52 AM
wow, I've always wanted a way to separate them, thanks for the awesome tut!
Anything4Free.com
Get stuff FREE!
emoneyCodes.com
I code
My 3.0 Releases: · (e$30) ibEconomy 1.2.0 · (e$30) Custom Sidebar Blocks 1.3.0 · (e$30) My Header Links Extended 0.9.5 · (e$30) PM Author on Topic Moderation 1.0.0 · (e$30) Post Author's Status 1.0.0 ·
My Classics: · (e$23) ibBookie 2.1.1 · (e$23) Personal Tags 1.5 · (e$23) Starred Topics and Messages 1.0 · (e$23) Disable Double Posting 1.0 · (e$23) Member Returns 1.0 ·
(e$23) Category Styles and Forum Title Colors 1.0.0 · (e$23) Members Online Scroller 1.0.0 · (e$23) Plain Text Posts 1.0 · (e$23) BBCodes Per Group 1.0 · (e$23) Default Profile Tab Per Member 1.0 · (e$23) March Madness ibBookie Plugin 2009 · (e$23) PM to Ticket 1.0 · (e$23) Reports as Tickets 1.0 · (e$23) Most Viewed Topics 1.0 ·
#3
Posted 21 July 2008 - 01:59 AM
Is there a image to show what it looks like when done?
#4
Posted 21 July 2008 - 11:15 AM
It's going to vary depending on what custom profile fields you have.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#5
#6
Posted 31 July 2008 - 08:15 PM
Hmm I followed the tut just as posted but it isn't working for me. Can anyone lend a hand?
.:UPDATE:.
Well after toying around with it i figured it out. First off you cannot place the new variabel where the original custom fields was as it wont show well atleast for me it didn't. I also noticed that its better to use
instead of
.:UPDATE:.
Well after toying around with it i figured it out. First off you cannot place the new variabel where the original custom fields was as it wont show well atleast for me it didn't. I also noticed that its better to use
{$author['custom_fields2']} instead of
$author['custom_fields2']
Edited by Th3N@tive, 31 July 2008 - 08:53 PM.
#7
Posted 27 February 2009 - 07:15 AM
I tried this out, and it works fine using {$author['custom_fields1']} {$author['custom_fields2']}.. up to 9 But after getting into double digits {$author['custom_fields10']} it doesnt show the info... anyone happen to know why ? =\
#8
Posted 12 May 2010 - 04:18 PM
Will this work in profile view?
How do i set it up, this is how it looks now in "personal_portal_main" template:
And also, i would like to set it up for the old Profile View ("show_profile" template). I have seen it so i know it is doable.
This is my code in the old personal portal:
How do i set it up, this is how it looks now in "personal_portal_main" template:
<!-- Custom Fields -->
<if="is_array( $member['custom_fields'] ) AND count( $member['custom_fields'] )">
<div class='pp-header'>{$this->ipsclass->lang['m_other_info']}</div>
<foreach="$member['custom_fields'] as $data">
<div class='row1' style='padding:6px; margin-bottom:1px; padding-left:10px'>{$data['name']}: {$data['data']}</div>
</foreach>
</if>
<!-- / Custom Fields -->
And also, i would like to set it up for the old Profile View ("show_profile" template). I have seen it so i know it is doable.
This is my code in the old personal portal:
<td width="50%" valign="top" style="padding-right: 0;">
<table cellspacing="1" width='100%' class="borderwrap">
<tr>
<td align="center" colspan="2" class="maintitle">{$this->ipsclass->lang['head_addit']}</td>
</tr>
<!--{CUSTOM.FIELDS}-->
</table>
</td>
#9
Posted 30 May 2010 - 02:13 AM
Nevermind my post above, going over to IPB 3.1 now.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users





Contributor












