Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 11, 2013 9:34:19 GMT -8
I've tried taking out all board/category modifications (except for one that only edits the inside of the board), but it didn't have any effect. All the brackets within the code are curly.
Edit: A second thing before I forget. Any value I add to the MYO mini profile code doesn't work. The value either doesn't show up in the first place, or just appears as "##value". For example, if you look at the mini profiles now, instead of the custom title (which is set to display instead of the group name) is showing up as "##value".
site: www.mae-hyo.proboards.com/index.cgi
|
|
Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 12, 2013 9:08:23 GMT -8
bump
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 14, 2013 0:21:29 GMT -8
Wow, I'm not even sure I can see your boards or any affect since everything is so faded looking. Straining my eye balls, lol. But I get the look you are going for.
I never have gotten the category splitter to work with the MYO board mod. You may want to try removing that.
Did you get the mini profile working because I don't see anything showing "##value". I see you are using a lot of codes to modify your profile so it could be just a matter of changing the positions. I do think I'd move the code that puts your mini-profile on the right to be below all the other mini-profile codes so they have a chance to work before moving things to the right. Worth a try, anyway.
|
|
Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 15, 2013 15:10:13 GMT -8
Sorry for the eye-straining XD I've already tried removing the category splitter (mentioned above). I was wrong about the "##value" showing up for the current value (custom_title) I have in the mini profile code, nothing shows up instead. The custom title should be appearing underneath the gender. Also, any other value I try, even the CrossFury field values, don't show up or show up as "##value". I will try making a new value for an input field, then putting it in the code so you can see what I mean.
Edit: Okay, the custom title is appearing now. But the CrossFury value that I put in the code is not.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 15, 2013 19:02:17 GMT -8
O.K. I'm trying to figure out how you are wanting things. In IE I can't even see the avatar and text you have below it but in Chrome, I see it but it is outside the mini-profile area. That is partly because you used a <div style="margin-right: -200px; for the avatar. Surely, you didn't want the avatar outside the miniprofile area, correct?
Also in your html part of the MYO mini-profile code you have the table part so the table data cells (td's) are side-by-side. You don't want two columns, right, because they won't fit well. I assume you want the cells stacked. If so, you need to find this part and add the blue.
<span id="rank" name="rank">##value</span>
</div></td> </tr> <tr>
<td vAlign="top"><div style="margin-right: -200px; padding-left: 20px; width: 116px;"><div style="border: 3px solid #F5B0BF; height:100px; width:100px;"><span id="avatar" name="avatar">##value</span></div><p>
While you are fixing that, I'll borrow your coding and see what is and isn't showing up based on the order you have things in the html and see if I can work it all out.
Oh and you need to have the BYO mini profile javascript part below the html span/table part.
|
|
Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 16, 2013 18:05:13 GMT -8
Yes, the avatar is supposed to be out of the mini profile area. I didn't realize that it wasn't working on other browsers, is there a way to fix that? I put the javascript below the table code, assuming you meant there.
I inserted the tags, but all it did was move the avatar below the mini profile.
Also, is there anything else that might work for the boards? (sorry to bother about them)
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 16, 2013 21:20:58 GMT -8
Since you meant for your avatar to be like that then what I said, would indeed be wrong. But to get the avatar to be like that in IE add the blue to that bit:
<td vAlign="top"><div style="position: relative; margin-right: -200px; padding-left: 20px; width: 116px; z-index: 100;">
As far as the board mod, I'm not sure what isn't working. Normally, I'd say create a test site and put all your mod codes on first and then keep adding codes a few at a time to see what is stopping things from working. But making a test site now will give you a V5 forum. Do you have a old V4 test site? Otherwise, you may have to do that on your site. Just remove everything in your main footers and save them to notepad and test to see if it is working. Then move on to your global footers, keeping all your mod codes at the top and then add codes back a few at a time, making sure you saved them all to notepad, as well. You have so many codes it is hard to say what might be messing it up so a process of elimination is the way we all do it.
By the way, you still have a copy of the javascript part above the html part for the Build Your Own Mini-Profile v 0.2. I think when you copied and pasted it below, you just forgot to delete the one above it. (Been there, done that)
|
|
Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 17, 2013 6:22:46 GMT -8
Okay, I added the modifications to the code, thanks ^^ I also deleted the javascript above the html, didn't notice that. As for a test site, I do believe I have one, I will have to check however.
Edit: Found the code that's screwing it up. Not sure what the code is even for lol
<script type="text/javascript"> <!-- var TD = document.getElementsByTagName('td'); for(t=0; t<TD.length; t++) { if(TD[t].colSpan == '2' && TD[t].innerHTML.match('Forum Name')) { TD[t].colSpan = '1'; } if(TD[t].width == '8%' && TD[t].className == 'windowbg') { TD[t].style.display = "none"; } } // --> </script>
Now my only issue is how to get the values to appear correctly in the mini profile.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 18, 2013 0:48:49 GMT -8
That was to remove the on/off icons on the main page.
To get your money hack working you need to change it to say money instead of Treasure.
// What do you want to call your money? var NameOfMoney = 'Treasure';
And then you need to add this to your MYO mini profile code where you want it to show up.
<span id="money" name="money">Treasure:##value</span>
Will post back when I figure out the other issue stated in your first post. Edit: Wait, now what isn't still working?
By the way, I don't see those changes in the style to get the avatar to show up in IE. Not that it matters to me.
|
|
Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 18, 2013 9:17:25 GMT -8
Ah, I have the on/off icons set to blank images. That explains why I didn't notice a difference .-.
Also, I switched the mini profile coding back to its original format (why those changes didn't show), but I added the style changes back.
Changing the money hack value worked, thanks :3
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 18, 2013 12:15:36 GMT -8
Alrighty, now your avatar and text below it are showing in IE as well as FF and Chrome. Glad your money is showing now, too. Does that take care of everything? Also, it may be a good idea to go through you codes, when you have some free time, as I believe you have duplicates doing the same thing. Duplicates can cause issues not to mention slow the loading time. Just a suggestion.
|
|
Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 18, 2013 16:11:20 GMT -8
Thanks for checking the mini profile in the other browsers, would've gone unnoticed by me ^^
I've seen the duplicates, but have been too lazy to get around to removing them XD I'll check out the coding though, thanks. One more thing, sorry d: I just need the custom title to work in the mini profile. I already have the value in the code where I want it, but it's not appearing in the mini profile.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 18, 2013 17:12:14 GMT -8
Can you link to a profile where you entered a custom title in their profile. Looking at your coding I see no reason it wouldn't work since it looks exactly like your money and gender code except with "custom_title" in it instead. I have your coding on my test site and it works as well so I'm at a loss other than nothing is entered in the profile for a custom title.
|
|
Neko
New Member
Posts: 18
inherit
192266
0
May 19, 2013 9:27:37 GMT -8
Neko
18
April 2013
hoshi
|
Post by Neko on May 19, 2013 9:27:36 GMT -8
Admin profile. I have custom titles set to "Display instead of member groups", and I changed that to "Display as well as member groups", but nothing happened.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 19, 2013 18:41:44 GMT -8
It's definitely set to not display when I right click and select "display element" in Chrome as you can see below. (the red...you won't see this viewing your headers/footers)
<span id="custom_title" name="custom_title" style="display: none;">##value</span>
It won't work if you have it set to display instead of member group. I just tried it on my test site and that makes it disappear. But there is no point in setting it as that anyway since you have the MYO mini-profile code.
Are you 100% sure it doesn't show up with it set at "Display as well as membergroup"? Be sure to hard refresh your computer because your browser may have just cached that. (F5 on your keyboard)
IF that doesn't do it (hard refresh), move the MYO mini-p code up in your global footers. Actually this is the order I have things in on my test site:
MYO Board mod the html part MYO Board mod the javascript part Crossfury Money hack The html for the MYO mini profile The javascript for the MYO mini profile Mini-Profile on Right Side by SubDevo
All other codes
|
|