inherit
189618
0
Jan 25, 2014 11:56:17 GMT -8
Dragon
7
February 2013
dragonb2100
|
Post by Dragon on Feb 25, 2013 0:11:58 GMT -8
I have a question about the karma links in the mini profile. I put in a mod (that was not made or edited by me, other than colors) and I wanted to add the karma links so that people could give and take karma. In the code, underneath the other things like gender and posts and such, I added this:
<span id="karma_links" name="karma_links">##value</span>and the buttons aren't showing up. I'm not too savvy with JavaScript to know if I need to add anything to make those links even work with the modifications, so I'd appreciate some help. If you'd like any links to the test board or would like me to add the entire code here, just let me know, its no problem getting that. :3
I also can't get the custom title to show up either, even though that was already in the code that I put in.
Click this link to the test board to see whatever code you need to, and if you'd like screen caps or pieces of code of whatever else, lemme know and I'll paste it here. I appreciate any assistance!
|
|
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 Feb 25, 2013 1:28:59 GMT -8
Can you explain what you mean by the button not showing up. What button? The karma is working which you renamed Crests. And from what I can see you haven't added a custom title to the admin, assuming that is you, and which is the only profile I can look at. What are you trying to add as a custom title?
|
|
inherit
189618
0
Jan 25, 2014 11:56:17 GMT -8
Dragon
7
February 2013
dragonb2100
|
Post by Dragon on Feb 25, 2013 17:26:21 GMT -8
This is what I'm seeing. The 'Gotcha' at the top is personal text. I want the [Exalt] | [Smite] links for the Karma at the bottom underneath Gender. The Karma (Crests) says 50 because I specifically went to the profile and entered that in, not because I pressed the button 50 times (because there aren't any buttons). The custom title should say Dragon Lord, but that's nowhere on there and I don't know how to make it appear, even though the Mini Profile code has it written in to appear beneath the image. Under where it says Admin Dragon, that is the membergroup, Administrator. This is the code that I used for the mini profile so you can see it all at once. CSS >>>removed your coding as it was messed up plus we don't need it posted<<Java and such >>>removed your coding as it was messed up plus we don't need it posted<< I'm not sure what's up with all the random [*div] [*/div] tags in the code...those aren't there on the site, I assure you, they only appeared after I posted the code here ^^"
|
|
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 Feb 25, 2013 23:13:01 GMT -8
Actually, you don't need to post your code as long as you link to your forum, besides, they got all messed up maybe because you were using visual. I don't remember the last time I saw exalt and smite on proboards. Even V5 only has a like button. The closest thing to that is this code: wormocodes.proboards.com/index.cgi?board=codedb&action=display&thread=374Unfortunately that isn't putting it where you want it. To add the custom title you have to modify your profile and add it in. When there is nothing in there, I see this when viewing the elements on your site: <span id="custom_title" name="custom_title" style="display: none;"><div class="mptitle"> ##value </div></span> On my site with your mini profile coding and adding a custom title I get this when viewing elements: <span id="custom_title" name="custom_title"><div class="mptitle"> Ski nut </div></span> By the way, did you know your menu buttons don't work at all in IE? Did you need help with that as well or do most of your members not use IE. They work fine in Chrome and FF. Sorry about the exalt and smite. I know ages ago ProBoards had that so they must of did away with it with V4.5.
|
|
inherit
189618
0
Jan 25, 2014 11:56:17 GMT -8
Dragon
7
February 2013
dragonb2100
|
Post by Dragon on Feb 26, 2013 0:38:00 GMT -8
Yeah, that doesn't do the same thing as Karma does as far as I can tell. I tried a code that put the Karma links there, but it didn't work, so I took it out. I see sites that don't have mini profile mods have working Karma links, but I guess the functions aren't workable with any modifications? But I know that sites still use them, its a default as far as I know and every site has the option to turn it on or off (mine are turned on)
I'm not quite sure what you mean about the style=display:none; part in the code. Its not there when I look at the code in the Global Footer. I checked the settings and its set to display the Custom Title AND the member group, but when I set it to show INSTEAD of the member group, it shows up, though I was indeed hoping I could get both.
As for the menu links, I was unaware that they didn't show up. I only use CHROME and occasionally SARAFI when I'm using a mac, but I'm not sure what other members might use. If you have a solution for that, I'd like to hear it ^^
|
|
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 Feb 26, 2013 1:10:47 GMT -8
You have karma, yes. That is why it is showing as Crests. Your karma is working just fine. But there is no smite and exalt anymore. <<Yes, there is ....I was mistaken. No, display: none; won't show in your global headers and footers. I'm viewing your site after it renders your coding. I think there is mis-communication here. What happens when you go to your profile, click modify, scroll down and add a custom title. Custom tiles are something you enter in your profile. The MYO mini profile code is only telling the browser where to put what you enter in your profile.
|
|
inherit
189618
0
Jan 25, 2014 11:56:17 GMT -8
Dragon
7
February 2013
dragonb2100
|
Post by Dragon on Feb 26, 2013 2:55:39 GMT -8
Yeah, I think there is a little mis-communication going on. Smite and Exalt buttons for Karma do exist still, I just can't get them to show up after the modifications to the mini profile have been made. That's what I was wanting because I'm not sure how else the members can do that without those buttons (unless I just don't' have a mini profile put in).
There is a custom title entered in the profile. It says Dragon Lord. It doesn't show up on the mini profile anywhere. The forum setting is supposed to have it show as well as member group, but it does not. The custom title only shows when I switch it to show INSTEAD of the member group, but I wanted both to be able to show. Something in the profile mod must not be allowing for that. The code should be telling the browser to place it below the member group, or even wherever I place the code, but its not working :/
I thought it might just be the mini profile that's not allowing these things, so I tried another one and it still didn't work like I wanted it to, so I figure there must be something I should do to the code to make it appear. I've tried other little plug ins that I thought might work from this site as well as that huge active code list thing and nothing seems to be working.
|
|
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 Feb 26, 2013 13:03:08 GMT -8
Well how about that. I said I never use exalt and smite on my sites and sure enough, I enabled karma and checked another members profile and there it was. My apologies for being such a nit wit. And of course I haven't seen it for a while because typically I'm not a member when helping people so of course I'm not going to see it. Duh! Well, at least I'm out of my stupid mode and we can get somewhere figuring this out.
How are you testing the smite/exalt. I see you are the only member on your site so you need to make another account to test it.
Meanwhile, I'll see if I can figure out the group and custom title thing.
Edit, How are you doing this?
When I set my stars to zero, I then experience no custom title. I see you have no stars showing. Maybe set that in your groups to show one star and then customize your skin settings for stars by using a 1x1px transparent png.
By the way, I put all your coding on my test site and by setting the stars to zero (0) in my groups is the only time the custom title doesn't show.
We'll figure this out. Don't worry.
Also, I see your menu buttons. They just don't work when clicked. I'll start trying to figure that out in a bit.
|
|
inherit
189618
0
Jan 25, 2014 11:56:17 GMT -8
Dragon
7
February 2013
dragonb2100
|
Post by Dragon on Feb 27, 2013 17:23:43 GMT -8
Oh...mygosh *derpmoment* Of course I wouldn't see the Karma links if I'm the only profile there...so...now I feel foolish ^^" Thanks a bunch for pointing that out. As for the title, you can change the settings for that in the same place where you can change the Karma settings. I can change the warnings and custom title to show alongside member group or instead of it. I figured I'd be able to see it, even if I'm the only account, but perhaps that'll change when I make another one. I'll try the thing with the stars as well and see if that works.
Edit: It worked, both of them TuT *sniffle sniffle* The custom title shows when I set the member group or ranking to have a star, so I will change the image to something else, or to be transparent. I feel incredibly foolish for not realizing, but thank you so much for helping, Tumbleweed, I really appreciate it! <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 Feb 27, 2013 20:15:58 GMT -8
No, I'm the one who should know these things but I guess we were both not at our finest moment...well, more than a moment I guess. lol
|
|