Forum Display - Thread Preview Text Animation


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Forum Display - Thread Preview Text Animation
# 15  
Old 07-25-2018
no,no - this is just fine!
Thanks Neo!
This User Gave Thanks to vgersh99 For This Post:
# 16  
Old 07-25-2018
Haha... I'm happy to redirect the "no new topics state" somewhere else.

What i am trying to avoid are "error messages" and "intermediate redirect messages" which add little value.

I used to redirect to "Today's Posts" and can do that if you like.

Normally, I use "Today's Posts" and don't use "New Topics" often.
# 17  
Old 07-26-2018
Quote:
Originally Posted by Neo
Haha... I'm happy to redirect the "no new topics state" somewhere else.

What i am trying to avoid are "error messages" and "intermediate redirect messages" which add little value.

I used to redirect to "Today's Posts" and can do that if you like.

Normally, I use "Today's Posts" and don't use "New Topics" often.
Hey Neo,

I want to take this chance and appreciate your efforts which you are putting to make this forum look better, you ROCK, you are truly a GEM Smilie. I am really happy, proud to be part of forums always.

NOTE: New code tags and quote tags look is AWESOME simply.


Thanks,
R. Singh
This User Gave Thanks to RavinderSingh13 For This Post:
# 18  
Old 07-26-2018
Quote:
Originally Posted by Neo
Yeah, I was thinking to not use hover and go with some scrolling trigger, so today I downloaded the popular Waypoints.js library but no joy yet, LOL. I could not get "Infinite Scrolling" to work in showthread view.

Maybe I will try getting it to work with the thread previews.
Update:

Still cannot get waypoints.js to work properly for scrolling effects to make these thread previews work as we want.


Smilie
# 19  
Old 07-26-2018
Hmm. I have worked on waypoints.js for scrolling for the threadpreview function versus using mouse hover; and so far I cannot get it to work.

I disabled the "on hover" thread preview for now, since it seems folks don't like how the "on hover" thread preview works.

Smilie
# 20  
Old 07-26-2018
Bug

Update:

I have fixed the issue with thread preview animation in forumdisplay, search results, new topics, today's topics, etc. by changing the animation to toggle() and remove fadeToggle().

The code also has a UserCP option to turn it off completly ("Disable Thread Preview Animation"); so the code is now:

Code:
<if condition="$bbuserinfo[field23] != 'Disable'">
<script>
jQuery(".neo-threadbit").hover(function(){
jQuery(this).css({"cursor":"pointer"});
   jQuery(".neo-threadbit-threadpreview").css({"color":"rgba(15, 31, 132,0.95)","padding":"20px 10px 20px 20px","margin":"20px 0px; 20px 20px","word-wrap": "break-word"});;
  jQuery(this).find(".neo-threadbit-threadpreview").toggle();
   //jQuery(".neo-threadbit-threadpreview").fadeToggle(1000);
});
</script>
</if>

I think the preview animation is OK now, but if you don't like it, you can turn it off here (see below):

Image

(The default is "Enabled")

Note: If I get the waypoints.js scrolling animation working and working well, I will let you know Smilie Until then it is "mouseover / hover" or "turn it off" Smilie
These 2 Users Gave Thanks to Neo For This Post:
# 21  
Old 07-26-2018
Quote:
Originally Posted by Neo
Haha... I'm happy to redirect the "no new topics state" somewhere else.

What i am trying to avoid are "error messages" and "intermediate redirect messages" which add little value.

I used to redirect to "Today's Posts" and can do that if you like.

Normally, I use "Today's Posts" and don't use "New Topics" often.
Actually redirecting to 'Today's Posts" on the no "New Topics" is a good idea - I think it's more relevant to the context of the initial search.
Thanks
This User Gave Thanks to vgersh99 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Forum Description Animation with jQuery

I found that the pages that lists all the forums were too cluttered with the forum descriptions, so I added a bit of jQuery to hide the forum descriptions and to fade them in and out on mouseover: <script> $(document).ready(function() { jQuery(".neo-forum-description").hide();... (2 Replies)
Discussion started by: Neo
2 Replies

2. What is on Your Mind?

Updates to Forum Navbar and Thread Reply for Unregistered Users

Hey You may have noticed I changed the navbar at the top a bit. I've almost finished converting the navbar to divs from table tags. In addition, for unregistered users, instead of seeing a "New Reply" button, unregistered users see a "Login to Reply" and icon which looks the same as our... (2 Replies)
Discussion started by: Neo
2 Replies

3. UNIX for Dummies Questions & Answers

This forum is closed for new thread ... post here.

This forum is closed for new threads. Please post in this forum: UNIX for Beginners Questions & Answers (0 Replies)
Discussion started by: Neo
0 Replies

4. Post Here to Contact Site Administrators and Moderators

How to shift or move my thread/query from one forum to other?

I am not getting reply of my post :Switching between Linux and Windows OS in Linux forum. How to move the thread to a different forum like: "Windows & DOS: Issues & Discussions"? (1 Reply)
Discussion started by: ravisingh
1 Replies

5. What is on Your Mind?

How to move a thread into another forum

Hi there, Does anyone know how I can move a posting from one forum into another. I believe I posted one in the wrong forum, but have no idea how to move it. I don't want to ask the same question in multiple forums. Thanks (4 Replies)
Discussion started by: goodjuju
4 Replies
Login or Register to Ask a Question