Post bugs here. Hopefully we can do some new things with the "like" function for mobile devices.
Printable View
Post bugs here. Hopefully we can do some new things with the "like" function for mobile devices.
Should I be able to like this now on my iPhone? Or just the replies?
We're working on making it more mobile-capable. Not yet, but soon, hopefully.
BUG:
Attachment 2915
There's some weird numbers in Visitor messages now.
Hmm, what ever you did about the like/dislike links, it seems to have removed some text from them, at least my screen reader now just calls them "Link", withouth saying what they actually do - something it did before. Fortunately I know that the first one I get to is the like button, but still...
Turbo? Any ideas.
I fixed it! Ok, so I had to "change max_allowed_packet size", and then re-import the product and all the hooks installed properly now. It's not broken any more!
Additional notes for legacy: dbtech_thanks.css contains the code for customization of the post highlight colors. The presets weren't very good, so I added my own:
.thanks_highlight_Level1
{
background: none #240700 !important;
color: {vb:stylevar body_color} !important;
}
.thanks_highlight_Level2
{
background: none #562521 !important;
color: {vb:stylevar body_color} !important;
}
.thanks_highlight_Custom1
{
background: none #bbbbff !important;
color: {vb:stylevar body_color} !important;
}
.thanks_highlight_Custom2
{
background: none #bbbbff !important;
color: {vb:stylevar body_color} !important;
}
.thanks_highlight_Custom3
{
background: none #bbbbff !important;
color: {vb:stylevar body_color} !important;
}
.thanks_highlight_Custom4
{
background: none #bbbbff !important;
color: {vb:stylevar body_color} !important;
}
.thanks_highlight_Custom5
{
background: none #bbbbff !important;
color: {vb:stylevar body_color} !important;
}
.thanks_highlight_Custom6
{
background: none #bbbbff !important;
color: {vb:stylevar body_color} !important;
}
- Those customs I put there because I needed to add then into Buttons.php in order for them to appear in the adminCP. So, I made a bunch so we'd have more later:
'DarkRed' => 'DarkRed',
'Level1' => 'Level1',
'Level2' => 'Level2',
'Custom1' => 'Custom1',
'Custom2' => 'Custom2',
'Custom3' => 'Custom3',
'Custom4' => 'Custom4',
'Custom5' => 'Custom5',
'Custom6' => 'Custom6',
The Customs1 to 6 aren't used right now, but can be in the future.
Turbo. The like on the mobile theme, I contacted the manufacturer and got this message:
"We don't currently have that functionality, nor is it easy to implement, sorry :(
As the clicking code uses advanced JavaScript, any implementation of those buttons would not function correctly on a stripped-down mobile style.
"
Hmm... So no? Or we should still try?
To be honest, its just as easy to load the Apartment X feature on the app as it is to use the Default Mobile Style, so the like feature won't be a total miss. It sounds like the performance of the app could be affected, and it already runs at an awesome rate.
And to be fair, I usually switch to Apartment X via the app in order to access notifications and other areas; I'm more than happy to keep doing that.
As long as I can download episodes through the app, I'll be happy, as it makes my Monday night journey from work a lot more excitable :)
Hmmmm. Not sure if it's just me or not....
But I seem to have lost the ability to Like any posts today. Well, I was able to use the Like button on several posts today and then suddenly all I see for each post is the thumbs down button. This is on every post I look at other than my own (which doesn't show either thumbs up/down as usual).
Anyway, figured I'd drop this in here since it pertains to the Like function.
Thanks,
Bubba
Cool, it's fixed!
Attachment 2929