inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Jul 9, 2012 21:21:08 GMT -8
What would the exact line be so that I know what I am putting in.
I am sure this is so wrong:
if(location.href.match(/(ion=(display|(pm|calendar)?view|search2|(user)?recent)|error)/)) { document.write('defer="defer" <scr'+'ipt type="text/javascript" src = "http://freelancedev.net/ecreations/codes/build_your_own_mini_profile/v0-2.js" </scr' + 'ipt>'); }
Also, what Eton mentioned about the custom title being buggy or needing a revisal may be part of the issue with that. Money does show up now but since the custom title is broken it may lead into how the contact icons are broken and why Awards do not show up (as awards need customtitle to function.)
It may be easier to see what is going on with the no-avatar thing first and wait to see if the script can get a bit of an update.
It is a bit hard to do do much with a remote hosted code.
Could the award code be modified to use signature in the stead of the custom title area? So many codes try to hook into CT and PT that they get rather scrambled. Initially I had been thinking about doing it but I don't know how Todge would feel about the code being modified..
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 10, 2012 6:21:15 GMT -8
defer goes inside the script tag (inside the document.write)
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Jul 10, 2012 10:53:41 GMT -8
Gotcha, I put it in now. What is that suppose to do exactly - I am quite curious. That loads well, and quickly, but Chris, or someone, needs to fix the hosted script that deals with the custom title and contact icon before we can go further with that part~
I am searching around for the variable name for donate and items to see what I can do with that; and also trying to look up if anyone else had problems with the no avatar thing to see if there is even some sort of solution to that again. The areas will be stretched for the time being until that is fixed - but it is a start to knocking down the remainder of the problems!
You know, now that I remember it, when I was helping a friend of mine make their site with this we had a similar issue with the contact icons messing up.. and it would put in a "url of their avatar location" in the contact area when anyone had a msn icon..
Update: Oh gods! That IS what is breaking the contact icon area!! Anyone that has an MSN account listed causes that to happen, but if you remove it and have other contact things (twitter/facebook/skype) they do not show up. Again, this apparently only happens with people having msn contacts listed.
What the hell....
Thanks so far, I really appreciate this.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 10, 2012 18:52:56 GMT -8
It just delays the script until after the page has loaded. it was the last ditch effore I could think of to make sure the MYOMP code ran after the others did. Im still not sure why the other codes are not in there yet, but I seem to recall the MSN icon causing an issue because its just an image and NOT a link like the other contact icons
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Jul 10, 2012 19:55:32 GMT -8
Ah~ So I wonder why it had been working for a good while but suddenly stopped again. I was reading back on the main thread about the script and the dates were way last year.
As in the remote script does not have them programmed in so that we can use them? I guess I shall wait till it is worked on, regardless. I just wind up disabling the code temporarily while waiting. So it's always there ready to go or be viewed by whoever happens to come across it for debug purposes.
I did contact Todge about the award thing to get it to be moved, she (I think..) will just pm me later.
Does the no avatar thing need a variable or is it suppose to use the normal avatar one to display? I haven't found anything out about that. I was working around debugging the custom text issue a little today; at least up to the point where I can say it is "done" on my end while waiting for the remote source code to be fixed.
Going though all the javascript pages for the Yourshop can be traumatizing without icecream.. (mwahahaha). I found SOME variables that I THOUGHT might work to make the items display or the donate button to hook in but there are like.. five and the random combinations of them really do not work - soooo I guess this may also be a remote source issue where there is no programming for it to hook into those codes to fetch what I want.
Right?
Aahahaha, this is why I work on graphics, for all I know I am not making a lick of sense. However, I have icecream and I will take it and be satisfied that so far things have been slowly being hammered out~
I hope that when this is resolved others can use this script to fix their own problems or use similar scripts together to create their own designs.
Again, thanks, the members on the site have been laughing at how silly things look while working on it.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 10, 2012 20:19:43 GMT -8
checking no avatar script... it SHOULD just put in an avatar that the MYOMP code thinks is a regular avatar and function normally...
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 10, 2012 20:26:56 GMT -8
find this line in avatar code
td.innerHTML=t.replace(re,RegExp.$1+'<br /><img src="'+noAvImg+'" alt="[avatar]" />');
change to
td.innerHTML=t.replace(re,RegExp.$1+'<img src="'+noAvImg+'" alt="[avatar]" />');
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Jul 10, 2012 20:44:50 GMT -8
That did that~
...it's sad when a <br /> causes it to not work. That makes me want to smash my desk into my face a little.
I think, for now, I will hard-code the donation button in until the script is updated.
That literally solves everything that we can do on our end, I believe.
Thanks very much and I will post an update when I hear back from anyone else in the next several days. I do not want to start feeling like I was abusing your wonderful knowledge~.
|
|
inherit
174930
0
Sept 10, 2014 12:02:24 GMT -8
chief95
5
December 2011
chief95
|
Post by chief95 on Aug 20, 2012 10:15:51 GMT -8
How do I post a question?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 20, 2012 17:57:47 GMT -8
click the "create thread" button on the thread listing page, give it a descriptive subject title (per rule #4) and see if anyone replies. if no one replies in 24 hours, you can bump it.
|
|
inherit
189618
0
Jan 25, 2014 11:56:17 GMT -8
Dragon
7
February 2013
dragonb2100
|
Post by Dragon on Feb 21, 2013 22:58:57 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
Edit: I also can't get the custom title to show up either, even though that was already in the code that I put in.
|
|
inherit
189618
0
Jan 25, 2014 11:56:17 GMT -8
Dragon
7
February 2013
dragonb2100
|
Post by Dragon on Feb 23, 2013 0:45:28 GMT -8
Bump! Is there anyone that can help me, or should I just make a new thread?
|
|
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 24, 2013 22:16:08 GMT -8
Yes, you should create a new thread and please provide a link to your forum so we can see what is going on. Feel free to link to this thread in your post if you think it is pertinent.
|
|