Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

Issues setting up Flyover

15 Nov 2015 Edited
#1
This issue is marked as solved
Now that I'm in the proper forum, :D , how do I add the social login links/images (as described in Flyover Settings > Login box style) to my "Login to account" signin popup and "Create an account" page? Because as of now they only show up on the "User panel" page under "Miscellaneous" > "Third party integration" section.

PluginLibrary is installed and cURL is enabled (screenshot attached).

I've gone over both https://github.com/Shade-/MyFacebook-Con...umentation and https://github.com/Shade-/MyFacebook-Con...to-install and I'm still having trouble getting everything working correctly.

UPDATE
I noticed that in "flyover_login_box" the only code there was this:
flyover_login_box
Posting this code to "flyover_login_box":
<tr>
    <td class="trow2" style="text-align: center" colspan="2">
        {$lang->flyover_login_box_connect_with}
    </td>
</tr>
<tr>
    <td class="trow1 flyover" style="text-align: center" colspan="2">
        {$buttons}
    </td>
</tr>
from this thread http://www.mybboost.com/showthread.php?tid=4 helped, but the social login links are still not showing up quite correctly.

A bug report screenshot is attached as well.
leefish 15 Nov 2015 Edited Edit Reason: add link
#2
You need to see my post where I asked Shade about the missing template contents. If you look in your theme you will have a template for the login box which is empty.

Lol both editing at the same time :)

What is the issue re not showing quite correctly?
Shade 15 Nov 2015
#3
For what concerns styling, if you are using an edited theme you can edit the css and html as well (they are loaded as flyover.css and Flyover templates in every theme within the installation routines). Please note that the plugin was corrupted and has been updated. You can download the correct version in the download thread: uninstall the plugin, reupload overwriting the old files and install again. If you have already set up some providers, you can export the saved settings using the Export tool in Flyover's panel before uninstalling the plugin and import them once you have the new version running.

Download one of the reports and post it as an attachment here. I will check what is wrong with that, which seems like a misconfiguration error.
PipiShortstocking 15 Nov 2015
#4
You need to see my post where I asked Shade about the missing template contents. If you look in your theme you will have a template for the login box which is empty. Paste in the code from this post.


http://www.mybboost.tk/showthread.php?ti...d=11#pid11

Lol both editing at the same time :)

What is the issue re not showing quite correctly?
leefish (15 Nov 2015)
"Lol both editing at the same time :)"

I guess that makes us "editing soulmates", lol! :P

I read and implemented the code from your post already, so thank you for that. I am one step closer now. Before that, the social login icons weren't showing up at all.

At the moment, the biggest issue is that the social login icons are showing up so big they won't even fit on the page, and too many icons are showing up, even one's I haven't set up/configured yet.

For what concerns styling, if you are using an edited theme you can edit the css and html as well (they are loaded as flyover.css and Flyover templates in every theme within the installation routines). Please note that the plugin was corrupted and has been updated. You can download the correct version in the download thread: uninstall the plugin, reupload overwriting the old files and install again. If you have already set up some providers, you can export the saved settings using the Export tool in Flyover's panel before uninstalling the plugin and import them once you have the new version running.

Download one of the reports and post it as an attachment here. I will check what is wrong with that, which seems like a misconfiguration error.
Shade (15 Nov 2015)
Thanks Shade! I will implement and report back.


Since re-installing the plugin everything is working much better now. Facebook login still doesn't work, though, and I can't attach the bug report to this message, when I try I get error:
"Please correct the following errors before continuing:
  • The type of file that you attached is not allowed. Please remove the attachment or choose a different type."
The bug report is in ".xml" format.
Shade 15 Nov 2015
#5
Sorry about that. Xml files are now allowed.
PipiShortstocking 15 Nov 2015
#6
No problem. You can view the bug report here:
https://drive.google.com/file/d/0B2QTL61...sp=sharing
Shade 15 Nov 2015
#7
I am going offline for some hours. I will analyze the issue once I get back with a WiFi connection.
PipiShortstocking 15 Nov 2015
#8
Sounds good. See you then.
Shade 16 Nov 2015
#9
Download the attachment and upload it in /inc/plugins/Flyover/hybridauth/Hybrid/thirdparty/Facebook folder, overwriting the old file. Then test it again and post eventual reports here.
PipiShortstocking 16 Nov 2015
#10
[ATTACHMENT NOT FOUND]

Attachment uploaded and tested. New bug report is attached.

Screenshot of error I get is also attached.