News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Quick Upload

Started by Elmacik, October 14, 2005, 09:54:53 PM

Previous topic - Next topic

kummy

hi..
i use SMF 1.1 RC1, mm.. i've upload those files manually, but, when i click the 'Additional Options...', it doenst collapse. mm.. anybody help me please, what's going on? Thanks.. ;)

Red

its a great idea for a mod but.....

ive being testing it out and it dosent go back to the topic that you post in,
were as without the mod it does, how can this be corrected?

instead of going back to the topic it just returns to the board.

in my profile i have this option ticked
"Return to topic after posting by default"

Elmacik

#42
kummy, you will have to install the mod first.
After you uploaded it. go to your admin panel, you will see a link that goes to `Packages` section.
When you are there, you will see quick upload is listed. Click to `Apply` link near it. Then you will have it installed.

Red, I didnt notice that. I will try to look into it, thanks for reporting
edit: In my profile, "Return to topic after posting by default" is activated and its successfully working with me...
Home of Elmacik

Elmacik

Because the server is loaded with a 2 days old database, I had to re-update the package.
Quick Upload is updated to version 2.1..
Version 2.0 has serious bugs, please use the new one if you like to go on using.
Unistall the older first!
See the mod page for changelog..
Home of Elmacik

ivo2296

Hi all,

I have installed the mod on SMF 1.0.5 and it works only with the default theme, but my forum uses classic one.

Elmacik

#45
Mod works for classic theme too. Check if you are using the latest version (Quick Upload 2.1)
And if it still doesnt work, I guess you are using a custom theme (maybe based on classic)
Then you will need to add this line to your Post.template.php file :
Find:
   <div id="postMoreOptions">
Add after :
<iframe  name="qupload" src="Upload.html" valign="middle" frameborder="0" scrolling="no" height="80" width="930"></iframe>

Note: As you can see in the screeenshots, I did it in classic too
Home of Elmacik

ivo2296

Thanks,

i just put the

<iframe  name="qupload" src="Upload.html" valign="middle" frameborder="0" scrolling="no" height="80" width="930"></iframe>

in other line in Post.template.php and now is OK. And i redused the width="930" to 700 - fits better to me.

Great mode!!!

edi67

sorry i need your help i installed versione 1.0 and worked fine i installed versione 2.1 and i have problem i cannot see nothing loo pic:

i see only blank windos little

CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Elmacik

edi67,
I guess you are using SMF 1.1 RC1 and didnt read the explanation about it :)
RC1 has a bug about the packages, you have to manually unpack the files.
For Quick Upload 2.1, unzip the Upload.html file into your SMF home directory and it will work ;)
Home of Elmacik

edi67

Quote from: Elmacik on November 03, 2005, 09:09:49 AM
edi67,
I guess you are using SMF 1.1 RC1 and didnt read the explanation about it :)
RC1 has a bug about the packages, you have to manually unpack the files.
For Quick Upload 2.1, unzip the Upload.html file into your SMF home directory and it will work ;)

grr i done all you told me, i uploaded file as you told me but always the same....nothing appear, please help me
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Elmacik

If you are trying with firefox, try clicking "Additional Options" for several times. And try with other browsers.
If still the same, take a look at file permissions and make sure its readable by everyone.. (at least chmod 755 )
Home of Elmacik

crazie

I ran into the problem of the options not showing up as well, and if I just close the "Additional Options" and open it back up they are there.  I use Firefox, but haven't looked at it with IE.

Elmacik

I dont know what the problem is.. As all my tests were successfull with 3 of most used browsers..
(Firefox 1.5, IE 6, Opera 8.5)
Can you please give a link to your forum and provide a test account?
Home of Elmacik

edi67

#53
opps mine fault sorry

work great i made mistaken coz i upload file Upload.html in sources directory and not in "$boarddir"

sorry work great thanx

one question look pic:



is possible not have blank border around the figure (header ) , i have background in my forum
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Elmacik

I see that you have modified the mod according to your needs and it works fine :)
If you have other questions, dont hesitate to ask
Home of Elmacik

edi67

Quote from: Elmacik on November 04, 2005, 05:15:54 AM
I see that you have modified the mod according to your needs and it works fine :)
If you have other questions, dont hesitate to ask

yes i have question:

is possible not have blank border around the figure (header ) , i have background in my forum ?
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Elmacik

Find <iframe in your Post.template.php file and add this inside the tag:

style="background-color: ; "

You can put any color there. If you didnt like this solution, just decrease the width and the height of the iframe in the same place
Home of Elmacik

edi67

Quote from: Elmacik on November 04, 2005, 05:58:05 AM
Find <iframe in your Post.template.php file and add this inside the tag:

style="background-color: ; "

You can put any color there. If you didnt like this solution, just decrease the width and the height of the iframe in the same place

i dont so but..not see it change

<iframe style="background-color: #e5e1e2; "  name="qupload" src="Upload.html" valign="middle" frameborder="0" scrolling="no" height="80" width="660"></iframe></center>';
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Elmacik

Then I think you will need to edit the Upload.html file in your main forum folder.
Into the first line of that file, add:

<body bgcolor=" ">

and add this to the last line:
</body>

Use the color code of your post area.
Btw, remove that </center> tag from your Post.template.php its not really needed.
Home of Elmacik

edi67

Quote from: Elmacik on November 04, 2005, 06:40:11 AM
Then I think you will need to edit the Upload.html file in your main forum folder.
Into the first line of that file, add:

<body bgcolor=" ">

and add this to the last line:
</body>

Use the color code of your post area.
Btw, remove that </center> tag from your Post.template.php its not really needed.

excellent result thanx
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Advertisement: