![]() |
Latest announcement on forum home
This is my first hack which I created out of necessity. It's is so simple, it adds "Last Announcement" in the forums home. This is done by selecting the latest thread created in a given forum to be displayed.
See the screenshot attached. 1.2 Update: - The hack now uses the plugin system, no more code changes ;). 1.1 Update: - Code is now more optimized, compatible with non-cookied and clustered boards. (Thanks for KirbyDE) 1.01 Update: - Now it works if you use prefix in database. Enjoy :) |
Nice work, I shall most certainly use it. :)
|
I get this error when I made the changes...any1 know what the problem is?
Parse error: parse error, unexpected T_WHILE in /home/illusion/public_html/forums/index.php on line 101 |
Works great thanks. *installed*
|
Quote:
Welcome FleaBag & thedvs :) |
and possible to have it of different color more and than an announcement
:squareeyed: |
Nice hack. Installed!
|
Some suggestions
- Use Hook forumhome_complete to avoid file edits - Use query_read instead of just query to avoid overhead and make the hack compatible with splitted (master/slave) mySQL servers - Use $db->fetch_array instead of mysql_fetch_array() to make the hack compatible with vBulletins Database Abstraction Layer - The generated link is missing the Session ID ($vbulletin->session->vars['sessionurl']), so it might not work for non-cookied users - ++$lnsnbsp; seems to be unnecessary Furthermore, if you just want 1 record, it's easier to use $db->query_first() Last but not least: A setting to select the Forum ID (rather than having the User edit the Plugin) would be perfect :) |
Thanks a lot KirbyDE!
I have updated the hack following your suggestions, but I really don't know how to make a plugin and I don't really have time to :(, I'm not considering myself a pro vb coder or something :) just created this little hack out of necessity and liked to share it. Anyone is welcome to port this hack into a plugin without crediting me even :) Thank you again for your valuable tips. |
Thankyou i've been looking for something like this!
/me installs |
So this adds 1 query to forumhome? Or more?
|
Quote:
|
nice work
|
Thanks! I've always wanted something like this... why don't users ever read the annoucement forum, anyway???
But this fixes that... *goodwillstacy clicks install |
Thanks! Installed!
|
almost essential for every forum, ive been DESPERATE for this hack! Thank you!
10/10 install it NOW! (easy to use) |
Updated and now it's a plugin :D
|
Quote:
I got a XML-Error when try to install. |
Quote:
|
I don't seem to get how this works. I have installed it twice and removed it twice. I can't seem to find where I insert my text for it to appear in the latest announcement area. Where do I go to add my text?
Thanks, ~Mr. Bone88 |
Quote:
|
Nice plugin.
But I would need some additional features. -) I have a multilanguage forum. So I would need that the Announcement changes depending on the forum language (so that I can enter for each language a forum where the last topic is taken for the annoucement). -) I want that I can change the number of topics displayed in the annoucement field. |
This is a cool and simple hack. Could use a bit more functionality but I'm going to try to edit that in myself. I'll post the results here if I come up with something good.
|
Edit: Alright, I've been playing around with this. It's probably nothing remarkable but I'm pretty proud of myself as I don't know mySQL or PHP and I had to do this via trial/error and am learning my way around.
This is my first experience in actually coding something in mySQL/php - all I've ever done before was move stuff around or follow file edit instructions. Anyway - here's what I've gotten so far: Attachment 51050 I did all this by editing the plugin code and the template code. Here is what I have for both: Code:
<!-- Latest Announcement --> Code:
// ### LATEST NEWS BY TANTAWI ############################################ I plan on adding a lot to this - I'm even thinking of asking someone how to trim phrases in PHP so that I can draw from the database and get the first post then trim it to 150 characters or so and display it right there under the title then a link "Read more...". -Whoops, didn't mean to double post. I thought it would auto merge my posts. |
OK, I finally finished tinkering around with it and here is my finished product. If you have any questions, you can PM me. I'm not going to post it as a hack because I don't know how to write the admin CP plugin, etc. My code is probably very inefficient as well.
Attachment 51182 |
This won't work for 3.6 - anyone have any ideas what changes I need to make to get it working? The Latest Announcement box will show but it's empty even though I have put in the correct forumid.
|
mshadows, It works for me on on 3.6, nothing changed, you may need to rebuild threads info.
Regards. |
What do you mean by rebuild threads info? Sorry I'm a bit of a newbie with this kind of stuff.
|
From your admincp, select Maintenance > Rebuild thread info.
Regards. |
Anyone got a 3.7.3 version ?
|
Do you have this in 3.8.4?
|
Quote:
|
How can you make this work in vb 4?
What would the variable need to look like? At the moment it's this: $lns_show But Vb 4 has those curly braces. Any ideas? |
All times are GMT. The time now is 02:39 AM. |
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:
|