inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 6, 2015 14:32:50 GMT -8
I'm on it
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 6, 2015 14:49:50 GMT -8
@hadesfire which spoiler plug-in? (there's 2)
|
|
Former Member
inherit
guest@proboards.com
212918
0
Nov 21, 2024 23:02:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 6, 2015 14:55:36 GMT -8
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 6, 2015 16:18:21 GMT -8
Ok I'm on it
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 6, 2015 16:24:42 GMT -8
Here's the image for the VSpoiler Plug-in: (You'll have to add it manually yourself since the plug-in isn't included in the theme)
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 6, 2015 16:29:41 GMT -8
|
|
Former Member
inherit
guest@proboards.com
212918
0
Nov 21, 2024 23:02:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 6, 2015 17:55:40 GMT -8
Here's the image for the VSpoiler Plug-in: View Attachment(You'll have to add it manually yourself since the plug-in isn't included in the theme) Okay, it looks like I just need help with one last thing" The custom fields I have set for my members' profiles do not show up at all. They show up okay for the MP but not the regular profile.
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 6, 2015 19:26:37 GMT -8
|
|
Former Member
inherit
guest@proboards.com
212918
0
Nov 21, 2024 23:02:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 9, 2015 15:54:47 GMT -8
Can you send me the code and where to put it that fixes the CF issue? I don't want to re-customize the theme all over again *lazy*
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 9, 2015 21:03:42 GMT -8
That's fine Go to Layout Templates > User Profile > Summary and on line 86 replace the for each section with this: {foreach $[user.custom_field]}
<tr class="$[user.custom_field.content_class]">
<td class="headings">
$[user.custom_field.name]:
</td>
<td>
$[user.custom_field.value]
</td>
</tr>
<script>
$(".custom-field-coverphoto").hide();
</script>
{/foreach}
Hope this helps
|
|
Former Member
inherit
guest@proboards.com
111631
0
Nov 21, 2024 23:02:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 27, 2015 22:06:29 GMT -8
very nice
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Mar 28, 2015 14:37:07 GMT -8
@marti77 Thanks!
|
|
pana
New Member
Posts: 19
inherit
220898
0
Jun 27, 2015 20:41:18 GMT -8
pana
19
April 2015
pana
|
Post by pana on Apr 24, 2015 4:49:45 GMT -8
Hello sir!
Do I have permission to edit the theme? Would like to make it wider.
|
|
inherit
211040
0
Aug 22, 2023 21:01:38 GMT -8
Nathan Lecompte
266
July 2014
natnaynay
|
Post by Nathan Lecompte on Apr 24, 2015 16:00:50 GMT -8
Sure, go ahead
|
|
pana
New Member
Posts: 19
inherit
220898
0
Jun 27, 2015 20:41:18 GMT -8
pana
19
April 2015
pana
|
Post by pana on Apr 30, 2015 3:54:03 GMT -8
I have a question! How do you make the avatar bigger?
|
|