TinyPortal

Development => Support => Topic started by: nipun_jain on September 28, 2006, 12:06:15 PM

Title: Quote / Reply Problem
Post by: nipun_jain on September 28, 2006, 12:06:15 PM
Using SMF 1.1RC3 + TP 0.9.5
I have a problem using quote and modify buttons on the top side of the post. Whenever I click on any of these button, a big wide green bar with the word loading appears on the top of the browser and nothing happens.
Any ideas as to what is wrong? These button used to work when i was using smf 1.1 rc2 and tp 0.8.6.
Please refer to the screenshot for more info. I have encircles (or rather rectangled  ;)) the culprit buttons.
Title: Re: Quote / Reply Problem
Post by: rctxtreme on September 28, 2006, 12:12:16 PM
Firstly, there is no such thing as a quick modify button unless you have such a modification installed that adds such a feature. When you say on top of the browser, this is not enough. Please give us a screenshot or at least where the bar appears, in the web page or the browser as a window. You also do not state what versions you have, which are helpful in letting me and others narrow down your problem.
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 28, 2006, 12:22:12 PM
Edited the first post.
Title: Re: Quote / Reply Problem
Post by: G6Cad on September 28, 2006, 12:24:53 PM
Not a TP issue, you have to seek help on the forum issues on simplemachines, this is TinyPortal support forum ;)
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 28, 2006, 12:31:19 PM
Okay, so I will post it there.
Title: Re: Quote / Reply Problem
Post by: IchBin on September 28, 2006, 02:25:56 PM
You should probably check to see if it happens on other themes. If not, then ask the theme Author.
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 28, 2006, 09:17:30 PM
No, this is not a theme specific problem. I get the same even with the default theme, and in all browsers. Not getting much help in the smf forums also. If someone has any idea about this, please reply.
Title: Re: Quote / Reply Problem
Post by: rctxtreme on September 28, 2006, 09:34:36 PM
Did you get a clean install? Because when I upgraded rc3 didn't have all the features, so there may be a chance the upgrade caused this to happen.
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 29, 2006, 09:22:03 AM
Yes, I have upgraded. What features are not available?
Title: Re: Quote / Reply Problem
Post by: gamesmad on September 29, 2006, 09:43:42 AM
Have you tried using another browser?

Will
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 29, 2006, 10:35:12 AM
Quote from: nipun_jain on September 28, 2006, 09:17:30 PM
No, this is not a theme specific problem. I get the same even with the default theme, and in all browsers. Not getting much help in the smf forums also. If someone has any idea about this, please reply.
Title: Re: Quote / Reply Problem
Post by: IchBin on September 29, 2006, 01:32:20 PM
You see anything in the error log after you click those buttons?
Title: Re: Quote / Reply Problem
Post by: eldacar on September 29, 2006, 02:55:10 PM
Are you getting any Javascript errors?
Title: Re: Quote / Reply Problem
Post by: feline on September 29, 2006, 03:02:34 PM
This comes, if the XML header not on first line of document.

You have any MOD installed?

Fel
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 29, 2006, 03:48:55 PM
No, I don't get any errors in the forum error log.
Regarding the MODs, here is the list:

1.   Who Voted What?   1.1     [ Uninstall ] [ List Files ] [ Delete ]
2.   Merge Double Posts   1.0.5     [ Uninstall ] [ List Files ] [ Delete ]
3.   Profile Comments   1.1     [ Uninstall ] [ List Files ] [ Delete ]
4.   Googlebot & Spiders Mod   2.0.2     [ Uninstall ] [ List Files ] [ Delete ]
5.   LogModAccountEdits   1.6     [ Uninstall ] [ List Files ] [ Delete ]
6.   Global Announcements   1.0     [ Uninstall ] [ List Files ] [ Delete ]
7.   Member list by registration   1.0     [ Uninstall ] [ List Files ] [ Delete ]
8.   TinyPortal   0.95     [ Uninstall ] [ List Files ] [ Delete ]
9.   FelBlog   0.81b     [ Uninstall ] [ List Files ] [ Delete ]
10.   SMF Arcade   1.3.0-MOD-E1.3     [ Uninstall ] [ List Files ] [ Delete ]
11.   Gmail Field   1.1     [ Uninstall ] [ List Files ] [ Delete ]
12.   Gender On Registration   1.0     [ Uninstall ] [ List Files ] [ Delete ]
13.   Custom Profile Field Mod   3.15     [ Uninstall ] [ List Files ] [ Delete ]
14.   PM On Registration   1.0.2     [ Uninstall ] [ List Files ] [ Delete ]
15.   Users Online Today Mod   1.4.0b3
Title: Re: Quote / Reply Problem
Post by: IchBin on September 29, 2006, 04:10:09 PM
So has this been a problem that has just popped up? Did this happen after you installed a mod? Something has had to of changed to make this not work. As Eldakar has asked, Do you get any errors in your browser?
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 29, 2006, 05:02:22 PM
I noticed this after I updated tp and smf combo and consequently re installed all the mods. The only peculiar thing I can see is the loading message on the top. Where else do I check the browser error log?
Title: Re: Quote / Reply Problem
Post by: Max on September 29, 2006, 05:12:06 PM
Quote from: nipun_jain on September 28, 2006, 12:06:15 PM
I have a problem using quote and modify buttons on the top side of the post. Whenever I click on any of these button, a big wide green bar with the word loading appears on the top of the browser and nothing

I noticed this green bar after i upgraded to SMF 1.1 RC3,
However it only showed for me when i 'quoted' a post using the quicky reply.

default/index.template.php


// The following will be used to let the user know that some AJAX process is running
echo '
<div id="ajax_in_progress" style="display: none;', $context['browser']['is_ie'] && !$context['browser']['is_ie7'] ? 'position: absolute;' : '', '">', $txt['ajax_in_progress'], '</div>


Try removing that code?
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 29, 2006, 05:29:12 PM
Okay, the green bar disappeared. But on clicking the quote button, it just scroll downs to the quick reply area which is empty whereas it should have the quoted text. This was a problem before removing the above code also. Thanks Max for the help.
Title: Re: Quote / Reply Problem
Post by: rctxtreme on September 29, 2006, 09:55:35 PM
as far as I'm concerned, now that i used a clean rc3 install, i feel that it is slightly different, so I can't really say... perhaps it's because some new RC3 features are off by default when you upgrade...
Title: Re: Quote / Reply Problem
Post by: eldacar on September 30, 2006, 04:39:54 AM
Use Firefox, and go to Tools -> Javascript Console and see if you get any javascript errors.
Title: Re: Quote / Reply Problem
Post by: feline on September 30, 2006, 02:45:33 PM
I see the problem product  ??? ...

9.   FelBlog   0.81b     [ Uninstall ] [ List Files ] [ Delete ]

That need a Upgrade or remove.

Fel
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 30, 2006, 03:13:17 PM
Isn't this the latest version. I though I installed this after waiting for you to release a new 0.9.5 compatible version. Will I remove all the previous blogs?
Title: Re: Quote / Reply Problem
Post by: whoesa on September 30, 2006, 03:28:49 PM
I had a simular problem when i installed Felblog at first.
 
Look on her site, there is an update for latest version that fixed some bugs though.
Title: Re: Quote / Reply Problem
Post by: feline on September 30, 2006, 05:03:47 PM
Latest upgrade is 0.81-r2.
Download on my site ....

Fel
Title: Re: Quote / Reply Problem
Post by: nipun_jain on September 30, 2006, 05:43:49 PM
Thanks Feline, your upgrade made it work. I tried uninstalling many which I thought could be causing the problem, never thought it would be Felblog.