Warning: The author of this contribution does not provide support for it anymore.

Quick Title Edition

Available add-ons for Quick Title Edition - Quick Title Edition

Re: Available add-ons for Quick Title Edition

by ABDev » Sun Sep 11, 2011 4:23 pm

z2z wrote:Requests for next version: :P
Use of phpBB hook
Module placed in Mods Page
Attribute Page (Like tags clouds) .. may be store number of times used in db.

Hi,
We have looked in order to use Hook system, but we think it won't be possible because that system does not manage all the parts of the software.
But, in the 1.2.0 version, we have reduced some small parts of code.

For the module page in the Mods tab, we won't do it. We think its place is in the Messages tab :).
For the tags cloud, why not. But we won't make it now, because PastisD and me are working on our new MOD.

@Others : I'll try to make you the asked add-ons soon.

Just an info, but all the add-ons will have to be revized when the 1.2.0 version will be released, because we have optimized the code for the big boards :).
ABDev
Registered User
Posts: 909
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

by WileCoyote » Tue Oct 04, 2011 1:38 pm

Addon for Board3 Portal 2.0.0b1.
Please note that Board3 Portal 2.0.0b1 is still under development.

Regards
WileCoyote
User avatar
WileCoyote
Registered User
Posts: 432
Joined: Sun Jan 15, 2006 7:37 am
Location: Austria
Name: Wolfgang

Re: Available add-ons for Quick Title Edition

by Meis2M » Wed Oct 05, 2011 2:13 pm

any way to add prefix in rss seo pbject?
http://www.zohall.com/forum/rss/rss.xml
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
User avatar
Meis2M
Translator
Posts: 1018
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری

Re: Available add-ons for Quick Title Edition

by ABDev » Wed Oct 05, 2011 5:19 pm

I'll see for that, but RSS cannot display images, only text.
So I'll have to use the alternative text of the images in this case.
ABDev
Registered User
Posts: 909
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

by ThePriestij » Wed Oct 12, 2011 9:06 pm

Hı I installed QTE but, after change attirube of selected topic, if someone reads forum, attirube is lost. Can not seen at viewforum.php. what is wrong?
ThePriestij
Registered User
Posts: 1
Joined: Wed Oct 12, 2011 9:03 pm

Re: Available add-ons for Quick Title Edition

by ABDev » Thu Oct 13, 2011 9:27 am

Hi,
Your request does not concern an add-on or a new feature.
Please create a new ticket ;).
ABDev
Registered User
Posts: 909
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

by Leinad4Mind » Tue Jan 31, 2012 12:07 am

Form Generator Add-On isn't up to date. Because almost all finds are incorrect.

Code: Select all

 <open src="styles/prosilver/template/form_body.html">
      <edit>
        <find><![CDATA[{TITLE_PREVIEW}]]></find>


doesn't exist...


Code: Select all

   <open src="form.php">


form.php it only exist on root/includes/form/form.php and it hasnt the find requested

Can you make a correction for this mod please? ("form_generator_0.0.2.zip")

EDIT: I've now been able to put compatible with "jQuery Quick Topic Title Edit v.0.0.2" and with "Topic Solved MOD" :)

But the form ADD-On I still need help on it. :'(
Want to access all my Premium MODs and Extensions? Check out my store
phpBB Portugal Translator and Moderator
User avatar
Leinad4Mind
Translator
Posts: 865
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

by Leinad4Mind » Mon Feb 13, 2012 2:36 pm

last post topic title ADD-ON has a "bug" :/

The attribute shown is not the correct one on some cases:

On the viewforum (with all topics) it's all good, if I go down on 1 subforum (with categories or not) it's fine too. No problem so far.

BUT if I go down again in other sub-forum, and again. The problem appears!

In other words, on index.php the attribute it's wrong.

EDIT: I found the BUG.

Installation file isn't totally correct x'D

in this FIND:

Code: Select all

      return $forum_rows;


it has 2 lines equal. And we should put before the 2nd one. :D
Want to access all my Premium MODs and Extensions? Check out my store
phpBB Portugal Translator and Moderator
User avatar
Leinad4Mind
Translator
Posts: 865
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

by Leinad4Mind » Mon Feb 13, 2012 11:25 pm

Sorry the triple x post, but we have a little problem with "last post topic title ADD-ON".

On ACP, in that MOD area, we have an option: "number of chars, display on the page:"
But the chars of the QTE MOD aren't count.

Can you include the counting please? Thanks!
Want to access all my Premium MODs and Extensions? Check out my store
phpBB Portugal Translator and Moderator
User avatar
Leinad4Mind
Translator
Posts: 865
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

by ABDev » Tue Feb 14, 2012 6:52 am

it is not really a "problem". In fact, QTE adds a prefix before the topic title, but it is not added inside this one.
So, it cannot be counted, as the characters of a topic title.

To "solve" it, we should change the code of the attr_display() method ...
ABDev
Registered User
Posts: 909
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

by Leinad4Mind » Tue Feb 14, 2012 1:49 pm

Yeah that's why I said "little" x'D. And I'm aware of that. I've think on create an extra sql adition, to do that count, and after that to sum to the "subject". Something like "select qte_table where length(PREFIX)" to a variable, and then use it. But it's your code. So I let up to you ^^. I could easily forget something important. xD
Want to access all my Premium MODs and Extensions? Check out my store
phpBB Portugal Translator and Moderator
User avatar
Leinad4Mind
Translator
Posts: 865
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

by ABDev » Tue Mar 27, 2012 8:07 pm

The add-on for "Form Generator" has been updated !
ABDev
Registered User
Posts: 909
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

by Leinad4Mind » Tue Mar 27, 2012 11:23 pm

Thank you very much!

Cheers!
Want to access all my Premium MODs and Extensions? Check out my store
phpBB Portugal Translator and Moderator
User avatar
Leinad4Mind
Translator
Posts: 865
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

by Jessica » Fri May 25, 2012 3:23 am

is it possible to add in Top Five?
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
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: Available add-ons for Quick Title Edition

by ABDev » Fri May 25, 2012 5:42 am

Can you give the link to the MOD please ?
ABDev
Registered User
Posts: 909
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel