![]() |
Import Unread News from a Forum
This hack will allow you to specify one or more forum IDs in your Admin CP as "news forums". Every time a thread is created in these forums, all users will see an "Unread news" notification at the top of every page of the forum until they view the unread news thread. If many news threads are unread, they will all be shown in the notification and removed one by one as each thread is viewed.
This hack both serves to make sure all users are aware of posted news and to give users who return after a long absence a quick rundown of what has been going on in the forums since they last were there. As of version 2.0, it is possible to specify: - Time cutoff: all news older than x days will count as read - Only check for read status on latest x threads: only the latest x news will be shown if unread; all older news will always be treated as read - Maximum number of news to display at one time: if a user has more unread news (after the time cutoff and latest x filter) than the number specfied, only that number will actually be displayed on the page - Whether to make users see news created before they joined as unread - Whether to show the date and time when each news thread was made or just the date Please note that you must have Paul_M's Display who has read a thread hack installed for this to function correctly! You don't need to actually have the people who have read the thread shown for anybody at all (heck, if you're completely uninterested in what that hack does, you don't even need to make the template edit for it), but as long as it's installed, this hack will work. Version 3.0 adds the ability to have more than one news forum and to set a PHP condition for each forum which must be met in order for news from that forum to be imported. Installation Simply download the product attached to this post and import it via the Admin CP Product Manager. Then make one template edit: add Code:
$unreadnews ------------------------------------ If using PHP version 4.x (or if you are getting an error message that looks something like Fatal error: Call to undefined function: array_combine() in /public_html/global.php(359) : eval()'d code on line 139), you additionally need to find this line in the Import News plugin on the hook global_start: PHP Code:
PHP Code:
------------------------------------ Afterwards, go to your vBulletin options, find the News Import System setting group, specify your news forum(s), set the other settings if you want, and turn the system on. Don't forget to click Install if it's working for you. Enjoy! Version 3.0: Added ability to have multiple news forums and use conditionals. Version 2.23: Important bugfix from version 2.22 Version 2.22: Bugfixes Version 2.21: Cutting off on the user's join date has been made an optional feature specified in the admin CP, and some unnecessary code has been removed. Also added alternative templates for no particular reason. Version 2.2: Fixed uncached template, added "More..." link that links to the news forum when unread news are cut off by "Maximum number of news to display at one time" option, and all news created before the user registered will now count as read for that user. (Imagine registering and having twenty "unread news" notifications you have to plough through...) Version 2.01: Added template edit information (I'm an official idiot for forgetting that) and fixed table prefixes. Version 2.0: Added functionality (see above) ---------------------------- EXTRA: Alternative templates If you don't like the way the current unread news box looks, I've got some more standard-looking templates you can use instead if you want. This also allows you to collapse the unread news, which might be useful. Just replace the templates, see how it looks, and revert the templates again if you liked the other look better. Alternative custom_unreadnews template: Code:
<if condition="$show['unreadnews']"> Code:
<tr> |
Quote:
Edit: got my forums back online by disabling plugin accelerator, though I can't seem to get this to work with or without that. |
It looks like you haven't set the News forum option. Can you make sure it's set?
Although of course, I should update the hack to make sure it doesn't try to do anything unless it's set to something... |
look at the xml there is no vb options!
|
Hmm, that is odd... I'll fix it. Just a moment. Sorry about that.
|
Quote:
|
Okay, it should be functional now. Sorry again. (Just import the new product instead of the old one.)
|
Can I set this so it shows a maz amount of recent items? I know a lot of my users won't read the news and don't want them mounting up for them forcing them to read.
|
Hm, yes, that should be possible. Just open the plugin "Import news" on the hook global_start and find:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
(If you'd rather have it cut off all news older than x or simply display only the latest x unread news so a new one is added to the list if one of them is read, just ask.) |
I get this when I install, happens during the install:
Database error in vBulletin 3.5.2: Invalid SQL: INSERT INTO setting (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product) VALUES ( 'importnews', 'newsimporting', '', '', 'boolean', 'yesno', 1, 0, 1, 'import_news' ), ( 'newsforum', 'newsimporting', '5,197,39', '1', 'numeric', '', 2, 0, 1, 'import_news' ); MySQL Error : Duplicate entry 'newsforum' for key 1 Error Number : 1062 Date : Tuesday, May 9th 2006 @ 10:33:04 PM Script : ......./admincp/plugin.php Referrer : /admincp/plugin.php?do=productadd IP Address : ******** Username : ******* Classname : vb_database |
This must be some sort of clash with another product. Do you already have something installed that could have a setting called "newsforum"?
|
Cool idea but doesn't work here:
Quote:
|
Ah, okay, had to be something like that. The product has been updated to use 'importnewsforum' instead.
EDIT: One more fix... and a note of the updates in the first post. I think I'll make a version 2.0 soon where the functionality that FleaBag requested will be automatically in and controllable through the Admin CP... |
Database error in vBulletin 3.5.4:
Invalid SQL: SELECT threadid FROM +++++ad WHERE userid = 450 AND threadid IN (); MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3 Error Number : 1064 Date : Wednesday, May 10th 2006 @ 11:22:45 AM Script : http://www.*****r/**/showthread.php?t=1174 Referrer : http://www.****r/**/forumdisplay.php?f=26 IP Address : 1**** Username : *** Classname : **** Onother error here??there is fix?? |
rmxs your answer is in the first bug I found.
First bug: I had to add " . TABLE_PREFIX . " to your two select statements. Code:
$newsthreads = $db->query_read(" I tried the variables $newsitems & $unreadnews without success, the $newsitems variable works but it isn't defined in a nice colored box like in your screenshot. It just puts the latest news right above the navbar but again not formatted to a template. |
Oh, crap... more screw-ups...
What you're supposed to do is add $unreadnews to the bottom of the header template. It sounds odd that $unreadnews wouldn't be working, though. (You were testing it as logged in, right? And enabled the hack in the Admin CP, specified a news forum and all that?) |
If i set news forum to 0 its OK :)
If i set forum news to exaple 1 i get this error line Fatal error: Call to undefined function: array_combine() in /home/rmxs/domains/rmxs.gr/public_html/Vb/global.php(349) : eval()'d code on line 301 |
Ah, you must be using PHP 4 or earlier, then. array_combine() was apparently introduced in PHP 5...
A workaround for that should be fairly simple... find the line Code:
$newsarray = array_combine($newsids, $newsinfo); Code:
$newsarray = array(); |
Ok now it works with no error byt im not get any message on the header and im lose the global attachment Block
im use PHP Version 4.4.2 |
Quote:
What do you mean, you lost the global attachment block? |
DISAPEARD..
i make this change byt if i refresh my page i dont see the block like the attach file,also the global attachment block missing |
This is very nice!
|
I try many times and i cannot make the news appeard on the header..
Also take a look maybe there is a bug with the Global Announcement 1.2 Displays an announcement of choice on the index page of your forum. Because after install its GONE |
i got this error
Code:
Database error in vBulletin 3.5.4: |
Quote:
And do you definitely have some unread news (remember, any news that *you* create are read, so you either need to make a test account or get somebody else to create a new news item), are you logged in, have you made the template edit I added to the first post a while ago, and have you turned the system on in the Admin CP? XtAsY, it looks like you haven't installed Paul_M's 'Display who has read a thread' hack (linked to in the first post). |
Would love this plugin, will check this out later when the bugs are fixed.
Good luck Stuart |
Quote:
Everything look correct byt the BLOCK OF GLOBAL ANNOUCEMENT GONE if i unistall your Plugin appeard again... (remember, any news that *you* create are read, so you either need to make a test account or get somebody else to create a new news item) I forget that :) EDIT: i check again byt nothing happent with new user(No Block) i make again the install byt still THE BLOCK GONE Try plz to install to your system to check this out |
monkeywarplane: Oh, it DOES work if you do everything correctly. I now installed the exact product that's attached to the first post on a test forum, making exactly that template edit exactly as said, and it worked fine. XtAsY was having problems due to not having installed the plugin you need to have first, and rmxs's problem was that he didn't have any unread news. You're safe installing it as it is now.
rmxs: I installed Global Announcements on my test forum with this hack and it worked fine... =/ I don't know what's different on your forum, but it's clearly not a problem with the hack itself. |
Quote:
Don't forget to add the " . TABLE_PREFIX . " to your select statements. |
I did, unless something screwed up in attaching the new XML file.
But it's a good thing that it's working for somebody other than me at last. I can breathe now. |
Well, I tried again:
Fatal error: Call to undefined function: array_combine() in /public_html/global.php(359) : eval()'d code on line 139 Still not working. |
You're using PHP 4.x. Follow the special instructions in the first post about editing the Import News plugin on global_start.
(I added information about that error message, too, for others who don't know what PHP version they're using - better play it safe.) |
This mod is great, works here!
|
FINALY i unistall the global anouchements i install you hack and i unstall again tha GLOBAN anouch...
And everything Work Fine ;) |
Quote:
Incidentally, thank you for posting that. It made me realize why I was having problems with something else: the order in which plugins are loaded depends on the time of installation. There must have been some plugins in Global Announcements that had to be loaded after some in my hack for some reason, which is why you were having those problems. Another thing to know for future hacks... |
can you tell me now how i fix this :)
Uncached templates: custom_newsbit (3) The number (3) change if there is more news now there is 3 |
Oh, right, I forgot to cache that one.
Just add PHP Code:
Updated XML will be up soon; I'm going to add a couple of hack features anyway so I'll let it wait until I'm done with that. |
I have already add this i fount a tutorial about I waitng for more Features :)
|
Version 2.2 up, with a couple of additions and the template cache fix.
Any feature suggestions would be very much appreciated. I like working on this thing. |
nice.. :)
Suggestion : in new version you add all news created before the user registered will now count as read for that user.. byt now with this all new users dont know the news about forum... i install it for that reason NEW Members READ THE NEWS :) I thing it better to cutoff more than 5 and with More Link the BLOCK LOAD THE REST (if there is more news..) I keep for the time the old Version new users must read the NEWS... ;) Keep going |
All times are GMT. The time now is 07:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|