MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Zinga - I just installed the new version (1.61) on a new forum - install not upgrade - and as a test of the system I set up the image gallery using the templates from the gallery setup.

I made the custom field as is outlined in that set up (so no custom error) , and all seems to be working - except I cannot actually POST the thread. The templates show as expected and the threadfield is visible in the Edit post and new thread but I cannot post the post. The image is set to everyone allowed and I allow blank messages - still the SUBMIT button seems to be doing nothing.

Can you maybe give a pointer as to what I am doing wrong? I did not upload the files to the FTP myself, the site owner did that.
Dear bro.dont speak like that.
Sorry for my words and if i hurt u.
U guys doing excellent work.
Salute to u guys.
Sorry
(11-20-2012 01:08 PM)leefish Wrote: [ -> ]I made the custom field as is outlined in that set up (so no custom error) , and all seems to be working - except I cannot actually POST the thread. The templates show as expected and the threadfield is visible in the Edit post and new thread but I cannot post the post. The image is set to everyone allowed and I allow blank messages - still the SUBMIT button seems to be doing nothing.
I'm guessing you're referring to this gallery?
If so, I can't seem to reproduce.  The example here uses the same code.

So what does the submit button do?  Send you to a blank page?  Show an error?  Or do absolutely nothing?
What happens if you preview post instead?

(11-20-2012 01:30 PM)WINBOY Wrote: [ -> ]Dear bro.dont speak like that.
Sorry for my words and if i hurt u.
I went overboard there.  Just that people who don't read, post in all capitals for attention, constantly demand help etc doesn't rub me in the right way.
My apologies.
ZingaBurga - I think it was my ISP doing something to me. I have had issues with them all week, and today - I tried to add an attachment and it worked. Up until this morning I was unable to access any https connections, but today I could and the file uploaded fine. The site I am working on is not a https site though.

For the record (in reply to your question)

ZiNgA BuRgA Wrote:So what does the submit button do?  Send you to a blank page?  Show an error?  Or do absolutely nothing?
It did absolutely nothing.

ZiNgA BuRgA Wrote:What happens if you preview post instead?

It did absolutely nothing. The submit button just changed on the hover state and that was it. All very odd but now working fine.
I see.  Looking at your hostname, it looks like your ISP is pushing you through a proxy - I suppose it was that then.
Yes, I am sorry to have wasted your time, thank you for looking into it. I will be doing a lot of testing before I push this  version over to leefish though.
Hey there~  I am having the same problem as Lee, I told a friend to test it out and see if the problem was just me but when he tried to post a thread, the submit button didn't work, neither did the preview button or save as draft. Using the same gallery method posted here.

And I keep getting this error
"Error attaching file for "Image"; Could not fetch specified URL - the server returned 302 Found"
(11-26-2012 10:55 PM)FullMetalBabe Wrote: [ -> ]Hey there~  I am having the same problem as Lee, I told a friend to test it out and see if the problem was just me but when he tried to post a thread, the submit button didn't work, neither did the preview button or save as draft. Using the same gallery method posted here.
Does anything happen with Javascript disabled?  Which browser are you using?

(11-26-2012 10:55 PM)FullMetalBabe Wrote: [ -> ]And I keep getting this error
"Error attaching file for "Image"; Could not fetch specified URL - the server returned 302 Found"
Can you post an example URL which does this?
When I disable the JS I could upload the file fine from my computer but it requires me to enter a url for a picture and when I do the same error keeps popping up. When I used a photobucket image link it worked but only showed the Photobucket image - not the one uploaded from my computer.

http://i.minus.com/iN0P4V5dJhcOl.jpg is one of the pics I tried with.

edit: Also without JS I don't get the endless loading circle when I post from quick reply.

Edit #2: Forgot to mention, lol. The upload worked on Firefox (computer upload) with the JS active, but I got a endless loading when I used quick reply. I used Chrome originally, though. Nothing worked there with JS active.
Thanks for testing.

(11-27-2012 09:21 AM)FullMetalBabe Wrote: [ -> ]http://i.minus.com/iN0P4V5dJhcOl.jpg is one of the pics I tried with.
Grr, cURL (and fopen wrapper for that matter) doesn't properly do redirects (and they don't mention it in their documentation).
If you use the correct URL, http://i5.minus.com/iN0P4V5dJhcOl.jpg it should work, but I'll need to look at seeing if I can fix up the automatic redirect detection.

(11-27-2012 09:21 AM)FullMetalBabe Wrote: [ -> ]edit: Also without JS I don't get the endless loading circle when I post from quick reply.
Are you sure this is an issue with XThreads?

(11-27-2012 09:21 AM)FullMetalBabe Wrote: [ -> ]Edit #2: Forgot to mention, lol. The upload worked on Firefox (computer upload) with the JS active, but I got a endless loading when I used quick reply. I used Chrome originally, though. Nothing worked there with JS active.
Chrome broke something in their newer versions it seems.  I tested with an older version and it seemed to work fine...

(11-27-2012 09:21 AM)FullMetalBabe Wrote: [ -> ]When I used a photobucket image link it worked but only showed the Photobucket image - not the one uploaded from my computer.
That's odd though.  If you enter both an URL and a file, it always prefers the file.  Works as intended in Chrome from the test I just performed.
Chrome's issue is that it requires a valid URL to be entered, even if there's no URL field (since you chose to upload a file rather than URL fetch), and thus falls on itself when you try to click a submit button.  So you should be able to upload a file if you fill the URL field in with something that's a valid URL.
Reference URL's