New job, over worked, long commute.... no time
I haven't even been on these forums in.... awhile lol.
But, that's changing in a few weeks here. Work/support for my connect hook will resume shortly.
As this sends all tables in one query, even if the php script itself were to timeout the mysql process should continue to run. If anyone wishes to test and finds otherwise, please do share
You mean like this? http://svmods.com/images/screenshots/fbc-new-user.gif Already there. Yes, you can change the line to use the other fb image sizes, but keep in mind that their image sizes are not defined. Width, yes. Height.... nope. That's why everyone always sticks to the default 50x50 square.
Removed body of previous post as there is clearly some other issue here. Pm me a list off all mods and current phpbb version that you have installed on your board. Peter, if you could do the same please. There's something common between your boards that is causing this issue. The hook is working per...
So much easier when I can see it myself. Everything I said above/before is valid about the javascripts. ( content removed as apparently incorrect... looking further into it now. ) For everyone.... If you had any of the previous attempts at a phpbb connect mod installed on your boards, don't just rem...
Sounds to me like you added something that has status: true in the fb js, show me and I'll let you know. I can't tell anyone without seeing it myself. If you have another fb js script on your page, like if you copy/pasted the fb js from fb itself, or perhaps used a like button mod from another part...
Yes, almost all these third party js features use ajax. That's not my js: it's facebooks. I don't really think that's the issue you're seeing though: it sounds to me like css and can be handled in the templates. i noticed some page dancing and wrapped it with a div container with the height defined:...
Demo/tests showed that tweet counts didn't start showing up on forum/topic pages until i rewrote the urls (removed the ?f=x&t=y portion, rewrote to fxty.htm in test). Tweet counts started after the test. So yes, it means that right now, without a url rewrite mod the twitter tweet counts will not...
Omfg. I setup temp mod rewrite for custom url without get vars to use in tweet button to test if it was the dynamic urls that were impacting tweet counts, as i have yet to see a count on any viewtopic or viewforum page. Now, with the rewritten urls, they're starting to show counts when using those u...
rad, this isn't too much different than heridias question: I'll look into adding it in a future revision. Ideally we would use an fb event on the like action to fire off an ajax request back into the hook: if the user is logged in and not in defined group, just add them. Would actually be very simpl...
Twitter tweet is on hold as I believe there to be an issue with dynamic urls in tweet counts. I have some testing to do with it to verify so. If so, I'd recommend simply placing the tweet button without count on viewtopic/viewforum. But what fun is that? Clearly twitter still has some work to do on ...
Modification Name: Facebook like buttons for phpBB Author: Skinny Vinny Modification Description: Creates like button options to be used in templates, configurable from ACP Modification Version: 1.0.1 Demo URL: http://svmods.com/viewtopic.php?f=7&t=17 Modification Download: http://svmods.com/do...
I am using Advanced Double Activation Pack (ADAP) Basically, new registration requires, first, user activation by email, then an admin have to approve membreship So the registration settings on my forum are: user+admin After installing Facebook graph/connect logins and registration and doing a regi...