inherit
226336
0
Oct 30, 2015 1:36:00 GMT -8
reddreddragon
1
October 2015
reddreddragon
|
Post by reddreddragon on Oct 29, 2015 18:52:58 GMT -8
I know I am late to the party but I am new at coding like completely new I ran across this mini profile template and it is the very first thing I tried my hand at and I and I got it going pretty well however I cannot seem to get the Mp3 Link to work I do not know where it is supposed to be in order to get it to work either I am assuming it is:
though I do not know what to do with it to get it to work I played around with a few things and nothing got it working...well nothing that I could think off anyway
Help a Noob out
NVM kept playing with it and figured out that I forgot that I named the Mp3 Link "Mp3 Link" and not "MP3 Link" told ya I was a noob
|
|
inherit
212652
0
Dec 22, 2016 6:08:00 GMT -8
Concept
145
August 2014
kota1
|
Post by Concept on Feb 19, 2016 18:00:10 GMT -8
Will these codes work with PB v.5?
|
|
inherit
88260
0
Aug 22, 2018 16:41:26 GMT -8
.·´¯`·->Kris<-·´¯`·.
214
September 2006
krislupin
|
Post by .·´¯`·->Kris<-·´¯`·. on May 9, 2016 14:47:43 GMT -8
This is perfect for what I have been needing!
|
|
inherit
167837
0
Apr 30, 2013 15:32:12 GMT -8
leif
939
June 2011
akiglass
|
Post by leif on Jun 11, 2016 15:32:43 GMT -8
Will these codes work with PB v.5? This is a v5 code.
|
|
inherit
233623
0
Oct 11, 2016 14:26:41 GMT -8
sunzhao
22
June 2016
sunzhao
|
Post by sunzhao on Jul 11, 2016 4:52:22 GMT -8
I'm attempting to use this with Alters, I have it working so far with NPC Profiles. But I'm stumbling because I need the code to be usable by 3 Alters per account. 1 Alter is easy to work, but I don't have the technical knowledge of scripting to figure the IF out.
Basically I'm referencing Alter_Personal_Text as a numeric value.
The way it should work, in theory, is this:
IF A_P_T == 1, check custom field Alter Hover 1 for the background of the hover image. If A_P_T == 2, check custom field Alter Hover 2, and so on for Alter Hover 3.
The stumbling part is I don't know how the IF should look. I know I need to edit in the Foreach Custom Field, if Custom Field is named Hover Image part of your code. But from there, I don't know how to write it and make it work.
I feel that this should be possible, just I haven't the experience needed.
<div style="width:100%;height:300px;background-image: url('http://storage.proboards.com/5598878/i/V4FVmNuKAkTX5MxkH7M9.png'); {foreach $[user.mini_custom_field]}{if $[user.mini_custom_field.name] == "Hover Image"} background-image:url('$[user.mini_custom_field.value]');{/if}{/foreach} background-size:cover;text-align:center;clear:both;">
I know enough that this is where I need to edit. Just not exactly how. I can't find an example to work from.
It's a great code though. I got it working for our normal mini-profiles, and tweaked it to work with all the NPC profiles we use, Alters is the last side of the triangle, if I can make this work it will be truly great.
|
|
inherit
167837
0
Apr 30, 2013 15:32:12 GMT -8
leif
939
June 2011
akiglass
|
Post by leif on Aug 28, 2016 13:05:55 GMT -8
Unfortunately I have never used Alters. I'll have to look into it when I have time. Unfortunately my time is a high commodity right now. I just got back from WeHo and am on my way out again.
I apologize.
|
|
inherit
254934
0
May 19, 2018 18:27:40 GMT -8
nanoregion
6
May 2018
nanoregion
|
Post by nanoregion on May 10, 2018 17:56:45 GMT -8
Hai~ Thank you so much for this code! I am using it HEREHowever, I cannot figure out the mini profile and why the avatar image won't align above the text
|
|
inherit
255996
0
Aug 15, 2018 5:43:11 GMT -8
unicornism
Crazy On Board
11
August 2018
unicornism
|
Post by unicornism on Aug 7, 2018 18:03:27 GMT -8
Wow thanks so much for this. The profiles look incredible.
|
|
camy
New Member
Posts: 1
inherit
256594
0
Oct 9, 2018 16:14:52 GMT -8
camy
1
October 2018
camy
|
Post by camy on Dec 3, 2018 20:37:27 GMT -8
Hello, I was referred to this thread by helping a friend and we realized that the external javascript hosted is now suspended. I managed to grab it via waybackmachine and will be posting it here for others to save ^^
// This is for ProBoards leif's mini profile; using accordion jss via radio buttons $(document).ready(function(){ $('.ac-container input:radio').change(function(){ var $label = $(this).parent(); $label.siblings().filter(function(){ return !!$(this).find('input:radio').length; }).next().removeClass('article-show'); if(this.checked){ $label.next().addClass('article-show') } }); }); proboards.on('pageChange', function() { $(document).ready(function(){ $('.ac-container input:radio').change(function(){ var $label = $(this).parent(); $label.siblings().filter(function(){ return !!$(this).find('input:radio').length; }).next().removeClass('article-show'); if(this.checked){ $label.next().addClass('article-show') } }); }); }); proboards.on('afterSearch', function() { $(document).ready(function(){ $('.ac-container input:radio').change(function(){ var $label = $(this).parent(); $label.siblings().filter(function(){ return !!$(this).find('input:radio').length; }).next().removeClass('article-show'); if(this.checked){ $label.next().addClass('article-show') } }); }); });
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Dec 30, 2018 2:22:04 GMT -8
Hello We've got an issue recently with this mini profile - you can only see the "in character" part and it doesn't change to "out of character" when you click on it. Does anyone have any idea how to fix this? Many thanks in advance.
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Jan 5, 2019 1:55:55 GMT -8
Is there anyone out there who can help?
|
|
inherit
257904
0
Mar 3, 2023 11:04:59 GMT -8
Aegean
2
March 2019
aegean
|
Post by Aegean on Mar 2, 2019 15:34:45 GMT -8
Hey Eclipse ! Copy the code in the post above yours. Then go to Admin > Structure > Headers & Footers > Global Header & Footer and add the code to the bottom of the Header. To make it work you have to also add <script> and </script> around it. I hope this helps.
|
|
inherit
177269
0
Jun 6, 2020 14:31:30 GMT -8
Gremalkyn
19
February 2012
gremalkyn
|
Post by Gremalkyn on Mar 29, 2019 15:36:05 GMT -8
camy, Aegean: I just popped on to say thank you! My code stopped working and I couldn't figure out what was wrong. Came back here and saw this fix. Wanted to say thank you to you both for the valuable information! =]
|
|
inherit
257904
0
Mar 3, 2023 11:04:59 GMT -8
Aegean
2
March 2019
aegean
|
Post by Aegean on Apr 14, 2019 11:45:23 GMT -8
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on May 3, 2019 11:15:23 GMT -8
Hey Eclipse ! Copy the code in the post above yours. Then go to Admin > Structure > Headers & Footers > Global Header & Footer and add the code to the bottom of the Header. To make it work you have to also add <script> and </script> around it. I hope this helps. Thank you so much!!!
|
|