evil quick reply

Instead of manually installing evil quick reply, I suggest you use AutoMOD since it is not working right. All you need to do for automod is upload a folder via FTP and then go to the ACP and install it. Which takes a few seconds at the most.

Be sure to make a backup of the forum and read the instructions carefully before installing AutoMOD. Here is the download link if you are interested.

http://code.phpbb.com/projects/list_files/6
 
Havok that's the first time ive seen someone recommend automod...

Don't use automod it's worse then vB 4's bugs on BETA series..

First purge your cache, if that doesn't work try the instructions below:

Make sure you uploaded the correct style files, as they will either be located by default in styles/prosilver(or subsilver)/template instead of styles/yourstyle/template.

Also check your viewtopic_body.html edit(s) and then purge your cache again.
 
Nathan, fixed the problem
Thanks

Also btw, i got it show up in topics & posts
I was just wondering how do i add the "attach sig?" thing near the quick reply so user can have option.

And my quick reply is so huge, it's like double the size in forumpromotion, how i make it smaller?
 
It'll be double the size of FP because FP's is customized.

Which style base are you using, subsilver or prosilver?
 
Im using Prosilver & use the prosilver style to copy & stuff.

Hmm how about the "attach sig?" thing, how i get that up?
 
The attach sig is a different QR, although this QR seems to attach signatures by default.

Anyways to edit the size, open styles/yourstyle/template/posting_qr_body.html

Find:

Code:
<textarea name="message" id="message" rows="10" cols="76" tabindex="2" class="inputbox" style="height:200px; width:99%;"></textarea>

Now, as ive never used this QR before im not too sure, first try editing:

Code:
height:200px;

Change the 200px to something smaller, whatever pleases you.

If that fails find:

Code:
rows="10" cols="76"

Rows controls the width and cols controls the height.
 
In all honesty, I have used automod plenty of times and have not had a problem with it besides a few mode not working. Also it is good for people who have no idea how to manually install phpbb mods.
 
While that may be true, it doesn't always install correctly and 70% of the time, mod related problems in which people have used automod to install are often caused by automod itself.
 
Nathan said:
While that may be true, it doesn't always install correctly and 70% of the time, mod related problems in which people have used automod to install are often caused by automod itself.
Yes, very true. The same can be said for Fantastico, and every other auto installer. They all have problems, but I'm sure they will be fixed sooner or later.
 
Hmmm nathan
I tried what you said
It only reduces the height everything you said but it dont reduce the length/long
 
Did you try:

Code:
rows="10" cols="76"

Rows controls the width and cols controls the height.

?
 
Yeah i tried "height:200px;" & the row & cols you said along with the "width 99%"

i tried them all seperately, do you want me to try all of them at the same time? but i think it will be confusing like that
 
Actually I believe I made a mistake.

Find:

Code:
<textarea name="message" id="message" rows="10" cols="76" class="inputbox" tabindex="2">{MESSAGE}</textarea>

Edit out the rows and cols there, im sure that's it 😛

Sorry.
 
hmm tried

I search for the above code
& edit rows: to 3 & cols: to 6

It reduces the height, but the long stay the same
 
He just wants it smaller, just like FPs.

Edit both the rows and cols of both the lines.
 
Hmm still all it did was change the height
I've changed "rows="10" cols="76"" in both area & still the same.
 
Back
Top Bottom