[ABD] [3.1] [pre]fixed - Topic Prefixes extension

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by imkingdavid »

biblexcursion wrote:Is it possible to have the prefix as a coloured tag? Where we can choose the colour of the tag. To make it more visible the topics with the same prefix.
Each prefix you create in the ACP can be formatted using BBCode, which means you can specify a color using the tags. However, at this time there is not a way to set a different color for an individual instance or use of a prefix (such as setting the same prefix on two topics and making the color of that prefix different between the two topics).

You can, however, create two identical prefixes in the ACP and simply change the color specified in the BBCode tag. That does, of course, mean that any other changes made to the prefix would have to be made twice, but at this time that is the only way to accomplish that, and I don't currently have plans to implement a per-prefix-instance style system (it would become very heavy, and likely wouldn't be widely used).
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by uruguayito »

I could create and insert the code to edit the subject and was fine. But I do not see it in the viewforum.php
why? :roll:
I speak spanish
Sorry for my bad english
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by imkingdavid »

Last I checked, the necessary template events do not exist in the phpBB core. I know there is another extension that is supposed to add topic prefixes called Quick Title Edition 2.0, and I haven't checked to see if/how they do it.

The data is available to that page if you add them yourself (I don't remember the specific names of the events, but they're the filenames in the template directory in the mod) and it'll show up properly.

Last time I tried to get the template events added, they wanted to see if there was a more global solution for adding things before/after topic titles, rather than just adding new events in all of the places a topic title could show up. At this point, no progress has been made on that, so the prefixes only show up on viewtopic.
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
tamarin
Registered User
Posts: 120
Joined: Tue Feb 03, 2015 9:02 pm
Location: Germany
Name: Ed

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by tamarin »

Hello.
I have a problem:
ext/imkingdavid/prefixed/migrations/v10x/m2_initial_data.php on line 46

Can you help me please?
Thank you in advance.
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by imkingdavid »

This extension requires PHP 5.4 or higher.
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
tamarin
Registered User
Posts: 120
Joined: Tue Feb 03, 2015 9:02 pm
Location: Germany
Name: Ed

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by tamarin »

imkingdavid wrote:This extension requires PHP 5.4 or higher.
Hello.
Thank you.
I have the PHP renewed to 5.4.
How does this extension work?
I mean, how are the settings.
Can I see a screenshot?
Thank you in advance.
User avatar
tamarin
Registered User
Posts: 120
Joined: Tue Feb 03, 2015 9:02 pm
Location: Germany
Name: Ed

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by tamarin »

tamarin wrote:...
How does this extension work?
I mean, how are the settings.
Can I see a screenshot?
Thank you in advance.
No one installed this extension?
Can you not help?
User avatar
ForoXL
Registered User
Posts: 48
Joined: Wed Feb 04, 2015 4:57 pm

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by ForoXL »

biblexcursion wrote:Is it possible to have the prefix as a coloured tag? Where we can choose the colour of the tag. To make it more visible the topics with the same prefix.
Yes, i think is more interesting thing.

FAV.
http://www.ForoXL.com - Foro dedicado a temas generales
User avatar
tamarin
Registered User
Posts: 120
Joined: Tue Feb 03, 2015 9:02 pm
Location: Germany
Name: Ed

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by tamarin »

Image
Image
Image
brunoais
Registered User
Posts: 447
Joined: Wed Jun 18, 2008 10:50 am

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by brunoais »

Please make an option of some sort that allows filtering the topic list by tag in the current viewing forum and active topic list.
User avatar
Miri4ever
Registered User
Posts: 618
Joined: Sat Mar 07, 2015 11:18 am

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by Miri4ever »

I saw inside the posting area two gray squares, one with the prefixes inside and one is empty. It see the colors and anything I added there but can't select any or see a chance after submitting the edited toptic.

If I edit a topic inside the forum with permissions for prefixed everything works fine. If I edit a topic outside an forum with no definied prefixes access I got the following errors.
[phpBB Debug] PHP Warning: in file [ROOT]/ext/imkingdavid/prefixed/core/manager.php on line 396: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 2360: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3843)
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
Silens
Registered User
Posts: 1
Joined: Mon May 18, 2015 9:07 am

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by Silens »

Shouldn't

Code: Select all

topiclist_row_prepend.html
be used instead of

Code: Select all

topiclist_topic_title_before.html
to display the prefix in the topic list view?
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by imkingdavid »

Silens wrote:Shouldn't

Code: Select all

topiclist_row_prepend.html
be used instead of

Code: Select all

topiclist_topic_title_before.html
to display the prefix in the topic list view?
Indeed it is. Thanks for letting me know, I haven't been keeping up with core development so much so I didn't know there had been an event added to do this. The 'topiclist_topic_title_before' was just what I was guessing it would be called. I guess I guessed wrong. :P

The repository has been updated accordingly.
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
nero
Registered User
Posts: 321
Joined: Fri Mar 13, 2015 8:18 am

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by nero »

When will this be in BETA?
User avatar
Miri4ever
Registered User
Posts: 618
Joined: Sat Mar 07, 2015 11:18 am

Re: [DEV] [pre]fixed - Topic Prefixes extension

Post by Miri4ever »

Ok got it working PHP 5.6 was not aktivated by default at the server.

I found it a little bit difficult adding forum and groups id there. Maybe there could be a dropdown bow to select those. Also an color picker for die PHPBB Colors and codes would be nice.

What I would really like, would be something like this:

viewtopic.php?f=456&t=2218556

coloring the complete prefix with different colors. Or something like the pretty topics ext.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style

Return to “Abandoned Extensions”