Quick Title Edition

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

Available add-ons for Quick Title Edition

New postby ABDev » Sun Dec 05, 2010 3:10 am

Here are listed the available add-ons for Quick Title Edition :

Last edited by ABDev on Tue Mar 27, 2012 8:08 pm
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

Add-ons legacy

New postby ABDev » Sun Dec 05, 2010 3:11 am

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 Meis2M » Sat Jan 01, 2011 3:49 pm

any addon for this version of Last Posts Titles MOD

old version:
Last Posts Titles MOD.zip
(42.91 KiB) Downloaded 39565 times
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 » Sat Jan 01, 2011 5:18 pm

Impossible, because that MOD adds a prefix to the topics titles, and not to the posts titles.
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 Anyasha » Tue Jan 18, 2011 7:44 pm

There is a 404 on the download for the Similar Topics addon.
Kiss me, I'm Polish!
User avatar
Anyasha
Registered User
 
Posts: 701
Joined: Mon Aug 07, 2006 4:02 am

Re: Available add-ons for Quick Title Edition

New postby ALIENQuake » Sat Feb 19, 2011 1:13 am

Hide
ABDev wrote:Similar Topics


Hide
Anyasha wrote:There is a 404 on the download for the Similar Topics addon.


It's because "-" instead of "_" in link, proper link: http://abdev.free.fr/mod-qte/add-ons/addon_sm_101.zip
ALIENQuake
Registered User
 
Posts: 85
Joined: Tue Dec 28, 2010 4:06 pm

Re: Available add-ons for Quick Title Edition

New postby Meis2M » Mon Feb 21, 2011 9:07 am

any add on for user blog mod?
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 z2z » Wed Feb 23, 2011 8:34 am

Add link to prefix / attribute

Sample link : phpbburl/search.php?attr_id=1

Open: includes/functions_attributes.php

Find:
Code: Select all
    function attr_display($attribute_id$user_id$timestamp)
    {
        if ( empty(
$attribute_id) || empty($user_id) || empty($timestamp) )
        {
            return 
false;
        }

        global 
$user;
      


Add after:
Code: Select all
        global $phpbb_root_path$phpEx;         


Find:
Code: Select all
            return !$this->attr[$attribute_id]['attr_type'] ? '<span' $attribute_colour '>' $attribute_name '</span>' $this->attr_img_key($this->attr[$attribute_id]['attr_img'], $attribute_name);       


Replace with:
Code: Select all
            $attribute_link append_sid("{$phpbb_root_path}search.$phpEx"'attr_id='.$this->attr[$attribute_id]['attr_id']);

            return !
$this->attr[$attribute_id]['attr_type'] ? '<a href="' .$attribute_link '" title="Search topics with '.$this->attr[$attribute_id]['attr_name'].'"'.$attribute_colour.'>' $attribute_name '</a>' '<a href="' .$attribute_link '" title="Search topics with '.$this->attr[$attribute_id]['attr_name'].'">' .$this->attr_img_key($this->attr[$attribute_id]['attr_img'], $attribute_name.'</a>');       


// Note you might need span tag for your theme. I have removed it for my style.

All this can be done in better way ... sprintf ... Anyways you can do that ;)

Thanks ABDev :)

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.
z2z
Registered User
 
Posts: 63
Joined: Sat Nov 25, 2006 9:35 am

Re: Available add-ons for Quick Title Edition

New postby Radek2212 » Thu Mar 10, 2011 8:15 pm

Can i use this mod with "Prime Subject Check" ?
Radek2212
Registered User
 
Posts: 26
Joined: Sat Jan 22, 2011 1:40 pm

Re: Available add-ons for Quick Title Edition

New postby emsik » Sat Apr 02, 2011 11:16 am

Thanks to dcz we have a new add-ons for:

phpBB SEO Optimal titles

and

phpBB SEO No Duplicate

Here you can find the code changes: http://www.phpbb-seo.com/en/phpbb-seo-m ... e7898.html

Ps. maybe the author of the QTE could add these add-ons to MOD package ?
emsik
Registered User
 
Posts: 60
Joined: Wed Jul 01, 2009 12:55 pm

Re: Available add-ons for Quick Title Edition

New postby elsa23 » Mon May 30, 2011 8:44 pm

Hide
ABDev wrote:[*]last post topic title


Please, the subsliver changes for this one

thanks :)
sorry for my bad english
elsa23
Registered User
 
Posts: 104
Joined: Sun Jul 25, 2010 3:36 am

Re: Available add-ons for Quick Title Edition

New postby geolim4 » Thu Jun 09, 2011 6:26 pm

That a was a pro job dude!! Thanks for your add-on ABdev !!!! ;)
Citation: The only limit of PHP is the limit's human brain
Sylver35

My dev's space: Geolim4.com
My Mods: [DEV] MP alert on Multiples Login Fail - Mod Poster IP in viewtopic - Acp User Colour Management - Report a bug on my Mods
geolim4
Registered User
 
Posts: 154
Joined: Sat Sep 11, 2010 3:28 pm

Re: Available add-ons for Quick Title Edition

New postby ABDev » Tue Aug 16, 2011 8:36 pm

The add-ons will be updated soon ;).
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 geolim4 » Sat Sep 03, 2011 12:52 am

I hope because, form post as updated to 0.0.2 on phpbb-fr :D
Citation: The only limit of PHP is the limit's human brain
Sylver35

My dev's space: Geolim4.com
My Mods: [DEV] MP alert on Multiples Login Fail - Mod Poster IP in viewtopic - Acp User Colour Management - Report a bug on my Mods
geolim4
Registered User
 
Posts: 154
Joined: Sat Sep 11, 2010 3:28 pm

Re: Available add-ons for Quick Title Edition

New postby ABDev » Sat Sep 03, 2011 12:57 am

I have decided to take my time, because I do hate warez 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

Next