Jump to content

(TB) Bump Up Topics


terabyte

Recommended Posts

  • Management

(TB) Bump Up Topics


This modification adds a button to bump a topic, useful to avoid useless replies with something like "bump" or "up".

 

Features

  • Each group has its own options:
    • Enable/disable bump option.
    • Remove bump (same bump restrictions below apply).
    • Restrict only to specific forums or all.
    • Bump all topics or only ones the member has started.
    • Limit the number of bumps per day.
    • Set a waiting time after the last bump.
    • Set a waiting time after the last topic post.
  • Secondary groups options are properly checked.
  • Different icon and color to easily confirm the status visually:
    • Full star + Green color: bump option is available.
    • Empty star + Red Color: remove bump option is available.
    • Half star + Orange color: bump options will be available after some time (last post/bump limit).
    • Empty star + Orange Color: bump options are not available until next day (daily limit).
  • Bumped topics appear in the activity streams.
  • Bump buttons are always hidden for guests and search engines.
  • If the member has a daily bump limit it will now appear when the button is enabled.
  • Javascript timer in the disabled button to show how much time the members must wait.
  • The topic is automatically marked as read for the member that bumps it, but not for the others!

 

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


  • 5 months later...
  • Management

NEW 3.0.2 version is out:

  • NEW: bumped topics now appear also in the Stream Activity (they appear as already read though!)
  • Fixed countdown timer not showing the days number when needed
  • Fixed the install/uninstall process not handling correctly some data

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


  • 10 months later...
  • Management

NEW 3.0.3 version is out:

  • Fixed the error message not display correctly the number of days/hours remaining
  • Fixed the uninstall process not handling correctly some columns

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


  • 11 months later...
Hello,I'm not sure this is the correct place to post this but the "Get support link" redirected me so...I tried this puglin but I have a quick question regarding the configuration. If I configure some limits (let's say 1 bump per day), then the member will be only able to do 1 bump on all the forum. Is there a way to configure apply this limit to topics? So he has 10 topics, he can bump them one per day for example. Regards,Babouline
Link to comment
Share on other sites


  • 1 year later...
  • 2 months later...
  • 2 years later...
  • Management

Hello,Can this be used in Pages app for bump up records?

 

Unfortunately that's not possible because "Pages records" works in a different way and it depends on the database configuration, too. It should be possible as a custom modification targeted specifically for it though. If you'd like open a new support request and we can discuss is there: https://community.invisionbyte.net/index.php?app=nexus&module=support

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


  • 8 months later...

Hello! I have the latest version of IPS: Version 4.7.5 and php 8 and I installed this plugin from the marketplace and when I activate it the forum stops working and when I deactivate it then it works again, what can I do?

Do you have any solutions for this problem? Who can I talk to about support?

Link to comment
Share on other sites


  • Management
On 1/1/2023 at 10:14 AM, CyBerNeTicK said:

Hello! I have the latest version of IPS: Version 4.7.5 and php 8 and I installed this plugin from the marketplace and when I activate it the forum stops working and when I deactivate it then it works again, what can I do?

Do you have any solutions for this problem? Who can I talk to about support?

Looks like there was a permission issue that didn't allow members to reply to the topics in this forum. I just fixed it and merged your topic with the modification's support topic.

 

Back to your issue: Do you have any kind of error being logged by your server? A 500 error or some other kind of error maybe? Or just a blank page? In either case some kind of log should be available through FTP or in your server's error_log file or control panel.

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


17 hours ago, terabyte said:

Looks like there was a permission issue that didn't allow members to reply to the topics in this forum. I just fixed it and merged your topic with the modification's support topic.

 

Back to your issue: Do you have any kind of error being logged by your server? A 500 error or some other kind of error maybe? Or just a blank page? In either case some kind of log should be available through FTP or in your server's error_log file or control panel.

When I activate the plugin the forum stops working and says HTTP ERROR 500 and nothing appears in the logs

Link to comment
Share on other sites


  • Management

Hmm, that's weird. It should log at least something.

Which file are you looking in for the error? Depending on the server configuration it could be a file with a different name or just in a different folder. Or sometimes these kind of error logs are only visible in the server's control panel (or from SSH if it's available).

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


5 hours ago, terabyte said:

Hmm, that's weird. It should log at least something.

Which file are you looking in for the error? Depending on the server configuration it could be a file with a different name or just in a different folder. Or sometimes these kind of error logs are only visible in the server's control panel (or from SSH if it's available).

[03-Jan-2023 21:29:50 UTC] PHP Fatal error:  Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/hidden/public_html/forum/system/Theme/Theme.php(885) : eval()'d code on line 8136

This error is giving me, but I don't know what it is, and how I should see further if you help me how to proceed.

Link to comment
Share on other sites


  • Management

What Invision Community version and PHP version are you using? Also, are you using a custom theme? If yes, does the same issue happen using the default theme, too?

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


7 hours ago, terabyte said:

What Invision Community version and PHP version are you using? Also, are you using a custom theme? If yes, does the same issue happen using the default theme, too?

Yes, of course I use a custom theme, and I have the latest version of IPS and the latest version of IPS uses php 8.0, the theme is made to be sure on version below 4.6 I did a search on the internet last night, but I have no idea how to change the theme to be compatible

I also installed the default theme from IPS and the plugin still doesn't work, I don't know exactly what I should do.

Link to comment
Share on other sites


  • Management

@CyBerNeTicK I opened a ticket for you to investigate the issue: https://invisionbyte.net/support/

 

Please reply there with the details I asked and I'll look into it directly on your site. 🙂

Board Rules - Available Products - Need a Custom Work?

 

< Don't PM me for support, post in the forum or submit a ticket from the client area instead! >

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.