Filippo Bodei
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Translation in menu don't workSame menu issue here (WP 4.5).
@emiliepad my pages are translating correctly
It seems that something is breaking the menu with the 4.5 update.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Page is refreshingFixed.
#comments was missing at all when no comment was present.
A quick mod to my theme and now all works perfectly.Thank you for the help you provided before. I don’t know why but I was not seeing the warning in my console.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Page is refreshingHey, thank you!
Now that I fixed the php extract() warning I’m back with my original situation: plugin works fine only if there is one or more comment already present in the post, otherwise page is still refreshing.Hope you can look once more.
Regards
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Page is refreshingpm sent, thank you
Forum: Networking WordPress
In reply to: Multisite gaming network suggestionI think is possible too, in a way or another. What I’m more concerned about is scalability.
I’m going to have maybe tens of games with level editor, each with his own site (multisite factor) containing this way thousasnds of posts/levels.
Is 10k – 100k posts too much to handle for a single multisite installation?Forum: Networking WordPress
In reply to: Multisite gaming network suggestionBasically I need the exact functions that came with a standard post, plus the ability to link it with an id number relative to the user generated level.
Displaying that post I can query the db where all levels are stored and retrieve the one with the same id number, bounding this way the level with his own post.Forum: Networking WordPress
In reply to: Multisite gaming network suggestionYes, I suppos. Every user will be able to create a post (automagically, inside the game, when a new level is created and saved) in which there is the playable level, a description ecc, so that it is commentable by other users, votable and trackable in user activities using buddypress.
This is what I would like to achieve. Don’t know much about wordpress yet to see if it is doable and scalable or if it is a totally wrong way to manage things for wathever reason.Forum: Networking WordPress
In reply to: Multisite gaming network suggestionok, maybe this is not the correct section because what I really need to know is if using a single post for each user generated level is a good solution or a waste of resource. Multisite is totally a feature I intend to use, but it is not my primary concern right now.
Anyone can help me understan if this is the way to go or I have to post in another section?
Thank you