[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
tbackoff
Former Team Member
Posts: 7068
Joined: Thu Jun 04, 2009 1:41 am
Location: cheerleading practice
Name: Tabitha Backoff

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

Post by tbackoff »

Couple of thoughts with my first few minutes of playing with it.
  • As watisnf.nl stated, it is not possible to add prefixes to new topics.
  • You must edit the first post to add a prefix, and clicking "Preview" doesn't show the prefix prepended.
  • The blue boxes are not very user-friendly (you mentioned about having something better, so I'm not too concerned). Have you thought about a dropdown list?
  • I believe you mentioned this before, but I'll restate it - it would be nice if we could click the groups and forums we want the prefix to be allowed.
  • Prefixes in viewforum and search results? Possibility to search by prefix?
Flying is the second best thrill to cheerleaders; being caught is the first.
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 »

t_backoff wrote:Couple of thoughts with my first few minutes of playing with it.
  • As watisnf.nl stated, it is not possible to add prefixes to new topics.
  • You must edit the first post to add a prefix, and clicking "Preview" doesn't show the prefix prepended.
Good catch. I had just been testing with editing a topic. I'll need to add the ability to "add" prefixes on new topics, and I'll need to make changes persist when preview is pressed.
t_backoff wrote:
  • The blue boxes are not very user-friendly (you mentioned about having something better, so I'm not too concerned). Have you thought about a dropdown list?
Is drag-and-drop bad UI? I'm not very good with user-experience stuff, but I would think that simple click-drag-drop is easier than having to click a dropdown before you can even see the list. And onceI have the dropdown, what happens when I select a prefix? In my TMM modification, I think I'm using either a multi-select box or checkboxes (I can't remember which) but I'm wanting to be able to allow users to control the order in which the prefixes appear, so it can't just be a static list.

I'm open to suggestions on how to best present this, but I assumed drag and drop would be the most user-friendly way, though the current presentation is admittedly lacking.
t_backoff wrote:
  • I believe you mentioned this before, but I'll restate it - it would be nice if we could click the groups and forums we want the prefix to be allowed.
  • Prefixes in viewforum and search results? Possibility to search by prefix?
Viewforum is implemented, pending a couple of template events. Search results and other places that list topics will come shortly after.
Search, sort, filter, etc. by prefix is probably not going to make it in the first version, though it is something I'd like to add eventually. I had it somewhat working on a development version of TMM but I haven't looked at that in forever and implementation will be different in an extension anyway.

Thanks for looking it over. Looks like I've got my work cut out for me.

EDIT: I have added GitHub Issues to my repository. If you can think of improvements, it would be great to discuss them each individually there instead of cluttering this topic, which should be more for the broader discussion of the extension. https://github.com/imkingdavid/prefixed/issues Thanks!
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
tbackoff
Former Team Member
Posts: 7068
Joined: Thu Jun 04, 2009 1:41 am
Location: cheerleading practice
Name: Tabitha Backoff

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

Post by tbackoff »

imkingdavid wrote:
t_backoff wrote:
  • The blue boxes are not very user-friendly (you mentioned about having something better, so I'm not too concerned). Have you thought about a dropdown list?
Is drag-and-drop bad UI? I'm not very good with user-experience stuff, but I would think that simple click-drag-drop is easier than having to click a dropdown before you can even see the list. And onceI have the dropdown, what happens when I select a prefix? In my TMM modification, I think I'm using either a multi-select box or checkboxes (I can't remember which) but I'm wanting to be able to allow users to control the order in which the prefixes appear, so it can't just be a static list.

I'm open to suggestions on how to best present this, but I assumed drag and drop would be the most user-friendly way, though the current presentation is admittedly lacking.
Actually, now that I've played with it more, I actually kinda like it, so just ignore me. :P I would suggest that the boxes have titles above them. Something like "Available prefixes" and "Prefixes applied to this topic" (or however you want to word it).
Flying is the second best thrill to cheerleaders; being caught is the first.
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 »

Yeah, that would probably be a good idea. I've added an issue for it. Let me know if you can think of anything else. Of course, at least for early versions, the idea is to be lightweight but functional, and user-friendliness is a plus (though I'm not very good with design/presentation).
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
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 »

As an update, I have figured out that for new topics I am unable to get the topic ID within the events that are currently available. I have requested a new event to be added inside submit_post() so that I can get the information I need. Until that is done, prefixes on new topics will not work. However, I have fixed the issue with it clearing prefixes when you use preview (this has not been merged at the time of this post, but there's a fix in development).
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
hd321kbps
Registered User
Posts: 190
Joined: Tue Oct 16, 2012 10:16 am
Location: Russian
Name: Igor Marchuk

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

Post by hd321kbps »

cyrillic not work
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 »

hd321kbps wrote:cyrillic not work
I hadn't thought to test with non-Latin characters. I'll make sure this is fixed by the time the first version is released. Thanks!
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

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

Post by Jessica »

I'm not sure what I'm doing wrong..the prefixes aren't appearing in the forum created

http://chenschool.elementfx.com/ascraeu ... e=post&f=2

Where do I add the prefix? I created one called [Test]
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
tbackoff
Former Team Member
Posts: 7068
Joined: Thu Jun 04, 2009 1:41 am
Location: cheerleading practice
Name: Tabitha Backoff

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

Post by tbackoff »

It is not possible to add prefixes to new topics last I checked (known bug).
Flying is the second best thrill to cheerleaders; being caught is the first.
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

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

Post by Jessica »

Oh I completely forgot about that bug. Makes sense now. Thanks >_<
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
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 »

Correct, right now I'm waiting on some template events to be merged, but we're in discussion about the best way to go about it. The PHP event I needed for grabbing the topic prefix was merged so that part is implemented, it just won't show up in the template until the template event is made available.
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

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

Post by Raul [ThE KuKa] »

Spanish language complete for this Extension. ;)
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


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 »

Thanks. I'll add it when I get the chance!
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
regazer
Registered User
Posts: 69
Joined: Sun Sep 08, 2013 7:11 pm
Name: Reginald Gazer

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

Post by regazer »

Hello, I've made german translations ( de, de_x_sie ).

deutsche Sprachdateien

EDIT: new download address
Last edited by regazer on Mon Jan 13, 2014 8:04 pm, edited 2 times in total.
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 »

Thanks!

However, to anyone else who wants to translate this extension, I'd recommend waiting an RC release in case I end up making changes to specific wording or if I add or remove language entries. I'll try to leave some time between RC releases and the final release so that there is enough time to make sure the translations are complete.

I appreciate the help!
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.

Return to “Abandoned Extensions”