News:

Wondering if this will always be free?  See why free is better.

Main Menu

Hot Forum Links

Started by ascaland, January 21, 2012, 09:54:51 AM

Previous topic - Next topic

ascaland

Hot Forum Links


Link to Mod || Author || Support Topic


Hot Forum Links is a modification where selected users can choose certain topics as "hot links" which is displayed on a list in the board index and in the hot links archive. Users have the ability to remove and modify hot links as well.

Idea by Christian Okoye
Modification created by Anthony Calandra/Anthony`/Project Evolution - 2012

Gryzor

Are there any screenshots, or a demo somewhere?

ascaland

Thanks for reminding me! Pictures have been added to the mod page.

Gryzor

Thanks, much appreciated! Looks nice and interesting... I think I'll give it a go :)

crazyASD

Wow! Cool thing! I Wish automatic hot links generation, by post count.

oloyede JAMIU

Do u need free things and free information
Visit http://www.freegist.com.

1Chope

'Nairaland' Mode. Many Nigerians will be soon knocking  ;D

phlexx

Is there a version for smf 2.0.2?

1Chope

Project Evolution do you mind making the mode compatible with 2.X.X version please

ascaland

Quote from: Wanchope on August 09, 2012, 06:46:26 PM
Project Evolution do you mind making the mode compatible with 2.X.X version please

Sorry, I don't have the time to update it to the latest 2.0 version. But anyone else has my permission to modify it for 2.0 and release it as their own.

1Chope

Ok, I will take a look at the codes when I have free time, maybe I can modify it for 2.X.X version

Gryzor


Biology Forums

#12
Thanks for the wonderful mod, Anthony.

Here's how mine looks:  http://biology-forums.com/index.php#hotlinks

ascaland


Biology Forums

#14
I accidently found a problem with this modification.

I went to remove a topic while in the message index, and I get this error:

QuoteYou 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 2
File: /***/Sources/RemoveTopic.php
Line: 290

This corresponds to this line:

WHERE id_topic $condition", __FILE__, __LINE__);

Strangely, it still deletes the topic, but it redirects to the error page. On the contrary, I do not experience this problem when deleting a topic while in topic view.

Found the solution

Find:

db_query("
DELETE FROM {$db_prefix}log_notify
WHERE ID_TOPIC $condition", __FILE__, __LINE__);


Add before:

// Delete hot link
db_query("DELETE FROM {$db_prefix}hot_forum_links
        WHERE id_topic $condition", __FILE__, __LINE__);

ascaland

You got the error when you were trying to remove the topic? Very odd because I can't reproduce this on a test forum.

Can you describe the steps in detail for me, please?

Biology Forums

Quote from: Anthony` on April 14, 2013, 12:02:29 PM
You got the error when you were trying to remove the topic? Very odd because I can't reproduce this on a test forum.

Can you describe the steps in detail for me, please?

I couldn't either on my test forum; could only be an anomaly in my forum since it is heavily modified.

Biology Forums

I found another mistake on a fresh SMF install.

*See attachment*

All other language strings work, except for this one :(

ascaland

Thank you very much Liam_Michael. Version 1.0.1 is now available.

Biology Forums

Quote from: Anthony` on April 14, 2013, 05:05:39 PM
Thank you very much Liam_Michael. Version 1.0.1 is now available.

You're welcome, thank you for the wonderful mode once again.

What did you change exactly?

Advertisement: