PDA

View Full Version : Latest announcement on forum home


tantawi
02 Oct 2005, 22:19
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 (http://www.vbulletin.org/forum/showpost.php?p=785462&postcount=8))

1.01 Update:
- Now it works if you use prefix in database.

Enjoy :)

FleaBag
02 Oct 2005, 22:52
Nice work, I shall most certainly use it. :)

illusions
03 Oct 2005, 00:03
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

thedvs
03 Oct 2005, 00:42
Works great thanks. *installed*

tantawi
03 Oct 2005, 06:28
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

Are you sure you have vB 3.5 Final installed? I never tested this code on any Betas or RCs. And try the updated hack, as your problem may be with table prefix?

Welcome FleaBag & thedvs :)

swantonio
03 Oct 2005, 13:15
and possible to have it of different color more and than an announcement

:squareeyed:

Snake
03 Oct 2005, 15:14
Nice hack. Installed!

Andreas
03 Oct 2005, 21:34
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 :)

tantawi
03 Oct 2005, 22:04
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.

csidlernet
05 Oct 2005, 05:13
Thankyou i've been looking for something like this!
/me installs

Alien
06 Oct 2005, 04:18
So this adds 1 query to forumhome? Or more?

tantawi
06 Oct 2005, 07:12
So this adds 1 query to forumhome? Or more?

Only one.

vibe
10 Oct 2005, 05:53
nice work

goodwillstacy
14 Oct 2005, 08:04
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

JagFan
17 Oct 2005, 19:05
Thanks! Installed!

Calisse
06 Dec 2005, 01:09
almost essential for every forum, ive been DESPERATE for this hack! Thank you!

10/10 install it NOW! (easy to use)

tantawi
11 Jan 2006, 11:59
Updated and now it's a plugin :D

klaush
11 Jan 2006, 13:03
Updated and now it's a plugin :D

Thanks!

I got a XML-Error when try to install.

tantawi
11 Jan 2006, 13:14
Thanks!

I got a XML-Error when try to install.

Oh sorry. Fixed by now.

Mr. Bone88
13 Jan 2006, 09:48
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

olli666
26 Feb 2006, 15:06
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

Please, i can't find it too :ermm:

Shaikan
20 Mar 2006, 14:30
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.

zeroality
26 Jul 2006, 00:12
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.

zeroality
26 Jul 2006, 11:34
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:
51050

I did all this by editing the plugin code and the template code. Here is what I have for both:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------





Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



You can get an idea of how to edit the plugin once you compare my code to the original. Have fun guys.

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.

zeroality
27 Jul 2006, 07:49
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.

51182

mshadows
18 Aug 2006, 18:25
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.

tantawi
18 Aug 2006, 19:11
mshadows, It works for me on on 3.6, nothing changed, you may need to rebuild threads info.

Regards.

mshadows
18 Aug 2006, 21:29
What do you mean by rebuild threads info? Sorry I'm a bit of a newbie with this kind of stuff.

tantawi
18 Aug 2006, 22:48
From your admincp, select Maintenance > Rebuild thread info.

Regards.

RobbieZ
20 Sep 2008, 23:45
Anyone got a 3.7.3 version ?

kmoh
16 Feb 2010, 08:50
Do you have this in 3.8.4?

Christie
16 Feb 2010, 11:24
Do you have this in 3.8.4?

Yes I use this mod in 3.8.4 - no problems

dexodisc
10 Oct 2010, 06:17
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?