2
« on: February 13, 2008, 04:43:05 PM »
Hi.
I have a problem to fit in Step 3. I found "<body" and I found no "somestuff".
The line I found "<body" was this: <body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475onLoad="{mupload_onload)">
If I fit in the necessary part, is this right? <body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475onLoad="{mupload_onload)">
Or what do I have to do?
Greetnings,
infors.
Step 3
Open templates/<youre template>/header.html
Find <body (that line might contein other stuff)
Now, look if in that tag present onLoad="" (probably if its present it has some stuff between the quotes)
If you found one, then right after first quote add: {mupload_onload} tag. (i.e. if you found something like this:
Code:
<body onLoad="somestuff();">then after modification it should look like this:
Code:
<body onLoad="{mupload_onload} somestuff();">If you did not have any onload="" thing, then simply add one, after space after <body (as in the example above, but without somestuff(); )
And one more question. How kann I copy and past the name of the pictures? Everytime I try I got the Copyright popup. Do you have any idea?