Sub Menu
Links Menu
Online Users

In total there are 319 users online :: 3 registered, 0 hidden and 316 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

Quick Quote

IntegraMOD 141 Themes

Moderator: Integra Moderator

Quick Quote

PostAuthor: Blue-Blood » Mon May 05, 2008 11:07 am

How do I make the quick quote button to a image button
Thanks
Last edited by Blue-Blood on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Blue-Blood
Integra Member
Integra Member
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 04, 2006 8:46 pm
Cash on hand: 0.00
Location: Louisville KY

Re: Quick Quote

PostAuthor: found it » Thu May 08, 2008 12:59 am

off the top of my head no idea... not that that is a lot of help...

though I thought I would have a go...

open viewtopic.php and find

Code: Select all
        $quick_quote = '<input>  ';


replace with

Code: Select all
        $quick_quote = '<img src="templates/YOUR-TEMPLATE/images/lang_english/YOUR-IMAGE"' . $lang['Quick_quote'] . '"  onClick="addquote(' . $postrow[$i]['post_id'] . ');" />  ';


remember to change the code which I have highlighted

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 3:29 am
Cash on hand: 0.00

PostAuthor: Blue-Blood » Thu May 08, 2008 7:53 pm

OK this is just basic html, input type would have to be image. Then you just drop the class="button" and add the image....


$quick_quote = '<input type="image" src="templates/YOUR-TEMPLATE/images/lang_english/YOUR-IMAGE"' . $lang['Quick_quote'] . '" onClick="addquote(' . $postrow[$i]['post_id'] . ');" /> '; }

Thanks budy
Last edited by Blue-Blood on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Blue-Blood
Integra Member
Integra Member
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 04, 2006 8:46 pm
Cash on hand: 0.00
Location: Louisville KY

Re: Quick Quote

PostAuthor: found it » Fri May 09, 2008 1:51 am

so does that mean you could have just sorted it yourself...?

would have saved me my time if you know what you are doing...

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 3:29 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot]