Search found 1604 matches

by imkingdavid
Sat Jan 07, 2017 1:58 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

@Lech-u

I just pushed a change to move that string into the language file under language/en/prefixed.php so you can put it in a language file for your language.
by imkingdavid
Tue Nov 15, 2016 7:03 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

Prefixes are fully BBCode-enabled, so it should work to use an [img] BBCode in a prefix. You should be able to put the prefix behind the topic title by changing the filenames of the template events in the extension files from: viewtopic_topic_title_prepend.html -> viewtopic_topic_title_append.html t...
by imkingdavid
Wed Nov 09, 2016 3:13 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

Oh, my mistake. For this code: $event['page_title'] = '[' . $this->load_prefixes_topic($event, 'topic_data') . ']' . $event['page_title']; You should change it to this: $topic_prefixes = $this->load_prefixes_topic($event, 'topic_data'); if (!empty($topic_prefixes)) { $event['page_title'] = '[' . $to...
by imkingdavid
Tue Nov 08, 2016 7:23 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

@SalazarAG - It's because of this line: https://github.com/imkingdavid/prefixed/blob/develop/core/manager.php#L255 You may be able to fix it by changing the code block from 246-256 in that file to this: $prefixes_array = array(); foreach ($topic_prefixes as $instance) { $vars = []; // A URL to a vie...
by imkingdavid
Mon Nov 07, 2016 4:15 am
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

SalazarAG, Yes, if you change the line to look like this it should work: $event['page_title'] = '[' . $this->load_prefixes_topic($event, 'topic_data') . ']' . $event['page_title']; I have tried installing on test forum For a beginner impossible understand little of the explanation I download program...
by imkingdavid
Thu Oct 27, 2016 1:07 am
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

I just wanted to double check, you mean that you're unable to achieve the red background in your screenshot using my extension? Note that prefixes are fully bbcode-enabled, so you should be able to use a BBCode to apply a background color and rounded corners to your prefix. Example: http://imgur.co...
by imkingdavid
Wed Oct 26, 2016 2:40 am
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

Yes, there is a template event added in 3.1.10 that is necessary for it to work out-of-the-box. If you are comfortable modifying code, you can manually apply the change to your 3.1.9 board, but I'd recommend updating anyway since 3.1.10 has been fully released. Actually it is, released: https://www...
by imkingdavid
Wed Oct 26, 2016 2:28 am
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

Thank you Electrix and Lunaus for the feedback. I will take into consideration what you guys brought up because while you're right, it's my extension and the development direction will go where I want it to, you guys are the ones using it and I want it to be intuitive and usable for the people using...
by imkingdavid
Mon Oct 24, 2016 3:26 am
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

Well the idea is to be able to put the prefixes in your desired order, and just clicking isn't going to do that. Though perhaps if there's the option to just click to add them, and then drag them when they're already selected, that might be more intuitive.
by imkingdavid
Sun Oct 23, 2016 4:44 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

in which folder to install ? i try "imkingdavid" dont work The contents of the GitHub repo should end up in {$phpbb_root_path}/ext/imkingdavid/prefixed[c] [quote="germano1"][quote] Can you confirm that you cleared the cache? Also, what happens if you put your user ID in the User...
by imkingdavid
Tue Oct 11, 2016 5:38 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

I have a little problem. I installed it just fine. However, the drop down is hidden behind the post buttons! I've tried changing the z-index put it doesn't work. I'm using a premium theme called "Canvas" and it's prosilver based. Any help is great! I had this sort of problem with normal p...
by imkingdavid
Sun Sep 25, 2016 2:43 am
Forum: [3.1.x] Support Forum
Topic: Where can I post a request for graphics features?
Replies: 9
Views: 485

Re: Where can I post a request for graphics features?

I'd suggest posting in Extension Requests. Even though it is a change to the style, it may be more extensive than that to get it exactly how you want it, so that would fall under extensions.
by imkingdavid
Wed Sep 21, 2016 2:39 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

Thanks kinerity, I'll take a look.
by imkingdavid
Tue Sep 20, 2016 1:19 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

Thanks for following up on that. I'll try to take a look at that extension to see if I can fix the clash, so you would be able to use both extensions.
by imkingdavid
Mon Sep 19, 2016 5:07 pm
Forum: Abandoned Extensions
Topic: [ABD] [3.1] [pre]fixed - Topic Prefixes extension
Replies: 245
Views: 85260

Re: [BETA][3.1] [pre]fixed - Topic Prefixes extension

As an update, I just did a search in the extension codebase and I only see one LEFT JOIN, and it doesn't look like either of those joins (it's joining the topics table using alias 't', but it is joining "ON t.poster_id = u.user_id"). So i'm not positive that the error you're seeing is from...

Go to advanced search