Enhanced Quick Reply (Default Theme)

Started by Kirby, December 20, 2004, 02:28:25 PM

Previous topic - Next topic

Iamnew

Quote from: pcigre on January 11, 2006, 06:49:24 PM
First you must have quick replay enableb.

sorry I am ignorant, but how do i have quick replay enable as I can not find in the admin area :'(


Brando16

Thanks.  I got the quick reply workin', but I don't see the enhancements.  Do I have to enable it somewhere within my SMF Aqua theme?

Iamnew

Quote from: pcigre on January 12, 2006, 10:00:23 AM
hxxp:www.yoursite.com/forum/index.php?action=profile;u=2;sa=theme [nonactive]


it means every member can enable/disable quick reply? is there a way that quick reply only can enable/disable by administrator ? ???

Kirby

Quote from: Iamnew on January 12, 2006, 05:09:02 PM
Quote from: pcigre on January 12, 2006, 10:00:23 AM
http://www.yoursite.com/forum/index.php?action=profile;u=2;sa=theme


it means every member can enable/disable quick reply? is there a way that quick reply only can enable/disable by administrator ? ???
Yes, you can adjust that in the theme area of the admin panel.

Iamnew

Quote
Yes, you can adjust that in the theme area of the admin panel.
Really I am new on this, i am using hellios multi theme,and i can not find this option.
Thanks :(

Kirby

Go to admin => Current Theme => Reset Options => Reset all member's current options for this theme

Then change it here for guests:
Reset default (guest) options for this theme


ladyshanae

I've had this mod installed on my board for ages and never seen the BBC code or smilies.  Any clue why this might be happening?

Kirby

Did you install the new version in this topic?

wastedBen

Is there a way to install this mod on a different theme?

ufuk.exe

#31
Hello..
I am using this but... the IMG tag is automatically included with HTTP:// (makes it [img]http:// for no reason)

1) I don't want ti include http when I click IMG button..
how can I edit this, so It doesnt include http?

2) TAB will go back to the begining of the site, is there a way to change TAB to go directly to POST (reply) so when you hit space it posts..

Or i have to start using ALT+S (gotta get used to it)

--OK, i am having problems with URL and FTP links as well
because when I click on LINK it puts it as [URL= and does not end with another side bracket
www.34tr.com - Nostalgia Istanbul
www.jeepprojects.com - Jeep Projects

That's It Simple Machines Forum,
It just couldn't be simpler.

ufuk.exe

#32
Done it myself.

Open Display.template.php
find:

'img' => array('code' => 'img', 'before' => '[img]http://', 'after' => '[/img]', 'description' => $txt[435]),
'url' => array('code' => 'url', 'before' => '[url=http://', 'after' => ']', 'after' => '[/url]', 'description' => $txt[257]),



(A) change to (if HTML LINKS enabled) (needs working on it a bit..)
'img' => array('code' => 'img', 'before' => '[img]', 'after' => '[/img]', 'description' => $txt[435]),
'url' => array('code' => 'url', 'before' => '<a href="', 'after' => '>', 'after' => '</a>', 'description' => $txt[257]),


OR (B) if HTML LINKS disabled (works)

'img' => array('code' => 'img', 'before' => '[img]', 'after' => '[/img]', 'description' => $txt[435]),
'url' => array('code' => 'url', 'before' => '[url]', 'after' => '[/url]', 'description' => $txt[257]),
www.34tr.com - Nostalgia Istanbul
www.jeepprojects.com - Jeep Projects

That's It Simple Machines Forum,
It just couldn't be simpler.

ufuk.exe

#33
The first one didn't work, maybe because of <> tags..
but second one works.. if you wanna use URL tag and not <a   tag.
www.34tr.com - Nostalgia Istanbul
www.jeepprojects.com - Jeep Projects

That's It Simple Machines Forum,
It just couldn't be simpler.

fiver

#34
There are errors with the following buttons:
url
ftp
table
tr
td
list

I've fixed it on my website, but I can't post the correction to the errors here as the table tags kept messing up, even when I use nobbc tags here. ::)

ufuk.exe

fivearts,
didn't you just remove the extra "ADD AFTER" s in the code.
That worked fine, pls see my fix above.

What I wanted to is turn them into HTML A HREF instead of URL tag..
any idea?
www.34tr.com - Nostalgia Istanbul
www.jeepprojects.com - Jeep Projects

That's It Simple Machines Forum,
It just couldn't be simpler.

fiver

The only way I can think of is to use bbc code [html]. Like this

'url' => array('code' => 'url', 'before' => '[html]<a href=', 'after' => '></a>[/html]', 'description' => $txt[257]),

When user clicked on the URL button, the code will be
[html]<a href=></a>[/html]

:)



The 12th Doctor

Just installed this, but how do i get this to show on my boards, cant see any options enable or disable.....any help would be greatly appreciated.
The Doctors Companion - http://www.doctorscompanion.net

ufuk.exe

check your admin panel
and please note that it shows up on DEFAULT THEME only,
or any other theme that uses default index or default's php's..

to enable, you have to ENABLE quick reply "Show" ON/OFF/ON BY DEFAULT from your panel.
www.34tr.com - Nostalgia Istanbul
www.jeepprojects.com - Jeep Projects

That's It Simple Machines Forum,
It just couldn't be simpler.

scoobyx

Powered by SMF 1.1 RC2 , Tried to install the package with default core theme.

Applied the package and was presented with the following error

Execute Modification     ./Themes/default/Display.template.php     Test failed

Any help would be much appriciated, Thank you.

Advertisement: