FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Make topic appear at top of topic listing...
Show: Today's Messages :: Unread Messages :: Polls :: Message Navigator
| Subscribe to topic | Bookmark topic 
Switch to threaded view of this topic Create a new topic Submit Reply
Message by TheDude is ignored  [reveal message]  [reveal all messages by TheDude]  [stop ignoring this user] Go to next message
Re: Make topic appear at top of topic listing... [message #184773 is a reply to message #184734] Sat, 01 February 2014 01:34 Go to previous messageGo to next message
naudefj is currently offline  naudefj   
Messages: 3775
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
remove from buddy list
ignore all messages by this user
Sounds like a problem we fixed a while ago.
Please update to the latest 3.0.6RC2 release to see if it's still an issue.
Message by TheDude is ignored  [reveal message]  [reveal all messages by TheDude]  [stop ignoring this user] Go to previous messageGo to next message
Message by TheDude is ignored  [reveal message]  [reveal all messages by TheDude]  [stop ignoring this user] Go to previous messageGo to next message
Re: Make topic appear at top of topic listing... [message #186567 is a reply to message #186031] Thu, 02 October 2014 14:41 Go to previous messageGo to next message
cpreston is currently offline  cpreston   United States
Messages: 160
Registered: June 2012
Location: Oceanside
Karma: 6
Senior Member
add to buddy list
ignore all messages by this user
Can you describe this in more detail? I'm not sure I understand the problem.
Message by TheDude is ignored  [reveal message]  [reveal all messages by TheDude]  [stop ignoring this user] Go to previous messageGo to next message
Re: Re : Re: Make topic appear at top of topic listing... [message #186572 is a reply to message #186570] Thu, 02 October 2014 17:28 Go to previous messageGo to next message
cpreston is currently offline  cpreston   United States
Messages: 160
Registered: June 2012
Location: Oceanside
Karma: 6
Senior Member
add to buddy list
ignore all messages by this user
Hmm.

I have a brand new, vanilla forum and when I make a topic a sticky, it goes right to the top. I also noticed there's a "make this go to the top" option at the bottom of the message. You shouldn't have to, but does it work if you push that button?
Message by TheDude is ignored  [reveal message]  [reveal all messages by TheDude]  [stop ignoring this user] Go to previous messageGo to next message
Re: Make topic appear at top of topic listing... [message #186577 is a reply to message #186574] Fri, 03 October 2014 13:34 Go to previous messageGo to next message
cpreston is currently offline  cpreston   United States
Messages: 160
Registered: June 2012
Location: Oceanside
Karma: 6
Senior Member
add to buddy list
ignore all messages by this user
Very strange that it doesn't do that on a vanilla 3.0.5 forum. When did this problem start?
Re: Make topic appear at top of topic listing... [message #186578 is a reply to message #186577] Fri, 03 October 2014 13:56 Go to previous messageGo to next message
cpreston is currently offline  cpreston   United States
Messages: 160
Registered: June 2012
Location: Oceanside
Karma: 6
Senior Member
add to buddy list
ignore all messages by this user
I also upgraded to 3.0.6RC2 and it doesn't happen for me there, either. I'm wondering if there's any snafu where any of your files are different than the core files. If you're running your forum on a Unix variant (e.g. Linux), you can try the procedure below. If you're not, well, I don't know what to say. Wink

1. Unzip 3.0.6RC2 into a directory right next to your forum's directory (e.g. your forum is in ./fudforum. unzip this into ./otherforum)
2. Create a script called check.sh and put in it the contents below, changing fudforum to the name of the directory where your forum is:
DIR=fudforum
find . -type f -name "*.php" -print |sed 's/\.\///' | while read i
do

diff $i ../$DIR/$i 2>&1 |sed "s|^|$i:|"

done

find . -type f -name "*.inc" -print |sed 's/\.\//'  |while read i
do

diff $i ../$DIR/$i 2>&1 |sed "s|^|$i:|"

done

find . -type f -name "*.js" -print |sed 's/\.\//'  |while read i
do

diff $i ../$DIR/$i 2>&1 |sed "s|^|$i:|"

done



Run the script. Does it find any differences between the stock code and your code?

The only other thing I've seen Frank suggest in weird times like this is to run the database consistency checker.

[Updated on: Fri, 03 October 2014 13:57]

Report message to a moderator

Re: Make topic appear at top of topic listing... [message #187017 is a reply to message #184734] Tue, 15 December 2015 03:14 Go to previous messageGo to next message
ulrith is currently offline  ulrith   Latvia
Messages: 15
Registered: September 2015
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
I have exactly the same problem on my 3.0.6. FUD forum (you can see sticky post which does not go to the top on page http://vetusware.org/index.php/f/1-dos/ ). I tried 'Sticky' topic type as well as "Make the topic always appear at the top of the topic listing" - no luck. Please help.
Message by GaryM is ignored  [reveal message]  [reveal all messages by GaryM]  [stop ignoring this user] Go to previous messageGo to next message
Re: Make topic appear at top of topic listing... [message #187027 is a reply to message #187018] Sun, 27 December 2015 11:45 Go to previous message
ulrith is currently offline  ulrith   Latvia
Messages: 15
Registered: September 2015
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
GaryM писал(а) Wed, 16 December 2015 02:42
Try to make it an announcement. Announcements stay at the top as well. My sticky post work fine here on my forum.


Announcements do not go to the top either. Sad
Quick Reply
Formatting Tools:   
  Switch to threaded view of this topic Create a new topic
Previous Topic: 403 error when using Announcement Manager
Next Topic: was not still approved by moderator / admin
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 22 22:00:33 EDT 2025

Total time taken to generate the page: 0.04202 seconds