News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SMF Topic Prefix Lite Mod

Started by Nibogo, April 19, 2009, 10:27:22 AM

Previous topic - Next topic

Nibogo


SMF Topic Prefix Mod v1.2.2 - NIBOGO
Powerful topic prefix system, with full control of every prefix.





Important Info:
o This Mod was created by SMFPacks.com - The #1 Website for the Customziation of your SMF.

SMFPacks.com Provides Other Great Packages:
- Reason for Editing Mod.
- Yet Another Global Announcements Mod.
- SMF Social Groups.
- SMF Links Directory.
- SMF Downloads Directory.
- SMF Dynamic Directory.
- Advanced Topic Prefix Mod.
- Advanced Invitations System.
- Move Topic Notification.
- PM to New Members.
- Permissions Info.
- Next Post Level.
- Karma Buttons.
- SMF Multi Quote.
- Attachments in Topics.
- and much more visit us on SMFPacks.com

Author:
- NIBOGO

PRO Version & SMF 1.1.X Version:
o THERE IS A PRO VERSION AVAILABLE WITH PREFIX COLOR, FORMAT (B,I.U and S), Hyperlink, Image, Custom Sort of Prefixes, and more.


Features:
o You can create unlimited prefix.
o Select in what boards will be shown each prefix.
o Select what membergroups will be able to select each prefix.
o Simple and friendly admin panel for all the prefix.
o Permission to manage prefixes.
o Support for the Linktree.
o Easy manual installation , you can manually install the db with the db_prefix.php.

Manual Edit:

The SMF Topic Prefix Mod has a new feature, YAGAM Manual Database Installation you only need to upload the file "db_prefix.php" and open the file on your browser:

http://www.yourforum.com/smf/db_prefix.php

Languages:
- English/English UTF8
- Spanish_es/Spanish_latin - Spanish_es-utf8/Spanish_latin-utf8

Compatibility:
- 2.0

Changelogs:

Version 1.2.2 - June 29, 2011
- Added 2.0 Support.

Version 1.2 - Dic 01, 2009
- Added Curve & 2.0 RC2 Support.
- Changed the Latest Version Script provider to SMFPacks.com

Version 1.1 - May 25, 2009
- Now the mod shows the name of each membergroups in the Admin Panel
- Fixed some bugs in the Topic Prefix Version Page.
- Fixed a little bug in the Post page.
- Fixed a bug in Topic Prefix strings with the Permission Name and Description

Version 1.0 - Apr 01, 2009
- Initial Release.

TechPrince

v2 is still in RC stages where v1 is final. So i would say it would have been better if this was for v1.1.8 first :)

mincel

OK,

I'v already instal this mod on 2.0 RC1...
Ther i no postprefix panet al Administrativ panet at all.

O! Important message, i'm installing on polish/polish-utf8... but i'm doing it like with english and spanish, manually.

Why there is no panel and no info that this mod is installed?

casp3r

Great mod, installed and worked first time no problems. Suggestion for future versions - separate the prefix from the topic title so that they become two separate clickable entities e.g.

'prefix 1 topic header'
becomes two clickable entities
'prefix 1' and 'topic header'
Clicking 'prefix 1' would then list all topics with the same prefix.
Make sense? :)
Aviation forum & gallery
www.niaviation.co.uk

casp3r

In Admin under the 'Forum' section there should be 'Prefix Admin Panel'
Aviation forum & gallery
www.niaviation.co.uk

mincel

#5
Quote from: casp3r on April 19, 2009, 03:31:28 PM
In Admin under the 'Forum' section there should be 'Prefix Admin Panel'

No! there ios nothing like this, eaven in eanglish version.

edi67

So many times i was waiting it thx nibogo i will try
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

edi67

#7
Installed and everything seems working ok, no errors found yest.

One important question is possible that prefix go at the end of title and not at the begin ?
i means now title of topic appear so:  [RS] Crysys  i will like to have this  Crysys [RS]
how i could invert it ?

Another question Nibogo, i need to add 2 or more prefix is possible LEAVE the blank space that your mod create between ecc prefix added?
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Nibogo

Quote from: TechPrince on April 19, 2009, 02:37:49 PM
v2 is still in RC stages where v1 is final. So i would say it would have been better if this was for v1.1.8 first :)

I don't think so, there is already a PostPrefix mod for SMF 1.1.X, Don't ask me to convert the mod I will not do that

Quote from: mincel on April 19, 2009, 03:27:53 PM
OK,

I'v already instal this mod on 2.0 RC1...
Ther i no postprefix panet al Administrativ panet at all.

O! Important message, i'm installing on polish/polish-utf8... but i'm doing it like with english and spanish, manually.

Why there is no panel and no info that this mod is installed?

Did you add the translation in the Polish files??

Quote from: edi67 on April 19, 2009, 05:45:00 PM
Installed and everything seems working ok, no errors found yest.

One important question is possible that prefix go at the end of title and not at the begin ?
i means now title of topic appear so:  [RS] Crysys  i will like to have this  Crysys [RS]
how i could invert it ?

Another question Nibogo, i need to add 2 or more prefix is possible LEAVE the blank space that your mod create between ecc prefix added?

In Post.php find:

