Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: digger on May 17, 2007, 09:42:33 PM

Title: TopicStarter Mod
Post by: digger on May 17, 2007, 09:42:33 PM
Link to the mod (https://custom.simplemachines.org/index.php?mod=763)

This mod show little icon near member name in all topic author's posts in a topic.

History:

1.3 Mod is XHTML compliant.
1.4 Updated for support SMF2 RC2.
1.5 Updated for support SMF2 RC3. Russian-1251 localization added.
1.6 Updated for support SMF2.0 Gold.
1.7 Italian localization added.
1.8 SMF 2.1 support

--
Files modified:
Display.template.php
languages/index.english.php
languages/index.russian.php

GitHub repository: https://github.com/realdigger/SMF-TopicStarter
Title: Re: TopicStarter Mod
Post by: !Hachi! on May 17, 2007, 10:03:05 PM
great mod will be useful.
              gonna try it .
Thanks
Title: Re: TopicStarter Mod
Post by: Skipdawg on May 20, 2007, 02:09:37 PM
Great Mod and idea thanks.  ;)
Title: Re: TopicStarter Mod
Post by: [Lucien] on May 21, 2007, 02:09:52 AM
Great mod!! Thnx  :)
Title: Re: TopicStarter Mod
Post by: L.G.S on May 31, 2007, 01:19:24 PM
this mod doesn't work properly...somehow in a topic made months before a member joined, they are the topic starter...

See the member "Kim" here:
http://www.ruthlessintent.com/board/what_song_are_you_listening_to-t3386.260.html

She joined this month, and the topic was started by a member called Majin over a YEAR ago...
Title: Re: TopicStarter Mod
Post by: digger on June 01, 2007, 07:41:21 AM
Quote from: L.G.S on May 31, 2007, 01:19:24 PM
this mod doesn't work properly...somehow in a topic made months before a member joined, they are the topic starter...

See the member "Kim" here:
http://www.ruthlessintent.com/board/what_song_are_you_listening_to-t3386.260.html
I don't see my mod here.
SMF tracking who are the starter. Mod only show picture when need.
Title: Re: TopicStarter Mod
Post by: L.G.S on June 01, 2007, 01:08:49 PM
Yes its not there now because I had to remove it, but as I said when I used this mod it gave me the wrong topic author in certain threads
Title: Re: TopicStarter Mod
Post by: master2oo8 on August 05, 2008, 08:44:48 PM
Hi,

i'm using SMF 1.1.5 but cant install over paketmanager, i get that error

The package you are trying to download or install is either corrupt or not compatible with this version of SMF.


But manual install has worked, nice mod thx!
Title: Re: TopicStarter Mod
Post by: digger on August 05, 2008, 10:26:59 PM
Quote from: master2oo8 on August 05, 2008, 08:44:48 PM
Hi,

i'm using SMF 1.1.5 but cant install over paketmanager, i get that error

The package you are trying to download or install is either corrupt or not compatible with this version of SMF.

I fixed it and re-upload mod.
Title: Re: TopicStarter Mod
Post by: vagrant on September 17, 2008, 09:00:49 AM
is this compatible with SMF 2.0 Beta 4 ?
Title: Re: TopicStarter Mod
Post by: master2oo8 on September 25, 2008, 02:01:40 PM
Yes, i think yes
Title: Re: TopicStarter Mod
Post by: digger on October 07, 2008, 02:02:57 PM
Updated for 2.0 Beta 4
Title: Re: TopicStarter Mod
Post by: Sudhakar Arjunan on November 08, 2008, 08:39:40 AM
am using 2.0.4 Beta.

Today a member register and i he could see this error at top of every page.

"// * Mod 'TopicStarter' by Digger $txt['TopicStarter_txt'] = 'Àâòîð òåìû'; // Mod 'TopicStarter' by Digger * "

Only to that particular user.
Title: Re: TopicStarter Mod
Post by: master2oo8 on November 08, 2008, 09:24:39 AM
I have upgraded my SMF to 2.0 Beta 4, it works without problems.
But the writeicon is now in a own tabel.

I mean:
Nickname
Topicstarter icon
Title
Stars
Onlinestatus
...

At 1.1.5 it was
Nickname  Topicstarter icon
Title
Stars
Onlinestatus.

Is that normal?
Title: Re: TopicStarter Mod
Post by: digger on November 08, 2008, 02:38:36 PM
Quote from: A.SK on November 08, 2008, 08:39:40 AM
am using 2.0.4 Beta.

Today a member register and i he could see this error at top of every page.

"// * Mod 'TopicStarter' by Digger $txt['TopicStarter_txt'] = 'Àâòîð òåìû'; // Mod 'TopicStarter' by Digger * "

Only to that particular user.
You have error in index.english.php file.
Title: Re: TopicStarter Mod
Post by: digger on November 08, 2008, 03:09:27 PM
Quote from: master2oo8 on November 08, 2008, 09:24:39 AM
I have upgraded my SMF to 2.0 Beta 4, it works without problems.
But the writeicon is now in a own tabel.

I mean:
Nickname
Topicstarter icon
Title
Stars
Onlinestatus
...

At 1.1.5 it was
Nickname  Topicstarter icon
Title
Stars
Onlinestatus.

Is that normal?
fixed in 1.2
Title: Re: TopicStarter Mod
Post by: master2oo8 on November 08, 2008, 03:43:10 PM
Thx a lot!
Title: Re: TopicStarter Mod
Post by: Sudhakar Arjunan on November 08, 2008, 10:55:47 PM
Quote from: digger on November 08, 2008, 02:38:36 PM
Quote from: A.SK on November 08, 2008, 08:39:40 AM
am using 2.0.4 Beta.

