Quick Title Edition

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

Re: Available add-ons for Quick Title Edition

New postby ABDev » Sun Sep 11, 2011 4:23 pm

Hide
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 :).
phpBB-fr MOD and Support Team Leader

Image
User avatar
ABDev
Registered User
 
Posts: 444
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

New postby 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
____________________________________________________________
wu-systems.at - [ MODs ] || [ Addons ] || [ Snippets ] || [ Translations ]
User avatar
WileCoyote
Registered User
 
Posts: 362
Joined: Sun Jan 15, 2006 7:37 am
Location: Austria
Name: Wolfgang

Re: Available add-ons for Quick Title Edition

New postby 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
User avatar
Meis2M
Registered User
 
Posts: 297
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: MeisaM Nobari

Re: Available add-ons for Quick Title Edition

New postby 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.
phpBB-fr MOD and Support Team Leader

Image
User avatar
ABDev
Registered User
 
Posts: 444
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

New postby 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

New postby 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 ;).
phpBB-fr MOD and Support Team Leader

Image
User avatar
ABDev
Registered User
 
Posts: 444
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

New postby 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. :'(
Wanna help on phpBB? I can do for you:
- Forum installations
- MOD installations
- Updates installations, Some Tweaks and Bug Fix's
If you're interested on my services PM or email me!
User avatar
Leinad4Mind
Registered User
 
Posts: 534
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

New postby 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
Wanna help on phpBB? I can do for you:
- Forum installations
- MOD installations
- Updates installations, Some Tweaks and Bug Fix's
If you're interested on my services PM or email me!
User avatar
Leinad4Mind
Registered User
 
Posts: 534
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

New postby 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!
Wanna help on phpBB? I can do for you:
- Forum installations
- MOD installations
- Updates installations, Some Tweaks and Bug Fix's
If you're interested on my services PM or email me!
User avatar
Leinad4Mind
Registered User
 
Posts: 534
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

New postby 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 ...
phpBB-fr MOD and Support Team Leader

Image
User avatar
ABDev
Registered User
 
Posts: 444
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

New postby 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
Wanna help on phpBB? I can do for you:
- Forum installations
- MOD installations
- Updates installations, Some Tweaks and Bug Fix's
If you're interested on my services PM or email me!
User avatar
Leinad4Mind
Registered User
 
Posts: 534
Joined: Sun Jun 01, 2008 11:08 pm

Re: Available add-ons for Quick Title Edition

New postby ABDev » Tue Mar 27, 2012 8:07 pm

The add-on for "Form Generator" has been updated !
phpBB-fr MOD and Support Team Leader

Image
User avatar
ABDev
Registered User
 
Posts: 444
Joined: Sun Aug 21, 2005 9:29 pm
Location: France
Name: Adrien Bonnel

Re: Available add-ons for Quick Title Edition

New postby Leinad4Mind » Tue Mar 27, 2012 11:23 pm

Thank you very much!

Cheers!
Wanna help on phpBB? I can do for you:
- Forum installations
- MOD installations
- Updates installations, Some Tweaks and Bug Fix's
If you're interested on my services PM or email me!
User avatar
Leinad4Mind
Registered User
 
Posts: 534
Joined: Sun Jun 01, 2008 11:08 pm

Previous