onlyME Posted November 24, 2016 Author Posted November 24, 2016 1 hour ago, Namo said: Last version. Widget fail https://octavia.team/ Try to go ACP > Customization > Themes > click </> to edit your theme > CSS > core > front > custom > topicthumbnail.css > click Revert button.
Namo Posted November 25, 2016 Posted November 25, 2016 21 hours ago, onlyME said: click Revert button not work, inactive button
onlyME Posted November 25, 2016 Author Posted November 25, 2016 1 hour ago, Namo said: not work, inactive button Click Save button first then click Revert button.
onlyME Posted November 25, 2016 Author Posted November 25, 2016 (edited) 47 minutes ago, Namo said: CSS is good. But not work widget title. Try to edit the widget and rename the title, or remove the widget and set it again. Edited November 25, 2016 by onlyME
Namo Posted November 26, 2016 Posted November 26, 2016 14 hours ago, onlyME said: Try to edit the widget and rename the title, or remove the widget and set it again. I've done it a dozen times. It is still incorrect title and again today CSS broken.
onlyME Posted November 27, 2016 Author Posted November 27, 2016 17 hours ago, Namo said: I've done it a dozen times. It is still incorrect title and again today CSS broken. I can not reproduce the issue. Can you give me ACP access so I can test it?
Chris59 Posted December 5, 2016 Posted December 5, 2016 After upgrade to 4.1.17 I think it need some tweaks to work again
onlyME Posted December 5, 2016 Author Posted December 5, 2016 (edited) 5 hours ago, Chris59 said: After upgrade to 4.1.17 I think it need some tweaks to work again It will be updated asap. Edit: I think it's a bug of IPS, try to edit your theme > CSS > core > custom > custom.css and add this code to fix .ipsTags a, .ipsTag_prefix { display: inline-block; } Edited December 6, 2016 by onlyME MDPP 1
Chris59 Posted December 6, 2016 Posted December 6, 2016 (edited) yeah , I have reported it 5 times on alpha beta tracker . was wrong in pages, files, blog, activity streams ... seems they don't fixed it all way .... look like this with custom.css setting prefix should be in one line and title on next right ?? have posted the issue to bug tracker .. .... Edited December 6, 2016 by Chris59
onlyME Posted December 7, 2016 Author Posted December 7, 2016 15 hours ago, Chris59 said: yeah , I have reported it 5 times on alpha beta tracker . was wrong in pages, files, blog, activity streams ... seems they don't fixed it all way .... look like this with custom.css setting prefix should be in one line and title on next right ?? have posted the issue to bug tracker .. .... Try to edit your theme > core > global >plugins > bim_tthumb_widget Find <div class="ipsTruncate ipsTruncate_line" data-ipstruncate data-ipstruncate-type="remove" data-ipstruncate-size="1 lines" style="white-space: normal; word-wrap: break-word;"> {{if $topic->prefix()}} {template="prefix" group="global" app="core" params="$topic->prefix( TRUE ), $topic->prefix()"} {{endif}} <a href='{$topic->url()}' {{if $topic->tableHoverUrl and $topic->canView()}}data-ipsHover data-ipsHover-target='{$topic->url()->setQueryString('preview', 1)}' data-ipsHover-timeout='1.5'{{endif}}> {$topic->mapped('title')} </a> </div> Replace by {{if $topic->prefix()}} {template="prefix" group="global" app="core" params="$topic->prefix( TRUE ), $topic->prefix()"}<br> {{endif}} <div class="ipsTruncate ipsTruncate_line" data-ipstruncate data-ipstruncate-type="remove" data-ipstruncate-size="1 lines" style="white-space: normal; word-wrap: break-word;"> <a href='{$topic->url()}' {{if $topic->tableHoverUrl and $topic->canView()}}data-ipsHover data-ipsHover-target='{$topic->url()->setQueryString('preview', 1)}' data-ipsHover-timeout='1.5'{{endif}}> {$topic->mapped('title')} </a> </div> Then go to System > Support to clear the cache. Chris59 1
Chris59 Posted December 7, 2016 Posted December 7, 2016 Yup . now all back to normal ... thanks. ... superb support mate
Chris59 Posted December 7, 2016 Posted December 7, 2016 maded a new *no image* for my board... if someone want here it is onlyME 1
Chris59 Posted December 9, 2016 Posted December 9, 2016 they closed my prefix issue . you might want add a ticket who knows whats going on
onlyME Posted December 9, 2016 Author Posted December 9, 2016 6 minutes ago, Chris59 said: they closed my prefix issue . you might want add a ticket who knows whats going on I'm lazy, because it's easy to fix Chris59 1
KentT Posted December 17, 2016 Posted December 17, 2016 (edited) Just installed this, and am loving it so far. Really improved the look of my forums. One question -- where/how does a user turn off the toggle to see the thumbnails? I'd love to see something like this for Pages database, where I could upload or identify a thumbnail for each record, then that would be be displayed on record lists, feeds. etc. There is a Record Image available, but it of limited use unless you write unique code -- and it is automatically inserted into the record Display, whether you want it or not...... Edited December 17, 2016 by KentT
onlyME Posted December 18, 2016 Author Posted December 18, 2016 4 hours ago, KentT said: Just installed this, and am loving it so far. Really improved the look of my forums. One question -- where/how does a user turn off the toggle to see the thumbnails? I'd love to see something like this for Pages database, where I could upload or identify a thumbnail for each record, then that would be be displayed on record lists, feeds. etc. There is a Record Image available, but it of limited use unless you write unique code -- and it is automatically inserted into the record Display, whether you want it or not...... The turn on/off thumnails link is on the forum view, on the left of "post new topic" button. Pm me if you need custom work.
KentT Posted December 18, 2016 Posted December 18, 2016 Is there any way to "lock" the forum icons? They keep disappearing or changing. I've reset a couple of forum icons multiple times,using different methods as admin, and they keep disappearing.
onlyME Posted December 18, 2016 Author Posted December 18, 2016 2 minutes ago, KentT said: Is there any way to "lock" the forum icons? They keep disappearing or changing. I've reset a couple of forum icons multiple times,using different methods as admin, and they keep disappearing. It can not, forum icon is the thumbnail of the last topic.
KentT Posted December 18, 2016 Posted December 18, 2016 1 minute ago, onlyME said: It can not, forum icon is the thumbnail of the last topic. The problem is that someone posts a topic without an image, and the forum icon reverts to the ugly "No Image". It would be nice if it stayed the last one until a new post with an image is posted in the forum.
onlyME Posted December 18, 2016 Author Posted December 18, 2016 Just now, KentT said: The problem is that someone posts a topic without an image, and the forum icon reverts to the ugly "No Image". It would be nice if it stayed the last one until a new post with an image is posted in the forum. I understand, but I have no solution in this case. Try to change other beautiful "no image"
onlyME Posted December 28, 2016 Author Posted December 28, 2016 Just now, iDeath said: Can we get SSL support? Yes.
Daddy Posted December 28, 2016 Posted December 28, 2016 Just now, onlyME said: Yes. By that, I mean the plugin being able to reupload thumbnails before displaying.
onlyME Posted December 28, 2016 Author Posted December 28, 2016 4 minutes ago, iDeath said: By that, I mean the plugin being able to reupload thumbnails before displaying. I don't understand, do you want to reupload all thumbnails?
Recommended Posts