Today a member register and i he could see this error at top of every page.

"// * Mod 'TopicStarter' by Digger $txt['TopicStarter_txt'] = 'Àâòîð òåìû'; // Mod 'TopicStarter' by Digger * "

Only to that particular user.
You have error in index.english.php file.

This is what there in my file.


// * Mod 'TopicStarter' by Digger
$txt['TopicStarter_txt'] = 'Topic starter';
// Mod 'TopicStarter' by Digger *
     
?>
Title: Re: TopicStarter Mod
Post by: The Saviour on November 24, 2008, 05:03:58 PM
I've been using this mod for quite some time...and to be honest...I like it very much.

However, your mod is not XHTML compliant and returns an error when submitted to W3C.

I'm in the process of cleaning up those mods on my forum that do not comply...unfortunately...yours is one of those which fall into that category.

I've clicked the link to notify me of updates...and hopefully, you'll get the issue fixed and notify those who have subscribed to be notified.


All my best...
Title: Re: TopicStarter Mod
Post by: digger on November 25, 2008, 09:37:38 PM
Quote from: A.SK on November 08, 2008, 08:39:40 AM
am using 2.0.4 Beta.

Today a member register and i he could see this error at top of every page.

"// * Mod 'TopicStarter' by Digger $txt['TopicStarter_txt'] = 'Àâòîð òåìû'; // Mod 'TopicStarter' by Digger * "

Only to that particular user.

Which language use that particular user?
Title: Re: TopicStarter Mod
Post by: digger on November 25, 2008, 09:50:52 PM
Quote from: The Saviour on November 24, 2008, 05:03:58 PM
I've been using this mod for quite some time...and to be honest...I like it very much.

However, your mod is not XHTML compliant and returns an error when submitted to W3C.

Fixed & updated
Title: Re: TopicStarter Mod
Post by: The Saviour on November 25, 2008, 10:50:34 PM
Thanks for fixing it...reinstalled...and working perfectly!
Title: Re: TopicStarter Mod
Post by: TheListener on July 17, 2009, 01:33:11 PM
Good mod installed on 2.0 rc 1.1 with no problems.

Where will I find the image which is used?
Title: Re: TopicStarter Mod
Post by: aw06 on July 17, 2009, 01:59:13 PM
this mod does not seem to be working with my theme ...

www.classifieds.shopinja.com
Title: Re: TopicStarter Mod
Post by: TheListener on July 17, 2009, 02:04:30 PM
which theme and forum version are you using?
Title: Re: TopicStarter Mod
Post by: aw06 on July 17, 2009, 02:05:41 PM
Quote from: TheListener on July 17, 2009, 02:04:30 PM
which theme and forum version are you using?

SMF 1.1.10 and Theme ig-oh
Title: Re: TopicStarter Mod
Post by: TheListener on July 17, 2009, 06:26:17 PM
Quote from: TheListener on July 17, 2009, 01:33:11 PM
Good mod installed on 2.0 rc 1.1 with no problems.

Where will I find the image which is used?

Found it. The required image was found in the default theme and not the one the forum uses.
Title: Re: TopicStarter Mod
Post by: the-punisher on October 16, 2009, 09:18:31 PM
thanks Pro
Title: Re: TopicStarter Mod
Post by: okae on March 11, 2010, 07:27:08 AM
this mod will be updated for 2.0rc3?
Title: Re: TopicStarter Mod
Post by: digger on March 12, 2010, 03:51:32 AM
Quote from: okae on March 11, 2010, 07:27:08 AM
this mod will be updated for 2.0rc3?

I think it will work on RC3 without changes.
I will update installer.
Title: Re: TopicStarter Mod
Post by: Lou69 on May 27, 2010, 12:20:45 AM
Thanks for the mod!

It installed perfectly on RC3 using the RGBB theme from Crip.

thanks,

Lou

:)

Title: Re: TopicStarter Mod
Post by: TAB004 on October 16, 2010, 10:57:58 PM
Installed on 1.1.11, but it did nothing.
Title: Re: TopicStarter Mod
Post by: Magic-Onno on December 21, 2010, 08:12:00 AM
it won´t install!
SMF= 1.1.12
Nothing is done when i klick it in the package-list...

Magic-Onno
Title: Re: TopicStarter Mod
Post by: TheListener on October 04, 2011, 07:40:16 PM
Shame this mod hasn't been posted in for so long.

Digger this is a darn good mod.

However I notice the recent version still has the same version number as before. Shouldn't it be version 1.7?
Title: Re: TopicStarter Mod
Post by: digger on October 04, 2011, 08:51:31 PM
Quote from: Brack1 on October 04, 2011, 07:40:16 PM
Shame this mod hasn't been posted in for so long.

Digger this is a darn good mod.

However I notice the recent version still has the same version number as before. Shouldn't it be version 1.7?

There is no any new features :) Just updated for SMF2.0 Gold
Title: Re: TopicStarter Mod
Post by: TheListener on October 05, 2011, 06:25:53 PM
Understood.

Let's hope we get ya more users lol.
Title: Re: TopicStarter Mod
Post by: TheListener on October 05, 2011, 06:32:05 PM
For some unknown reason I'm unable to download the file as a zip.

seems to be happening a lot with users on the forums.