Jump to content

(TB) Bump Up Topics

Featured Replies

  • Replies 125
  • Views 17k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • teraßyte
    teraßyte

    It is possible, but that would require to save a LOT more data to keep track of the time for EACH single topic. I could maybe work around it by rewriting how the hook works to use less data, but unles

  • teraßyte
    teraßyte

    Just a quick update that I started looking into my mods compatibility with 4.3. I've started with the few paid ones I have thought, but I'm going to release an update for anything that doesn't work. I

  • teraßyte
    teraßyte

    Just an update that's I've updated my dev board and I'm working on this mod (in my spare free time >.<). I'm currently looking into the activity stream issue and I also need to recode a portion

Posted Images

Thanks for updating this to support 4.1.x

 

Is it possible to make it so bumped topics appear in the unread activity stream? This seems to bump the thread to the latest posting, but it doesn't make it seem unread so users who don't really browse the community but only stick to the activity streams will still just overlook it.

Edited by Koby

  • Author
2 minutes ago, Koby said:

Thanks for updating this to support 4.1.x

 

Is it possible to make it so bumped topics appear in the unread activity stream? This seems to bump the thread to the latest posting, but it doesn't make it seem unread so users who don't really browse the community but only stick to the activity streams will still just overlook it.

I actually coded this plugin on 4.0 but by the time I released it 4.1 was already out :p

 

I will look into the activity stream update and see if it is something I can add :thumbsup:

Thanks for htis mod, but I've a question, how is this working ? Bumping a topic create a ghost answer to replace topic position in forums ? (crazy example)

2 minutes ago, JiigSaaw said:

Thanks for htis mod, but I've a question, how is this working ? Bumping a topic create a ghost answer to replace topic position in forums ? (crazy example)

If it is like on IP.Board 3, it will update the last post date, thus it will appear first on forum view.

  • Author
1 hour ago, JiigSaaw said:

Thanks for htis mod, but I've a question, how is this working ? Bumping a topic create a ghost answer to replace topic position in forums ? (crazy example)

 

1 hour ago, Adriano Faria said:

If it is like on IP.Board 3, it will update the last post date, thus it will appear first on forum view.

 

What he said, the plugin works by updating the last post value for the topic and thus bumping it up in forum view. It also of course marks it as unread for anyone else, that's because the last post time value after a "bump" is greater than the users last read stored time value.

Edited by teraßyte

Any reason when I try to install this plugin I receive this error? =/index.php?app=nexus&module=support&secti

Edited by Fatal Resort

  • Author

Looks like you already have a column with that name in your database. Did you have an older version of the bump up topic modification installed on 3.x? I remember adding a check for that but maybe I need to change how it works.

 

Or did you simply update from 3.0.0 to 3.0.1?

Edited by teraßyte

I think I might have installed an older version a while back, but I uninstalled it since it didn't seem to work (assuming because it was outdated at the time?) o-o

Edited by Fatal Resort

  • Author
30 minutes ago, Fatal Resort said:

I think I might have installed an older version a while back, but I uninstalled it since it didn't seem to work (assuming because it was outdated at the time?) o-o

Could you PM me an admin & FTP account for your forum so that I can take a look? I can't duplicate locally. Or if you have an account on my site submit a support ticket in the client area.

Either way works :)

7 minutes ago, teraßyte said:

Could you PM me an admin & FTP account for your forum so that I can take a look? I can't duplicate locally. Or if you have an account on my site submit a support ticket in the client area.

Either way works :)

It's not within my power to give an admin account or FTP access, I'm not the main administrator of the forum.

I myself don't even have access to the FTP lol. Only have access to the full ACP :unsure: 

It's fine though, but if you do happen to find a way to fix the problem and are able to provide steps on how to fix it. I could just ask him to do it.

  • Author
3 minutes ago, Fatal Resort said:

It's not within my power to give an admin account or FTP access, I'm not the main administrator of the forum.

I myself don't even have access to the FTP lol. Only have access to the full ACP :unsure: 

It's fine though, but if you do happen to find a way to fix the problem and are able to provide steps on how to fix it. I could just ask him to do it.

Oh, okay then. I'll try a few other ways locally to see if I can reproduce. If I can't find anything I'll try to guide you on how to debug through PMs.

What if user leaves a message in the topic? Will it be bumped too? If yes, users can cheat in this way.

  • Author
8 minutes ago, motomac said:

What if user leaves a message in the topic? Will it be bumped too? If yes, users can cheat in this way.

Yes. The bump plugin is simply to avoid useless replies with only "bump", or "up". It is commonly used in marketplace sections to bump own sell/buy topics for example.

A reply to the topic will "bump" it as it usually does in any forum. Rather I'm confused by you asking this question, unless I misunderstood what you're asking? :unsure:

If user faces bump limit using this button his first idea will be to bump it in traditional way by posting "BUMP!!!11" :)

  • Author
29 minutes ago, motomac said:

If user faces bump limit using this button his first idea will be to bump it in traditional way by posting "BUMP!!!11" :)

That's what moderators are for :p

  • 2 months later...

Can you make this to work with the Recent topics widget?

This widget (linked above) creates a list of the topics recently replied to, that updates in real time.

On IPB 3, the hook for bumping topics would place the bumped topics in the recent topics list, not just bring them up in their respective forums. Your modification doesn't do that.

  • Author

My modifications works in the same way as it did in 3.4, to be completely sure of what exactly is going on I would have to take a look at the code of that widget though. And I have no access to it since it is a paid one.

If you get permission from the widget author to provide me the code I can certainly take a look at it at least :)

Hey @teraßyte

Following Situation: User waits until the (1 day) from the last bump limit is over. If the user tries to bump his topic he gets the message that he have to wait another day (5,759 minutes). If I set the last post limit (1 week) to unlimited the push works. 

Regards
Knight

  • Author
12 hours ago, Knight22 said:

Hey @teraßyte

Following Situation: User waits until the (1 day) from the last bump limit is over. If the user tries to bump his topic he gets the message that he have to wait another day (5,759 minutes). If I set the last post limit (1 week) to unlimited the push works. 

Regards
Knight

You mean the setting "Last post limit"? Just to double-check, which number did you use in there? And that number did you change it to after?

On 2/15/2016 at 6:25 PM, teraßyte said:

My modifications works in the same way as it did in 3.4, to be completely sure of what exactly is going on I would have to take a look at the code of that widget though. And I have no access to it since it is a paid one.

If you get permission from the widget author to provide me the code I can certainly take a look at it at least :)

@zbahadir, would you be willing to provide teraßyte with the code for your Recent Topics widget?

On 20.02.2016 at 0:03 AM, Elena-Viorica said:

@zbahadir, would you be willing to provide teraßyte with the code for your Recent Topics widget?

Right now I have no time. But something can be done at a later time. Which feature would try to do if I add. :)

 

As I see the plugin use is very limited. 'Bumped' topic is highlighted as unread in forum view only:

7B1T.jpg2g3V.jpg

But it is unseen in default 'Post Feed' & 'Topic Feed' widgets and activity streams. And they are the only important places to see updates :hmm:

Am I right or plugin just behaves in abnormal way on IPB 4.1.8.1?

 

BTW here is Russian translation of user part of interface:YLLh.jpg

Also attached as Excel file.

Edited by Safety1st
added translation

  • Author

I'll take a look at the topic/post feed and see what is going on. I think it might be because of the caching going on.

3 hours ago, teraßyte said:

I'll take a look at the topic/post feed and see what is going on. I think it might be because of the caching going on.

Activity feeds are more important actually ;)

Recently Browsing 0

  • No registered users viewing this page.