//Topic Prefix Mod
if (isset($_POST['post_prefix']))
$_POST['subject'] = $_POST['post_prefix'] . '  ' . $_POST['subject'];


Replace with:

//Topic Prefix Mod
if (isset($_POST['post_prefix']))
$_POST['subject'] = $_POST['subject'] . '  ' . $_POST['post_prefix'];

edi67

Quote from: NIBOGO on April 19, 2009, 06:52:32 PM

Quote from: edi67 on April 19, 2009, 05:45:00 PM
Installed and everything seems working ok, no errors found yest.

One important question is possible that prefix go at the end of title and not at the begin ?
i means now title of topic appear so:  [RS] Crysys  i will like to have this  Crysys [RS]
how i could invert it ?

Another question Nibogo, i need to add 2 or more prefix is possible LEAVE the blank space that your mod create between ecc prefix added?

In Post.php find:

//Topic Prefix Mod
if (isset($_POST['post_prefix']))
$_POST['subject'] = $_POST['post_prefix'] . '  ' . $_POST['subject'];


Replace with:

//Topic Prefix Mod
if (isset($_POST['post_prefix']))
$_POST['subject'] = $_POST['subject'] . '  ' . $_POST['post_prefix'];


great Nibogo thx ;)
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

mincel

Quote from: NIBOGO on April 19, 2009, 06:52:32 PM
Quote from: mincel on April 19, 2009, 03:27:53 PM
OK,

I'v already instal this mod on 2.0 RC1...
Ther i no postprefix panet al Administrativ panet at all.

O! Important message, i'm installing on polish/polish-utf8... but i'm doing it like with english and spanish, manually.

Why there is no panel and no info that this mod is installed?

Did you add the translation in the Polish files??

Yes, i made it identycli like in spanish and english files...
There is a prefix field while posting and there ia a data base, but ther are no panel for moderin it :/

Sudhakar Arjunan

Hi Author,

Will you explain me the exact need of the mod.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Nibogo

Quote from: mincel on April 20, 2009, 10:05:56 AM
Quote from: NIBOGO on April 19, 2009, 06:52:32 PM
Quote from: mincel on April 19, 2009, 03:27:53 PM
OK,

I'v already instal this mod on 2.0 RC1...
Ther i no postprefix panet al Administrativ panet at all.

O! Important message, i'm installing on polish/polish-utf8... but i'm doing it like with english and spanish, manually.

Why there is no panel and no info that this mod is installed?

Did you add the translation in the Polish files??

Yes, i made it identycli like in spanish and english files...
There is a prefix field while posting and there ia a data base, but ther are no panel for moderin it :/

Edit your admin.php file manually ;)

Quote from: A.SK on April 20, 2009, 01:16:32 PM
Hi Author,

Will you explain me the exact need of the mod.

You can add prefix in all the topics, like [RS] if the topic has a link in RapidShare or [APPROVED] if the content has been aproved, You can do a lot of things with the prefix ;)

mincel

Quote from: NIBOGO on April 20, 2009, 04:32:55 PM
Quote from: mincel on April 20, 2009, 10:05:56 AM
Quote from: NIBOGO on April 19, 2009, 06:52:32 PM
Quote from: mincel on April 19, 2009, 03:27:53 PM
OK,

I'v already instal this mod on 2.0 RC1...
Ther i no postprefix panet al Administrativ panet at all.

O! Important message, i'm installing on polish/polish-utf8... but i'm doing it like with english and spanish, manually.

Why there is no panel and no info that this mod is installed?

Did you add the translation in the Polish files??

Yes, i made it identycli like in spanish and english files...
There is a prefix field while posting and there ia a data base, but ther are no panel for moderin it :/

Edit your admin.php file manually ;)


I'v already made it twice... each time it was remowed... now it is on serwer, maby now it will works.


But now... after the clearing the cash i got:
QuoteTemplate Parse Error!
It seems something has gone sour on the forum with the template system. This problem should only be temporary, so please come back later and try again. If you continue to see this message, please contact the administrator.

You can also try refreshing this page.

How long it will shows?

netoya

can I change the color of the prefix and also make it to where the prefix isn't part of the link to that topic?

Nibogo

Quote from: netoya on April 21, 2009, 10:48:58 AM
can I change the color of the prefix and also make it to where the prefix isn't part of the link to that topic?

Both are possible, but I will have to edit all the pages where the topics can be shown (unread, notifications, recent) so I will not do that

netoya

Tell a change in one place, and I changed myself in all the rest.

mincel

NIBOGO, thanks for all Your help.
The mod is excellent.

I'v found the problem and solution to it...
Friend of mine gave me the account on the serwer where he instal SMF...
I was trying to install the mod on my account but on bord which was instaled from admion account...
When i'v take and instal mod from the admion account everything starts to woork propperly.

If any one of You will have problem with instaling mod, just check Your priviliges on server account ;D

casp3r

Quotecan I change the color of the prefix and also make it to where the prefix isn't part of the link to that topic?

QuoteBoth are possible, but I will have to edit all the pages where the topics can be shown (unread, notifications, recent) so I will not do that
An excellent mod and one I would really like to use but I think these additions are a must - the next version maybe? :)
Aviation forum & gallery
www.niaviation.co.uk


Advertisement: