News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

AJAX Instant Quick Reply

Started by SlammedDime, May 29, 2008, 06:59:11 PM

Previous topic - Next topic

jossanaijr

Quote from: jossanaijr on June 07, 2008, 04:04:21 PM
Hi SlammedDime,
any news about the use of Ad Management Mod?
Quote from: SlammedDime on June 07, 2008, 04:18:24 PM
jossanaijr - post Display.template.php from your board.  xml_topic.js too.
Quote from: jossanaijr on June 07, 2008, 04:26:29 PM
Quote from: SlammedDime on June 07, 2008, 04:18:24 PM
jossanaijr - post Display.template.php from your board.  xml_topic.js too.
OK but I only can do it tomorrow. No FTP right now. Thanks.
Quote from: jossanaijr on June 08, 2008, 08:39:32 AM
Quote from: SlammedDime on June 07, 2008, 04:18:24 PM
jossanaijr - post Display.template.php from your board.  xml_topic.js too.
Quote from: jossanaijr on June 08, 2008, 05:15:45 PM
Quote from: SlammedDime on June 08, 2008, 02:22:28 PM
jossanaijr - Here you go.  Give these two a shot.  That should do it for you.
Yes. Fixed!  Thank you very much! Great!

Hi SlammedDime,
I'm having an error and not sure if it is because of this mod.
When posting a reply, the reply is shown before the last post (like 1,2 -> 1,3,2).  When I reload  the page it changes to the correct sequence (1,2,3).
I did not uninstall it yet because I'll have to do it manually.  What do you think?

xakiru

Quote from: SlammedDime on October 31, 2008, 12:51:24 PM
Did you enable quick reply?  Did you make an attempt to edit Display.template.php?
Thank you for replying fast ...well , for enabling quick replys i have no idea where can i find this obtion , i searched for it in all administrator's tools but in vain .... i dunno how can i activate it.
about editing the Display.template.php, no i did not...
Sorry for my bad English
Personal: www.xakiru.com [nofollow] | Private RO Server: www.sublimero.com [nofollow] |
Working at: www.Divisi0n.com [nofollow]

jossanaijr

Quote from: xakiru on October 31, 2008, 08:26:58 PM
Quote from: SlammedDime on October 31, 2008, 12:51:24 PM
Did you enable quick reply?  Did you make an attempt to edit Display.template.php?
Thank you for replying fast ...well , for enabling quick replys i have no idea where can i find this obtion , i searched for it in all administrator's tools but in vain .... i dunno how can i activate it.
about editing the Display.template.php, no i did not...
Sorry for my bad English

Admin/Current Theme/Reset Options/Reset all members' current options for this theme/Use quick reply on topic display

tyhgdgh

ho do i add BBC, the color BBC i installed was some how added to the Quick reply

xakiru

Thank you so much , it's working great ... i didn't know where to edit these things ... very helpfull
And thank you again for this awsome mod !!!
Personal: www.xakiru.com [nofollow] | Private RO Server: www.sublimero.com [nofollow] |
Working at: www.Divisi0n.com [nofollow]

Özgür

So Long

SlammedDime

No, there won't be any more updates until 2.0 RC 1 is released, or maybe even RC 2 depending on the states of the templates.  I know they are in the process of still converting to a semantic flow, so it will hinge on that.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

adamcanada

I went ahead and installed this using the package manager but am not seeing any changes to my theme. I was looking for what I may need to edit in my templates but do not see anything provided. Any ideas?

SlammedDime

If your theme has it's own Display.template.php, you'll need to make the edits to that file that are prescribed in the manual install instructions that you can view by selecting your version of SMF from the dropdown menu on the mod's download page, then clicking submit below that.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

jossanaijr

bumping...
Quote from: jossanaijr on October 31, 2008, 05:45:04 PM
Quote from: jossanaijr on June 07, 2008, 04:04:21 PM
Hi SlammedDime,
any news about the use of Ad Management Mod?
Quote from: SlammedDime on June 07, 2008, 04:18:24 PM
jossanaijr - post Display.template.php from your board.  xml_topic.js too.
Quote from: jossanaijr on June 07, 2008, 04:26:29 PM
Quote from: SlammedDime on June 07, 2008, 04:18:24 PM
jossanaijr - post Display.template.php from your board.  xml_topic.js too.
OK but I only can do it tomorrow. No FTP right now. Thanks.
Quote from: jossanaijr on June 08, 2008, 08:39:32 AM
Quote from: SlammedDime on June 07, 2008, 04:18:24 PM
jossanaijr - post Display.template.php from your board.  xml_topic.js too.
Quote from: jossanaijr on June 08, 2008, 05:15:45 PM
Quote from: SlammedDime on June 08, 2008, 02:22:28 PM
jossanaijr - Here you go.  Give these two a shot.  That should do it for you.
Yes. Fixed!  Thank you very much! Great!

Hi SlammedDime,
I'm having an error and not sure if it is because of this mod.
When posting a reply, the reply is shown before the last post (like 1,2 -> 1,3,2).  When I reload  the page it changes to the correct sequence (1,2,3).
I did not uninstall it yet because I'll have to do it manually.  What do you think?


chris71823

You should make this functional for 1.1.6

SlammedDime

It should work for 1.1.6 without.

jossan - can you post your xml_topic.js file please.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

jossanaijr


SlammedDime

Open up that file locally, and find this block of code

// Otherwise, the post was successful so lets add it in.
else if (post) {
myRow = myTable.insertRow(myTable.rows.length-2);
myCell = myRow.insertCell(-1);


change myTable.rows.length-2 to myTable.rows.length-1
And see if that fixes it.

I recall having to modify that as such because you had ad management installed.  Have you made changes to ad management??
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

jossanaijr

Quote from: SlammedDime on November 05, 2008, 07:07:28 PM
Open up that file locally, and find this block of code

// Otherwise, the post was successful so lets add it in.
else if (post) {
myRow = myTable.insertRow(myTable.rows.length-2);
myCell = myRow.insertCell(-1);


change myTable.rows.length-2 to myTable.rows.length-1
And see if that fixes it.
It did not fix it.
Quote
I recall having to modify that as such because you had ad management installed.  Have you made changes to ad management??
No changes.

SlammedDime

Did you clear your cache?  Javascript files are normally cached by the browsers.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

jossanaijr

#476
Clear now but no changes...

jossanaijr


SlammedDime

Can you give me a link and test account again?
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

setthedark

I got a problem, i installed it on 1.1.7 , well it show that its installed and it gives a green light.
But i cant see a link to configuring this mod!
Any advice?

Advertisement: