Giter VIP home page Giter VIP logo

mybb-thread-preview's Introduction

David Gonçalves

GitLab Bitbucket StackOverflow

  • M.Sc. in Computer Science and Engineering @ IST
    • Cyber-Security
    • Distributed Systems
  • Primary language: C++
  • Secondary languages: Python, JavaScript
  • Primary editor: VS Code
  • Secondary editors: CLion, Qt Creator, IntelliJ, JuCi++
  • Current interests: C++, Cyber-Security, DevOps
  • Secondary interests: Python, Qt, Compilers, Networking, Databases, Distributed Systems, Web
  • Hobbies: Calisthenics, Cooking, Reading (history, religion, philosophy, health, nutrition), Anime, Guitar
  • Music: Classical music, calm piano music, and synthwave, to name a few.

Selected Projects

Most of my open source projects can be found on my GitLab.

Personal:

Academic:

Professional:


GitHub Statistics

General stats Top languages


Contribution Graph

github-snake

coffee

mybb-thread-preview's People

Contributors

mangad avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

rudde0 eisteed

mybb-thread-preview's Issues

It Doesn't Work

Followed the tutorial but it doesn't work. I've not missed anything or done anything wrong, I think. In the forum display page I only see topics names and onmouseover="make_visible(25)" onmouseout="make_hidden(25)" besides them. Running freshly installed 1.8.27 with no other mods other than this one.

Incompatibility with Endless plugin

Hey, really cool plugin works great but is there any way of making this compatible with endless plugin ?
https://community.mybb.com/mods.php?action=view&pid=1439

I'm using it for an infinite scroll in threadlist, this is the SQL error I get when endless try to load the other threads when scrolling (line 100 in threadpreview.php) :

SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 5
Query: SELECT t.tid, t.firstpost, p.message
			FROM mybb_threads t
			LEFT JOIN mybb_posts p
			ON(t.firstpost=p.pid)
			WHERE t.tid IN()
Back Trace: #0  errorHandler-
Query: SELECT t.tid, t.firstpost, p.message
			FROM mybb_threads t
			LEFT JOIN mybb_posts p
			ON(t.firstpost=p.pid)
			WHERE t.tid IN(), , 0) called at [public_html/inc/class_error.php:203]
#1  errorHandler-
			FROM mybb_threads t
			LEFT JOIN mybb_posts p
			ON(t.firstpost=p.pid)
			WHERE t.tid IN())) called at [public_html/inc/db_mysqli.php:601]
#2  DB_MySQLi-
			FROM mybb_threads t
			LEFT JOIN mybb_posts p
			ON(t.firstpost=p.pid)
			WHERE t.tid IN()) called at [public_html/inc/db_mysqli.php:337]
#3  DB_MySQLi-
			FROM mybb_threads t
			LEFT JOIN mybb_posts p
			ON(t.firstpost=p.pid)
			WHERE t.tid IN()) called at [public_html/inc/plugins/threadpreview.php:100]
#4  threadpreview_preview() called at [public_html/inc/class_plugins.php:142]

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.