- Latest Topic Title
- Download link : In the MOD package
- phpBB SEO Related Topics
- Download link : In the MOD package
- MOD Version Check
- Download link : In the MOD package
- NV Recent Topics
- Download link : click here
- Precise Similar Topics II
- Download link : click here
- Similar Topics
- Download link : click here
- Board3 Portal
- Download link : click here
- Formulaire de présentation
- Download link : click here
- Form Generator
- Download link : click here
- last post topic title
- Download link : click here
- Global Announcements on Index page
- Download link : click here
- jQuery Quick Edit
- Download link : click here
Available add-ons for Quick Title Edition - Quick Title Edition
Available add-ons for Quick Title Edition
-

ABDev - Registered User
- Posts: 444
- Joined: Sun Aug 21, 2005 9:29 pm
- Location: France
- Name: Adrien Bonnel
Add-ons legacy
- 2010/12/05 : Added the add-ons for :
- 2010/12/06 : Added the add-ons for :
- 2010/12/22 : Updated all add-ons
- 2010/12/26 : Added the add-ons for :
- 2011/08/18 : Added the add-on for :
- 2011/08/18 : Updated the add-on for :
-

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
old version:
-

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
-

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
-

Anyasha - Registered User
- Posts: 701
- Joined: Mon Aug 07, 2006 4:02 am
Re: Available add-ons for Quick Title Edition
Hide
HideAnyasha 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
-

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
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:
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
- Radek2212
- Registered User
- Posts: 26
- Joined: Sat Jan 22, 2011 1:40 pm
Re: Available add-ons for Quick Title Edition
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
Hide
Please, the subsliver changes for this one
thanks
- elsa23
- Registered User
- Posts: 104
- Joined: Sun Jul 25, 2010 3:36 am
Re: Available add-ons for Quick Title Edition
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
-

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

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