Achievement coding issue
3 posters
Page 1 of 1
Achievement coding issue
Hello. I was hoping I was able to figure this out on my own, but apparently, no matter what I do, it doesn't work anymore. I have achievements, for the members that win certain contests. And, well, after I changed my forum theme from Halloween to a regular theme before Christmas, which was around the time the forumotion changed it's features, all I could see was the link and code itself with no badge picture. For example, I put this in the form:
award{image(http://www.winxclub.com/sites/default/files/styles/thumbnail/public/webavatar_thumbs/wat_f000_pet-21gingerhx.png?itok=9dK2cEqv)title(Mozilla Firefox)}
and this is all I see on my forum now. No picture, just this. Here is a screen shot of what I see and I am pretty sure my members see it too.
Is there a way to fix this or may something else I need to use in able to see the badges? If so, please tell me. Thank you in advanced.
award{image(http://www.winxclub.com/sites/default/files/styles/thumbnail/public/webavatar_thumbs/wat_f000_pet-21gingerhx.png?itok=9dK2cEqv)title(Mozilla Firefox)}
and this is all I see on my forum now. No picture, just this. Here is a screen shot of what I see and I am pretty sure my members see it too.
- Screenshot:
Is there a way to fix this or may something else I need to use in able to see the badges? If so, please tell me. Thank you in advanced.
Guest- Guest
Re: Achievement coding issue
Hi there,
If that is the profile fields, you can't use HTML, only BBCode.
If that is the profile fields, you can't use HTML, only BBCode.
Re: Achievement coding issue
I was told a while back to use what I have shown you which is something like: award(image(..)title(...)
what I showed you in the picture is not the profile field, it is a screen shot of my profile page itself. Something went wrong after Halloween was over. it was working fine before and now something happened.
what I showed you in the picture is not the profile field, it is a screen shot of my profile page itself. Something went wrong after Halloween was over. it was working fine before and now something happened.
Guest- Guest
Re: Achievement coding issue
When you say changed themes, do you mean installed a new theme? If yes, your CSS stylesheet was erased. Did you have CSS for this profile field?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Achievement coding issue
When I said 'changed themes' I meant that I put a new background on and everything which included me taking all the Halloween decorations down. I didn't change skins. I also did not have any CSS for the problem in this situation. It was all done with the profile field.
Guest- Guest
Re: Achievement coding issue
I don't know if the codes changed or not cause that is CSS.
What format is that profile field? Text-field, textbox, image, image-list, etc.
What format is that profile field? Text-field, textbox, image, image-list, etc.
Re: Achievement coding issue
Hello,
The code that should "parse" the achievement on profile isn't running because of a script error in your Javascripts:
An incredibly heavy Javascript that applies "color and bold" to specific mention tags... ._.
Could you disable this one and see if the error persists?
^-^v
The code that should "parse" the achievement on profile isn't running because of a script error in your Javascripts:
- Code:
$(function() {
var bold = true;
$('.mentiontag').each(function() {
var c;
$.ajax({
url: this.href,
type: 'get',
async: false,
success: function(data) {
c = $('.page-title span', data).css('color')
}
});
bold ? $(this).css({
'color': c,
'font-weight': 'bold'
});: $(this).css('color', c)
})
});
An incredibly heavy Javascript that applies "color and bold" to specific mention tags... ._.
Could you disable this one and see if the error persists?
^-^v
Similar topics
» Snow Script for Forums/Decoration Issue/Coding Issue
» Coding Issue
» Coding Issue
» Verification Coding Issue Again...
» Coding Issue Regarding Header
» Coding Issue
» Coding Issue
» Verification Coding Issue Again...
» Coding Issue Regarding Header
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum