Announcement

Collapse
No announcement yet.

Last Week's Most Popular Topics

Collapse
X
Collapse
First Prev Next Last
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Last Week's Most Popular Topics

    Is there anything like this for vBulletin where they receive an email of latest topics to keep all the members coming back?

    Click image for larger version

Name:	Untitled.png
Views:	547
Size:	37.5 KB
ID:	4652



    HostXNow - UK Web Hosting

    #2
    You could set up an RSS feed in the RSS Feed Manager in AdminCP to fetch a news feed every X hours and have them automatically posted to a particular channel on your forum. All users subscribed to that channel would receive notifications like they would for a regular post.
    Helpful? Donate. Thanks!
    Buy me a coffeePayPal QR Code
    Fast VPS Host for vBulletin:
    A2 Hosting & IONOS

    Comment


      #3
      That seems very complex and tedious to get working and site owner would have to count on users subscribing to the forum in the first place.

      Seems to work much easier with XenForo by default where it sends an email to all members and includes an unsubscription link at the bottom of the email, so if they are not interested they can simply unsubscribe.

      I am starting to think about switching from vB5 to XenForo because vBulletin is too behind on such basic things like this which help remind members about your site and to engage with the content. vB are still yet to add those php hooks you mentioned that were needed for the mod I needed too. Basically, very limited with what I can do with vBulletin.
      HostXNow - UK Web Hosting

      Comment


        #4
        vB5 works on the "opt in" strategy rather than "opt out". Both have advantages and disadvantages. You may get more subscribers if you do an "opt out" but you might also get more annoyed users.
        Helpful? Donate. Thanks!
        Buy me a coffeePayPal QR Code
        Fast VPS Host for vBulletin:
        A2 Hosting & IONOS

        Comment


          #5
          But if a member signs up to a forum then I do not see the problem with it being "opt in" by default. Could just put a note during registration with a checkbox with "Subscribe to weekly news from our forum" and have the checkbox checked by default. One email per week only about the latest/popular topics would not annoy me. It is a good way to remind members to check newer content. It is a forum after all.

          Seems to me vBulletin think average users know how to "subscribe" to a forum or get such mails which is not right. It should be an option during registration, IMO. Otherwise, it is like advertising a product which they see, signup and buy the product, but then they forgot about the brand months later because they have no reminders about the brands other products, etc.
          HostXNow - UK Web Hosting

          Comment


            #6
            vB has daily/weekly digest scheduled task. You can use it or create a new scheduled task off it that sends email to users for new posts in a specific forum even without subscription.
            Helpful? Donate. Thanks!
            Buy me a coffeePayPal QR Code
            Fast VPS Host for vBulletin:
            A2 Hosting & IONOS

            Comment


              #7
              Is this something you could come up with? I am not a coder (if I was I would be a millionaire with the ideas I have i.e move over to the owner of FB lol )
              HostXNow - UK Web Hosting

              Comment


                #8
                Originally posted by webgeek247 View Post
                Is this something you could come up with? I am not a coder (if I was I would be a millionaire with the ideas I have i.e move over to the owner of FB lol )
                I second that This would be a nice way to keep members informed and improve member activity.

                Originally posted by glennrocksvb View Post
                You could set up an RSS feed in the RSS Feed Manager in AdminCP to fetch a news feed every X hours and have them automatically posted to a particular channel on your forum. All users subscribed to that channel would receive notifications like they would for a regular post.
                Even this method seems like it would work for me.



                Comment


                  #9
                  I'll take a look at what it would take to do a custom weekly digest scheduled task.
                  Helpful? Donate. Thanks!
                  Buy me a coffeePayPal QR Code
                  Fast VPS Host for vBulletin:
                  A2 Hosting & IONOS

                  Comment


                    #10
                    Originally posted by rnedelkow View Post
                    Even this method seems like it would work for me.
                    There is a manual for RSS Feed Manager.



                    Or if you google it, you would find tons of resources on it.
                    Helpful? Donate. Thanks!
                    Buy me a coffeePayPal QR Code
                    Fast VPS Host for vBulletin:
                    A2 Hosting & IONOS

                    Comment


                      #11
                      I will check this, but a plugin of some kind would be much easier to use. This should already be built into vBulletin, IMO.
                      HostXNow - UK Web Hosting

                      Comment


                        #12
                        How about a plugin where we can do this manually? Just select some of the best threads we want our old members to check out... members who may not have visited in a while!?

                        Can select the thread by nodeid or something like that.
                        HostXNow - UK Web Hosting

                        Comment


                          #13
                          PS I will also be testing XenForo more to see the difference.
                          HostXNow - UK Web Hosting

                          Comment


                            #14
                            Originally posted by webgeek247 View Post
                            Can select the thread by nodeid or something like that.

                            You can add a Search module and in the search JSON, add:


                            Code:
                            "specific": [1,2,3,4]
                            where the values 1-4 are the node ids you want to select.

                            For more information on all the available options in Search JSON, see article below:

                            Using the advanced editor you can create powerful search modules. Following you find possible filters / parameters for using within these modules: The search JSON parameter has the following format: {
                            Helpful? Donate. Thanks!
                            Buy me a coffeePayPal QR Code
                            Fast VPS Host for vBulletin:
                            A2 Hosting & IONOS

                            Comment


                              #15
                              I'm trying to import blogs from a feed so I tried the following:
                              1. New Navigation link for Blogs - Title: Blogs, URL: /blogs
                              2. Add New RSS Feed - URL of Feed = http://www.netsuiteblogs.com/Rss.aspx?ContentID=4180246
                              When I preview the feed, it looks ok. How do I make it so that all the blogs are displayed on the Blogs link I created in step 1?

                              Comment


                              • rnedelkow
                                rnedelkow commented
                                Editing a comment
                                Seems to work after while when I place the feed in the Articles channel. I'd really like to have the feed display blogs under the Blogs channel since they are blogs, and let members subscribe to the rss.

                              • glennrocksvb
                                glennrocksvb commented
                                Editing a comment
                                Create a blog channel and put the feed there. You don't have to change the blog navigation menu URL. Going to /blogs should display all the blog posts for any channel.

                              • rnedelkow
                                rnedelkow commented
                                Editing a comment
                                Thanks Glenn. I set it up now and will wait for the blogs to start posting to the new channel. Just curious, we have a couple of blogs posted per day with large photos sometimes. Do you think this will substantially increase the database size or server performance in the long run?

                              • glennrocksvb
                                glennrocksvb commented
                                Editing a comment
                                Yes it will increase database size. You can move the attachment storage from database to file system.

                              • rnedelkow
                                rnedelkow commented
                                Editing a comment
                                Thanks again.

                            Users Viewing This Page

                            Collapse

                            There is 1 user viewing this forum topic.

                            • Guest Guest

                            Latest Posts

                            Collapse

                            Working...
                            X
                            Searching...Please wait.
                            An unexpected error was returned: 'Your submission could not be processed because you have logged in since the previous page was loaded.

                            Please push the back button and reload the previous window.'
                            An unexpected error was returned: 'Your submission could not be processed because the token has expired.

                            Please push the back button and reload the previous window.'
                            An internal error has occurred and the module cannot be displayed.
                            There are no results that meet this criteria.
                            Search Result for "|||"