NV advanced last topic title for phpBB 3.0.2

current version: 1.3.3
released: 07.10.2011

NV advanced last topic title for phpBB 3.0.2

Postby Mark » Mon Aug 18, 2008 10:37 am

Hi nickvergessen.
I consider your "NV advanced last topic title" a "must" MOD for phpBB. Could you please tell us when you can provide us with a version compatible with the new phpBB 3.0.2?
Please let me tell you that your work is a great work and ... go ahead!

Mark
Mark
Posts < 10
Posts < 10
 
Posts: 4
Topics: 1
Joined: Mon Aug 18, 2008 10:31 am

Re: NV advanced last topic title for phpBB 3.0.2

Postby nickvergessen » Tue Aug 19, 2008 10:56 pm

i think it is working for 3.0.2
i just didn't move the forum now, as im not sure whether the find-codes are still the same.
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: NV advanced last topic title for phpBB 3.0.2

Postby Mark » Wed Aug 20, 2008 11:30 am

nickvergessen wrote:i just didn't move the forum now, as im not sure whether the find-codes are still the same.

I'll wait your check before doing the installation on a new 3.0.2 forum connected to an Oracle 9i db. I'll look at your "Modifications for phpBB 3.0.2" section for finding the last working mod version.
Thanks for all.
Mark
Posts < 10
Posts < 10
 
Posts: 4
Topics: 1
Joined: Mon Aug 18, 2008 10:31 am

Re: NV advanced last topic title for phpBB 3.0.2

Postby Mark » Wed Sep 03, 2008 2:20 pm

nickvergessen wrote:... im not sure whether the find-codes are still the same.

Did you succeed in verifying the find-codes for 3.0.2? I am a beginner in php and hope to doing no mistakes in applying the mod version for 3.0.1 phpbb to the new installed 3.0.2 phpbb forum. :oops:
Mark
Posts < 10
Posts < 10
 
Posts: 4
Topics: 1
Joined: Mon Aug 18, 2008 10:31 am

Re: NV advanced last topic title for phpBB 3.0.2

Postby nickvergessen » Wed Sep 03, 2008 5:19 pm

shouldn't be a problem.
just do it ;)
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: NV advanced last topic title for phpBB 3.0.2

Postby nickvergessen » Tue Sep 09, 2008 3:07 am

so i checked it.
workes quite fine.
a new version will come nevertheless to add two options:
http://code.bantux.de/repositories/revision/36?rev=7
just waiting for freud47 to translate it into french ;)
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: NV advanced last topic title for phpBB 3.0.2 and Oracle db

Postby Mark » Tue Sep 09, 2008 12:54 pm

MOd 1.2.4 installed with some errors. Hope you can fix them for the next release.

Two sql errors for the Oracle database:
- the index name to be created is too long:
substitute
Code: Select all
$sql = 'CREATE INDEX ' . $table . "_$column ON "

with
Code: Select all
$sql = 'CREATE INDEX ' . $table . "_TLP_ID ON "

- the select in "create acp module" is invalid:
change
Code: Select all
$sql = 'SELECT module_id FROM ' . MODULES_TABLE . " WHERE module_langname = 'ALTT_TITLE' LIMIT 1";

with
Code: Select all
$sql = 'SELECT module_id FROM ' . MODULES_TABLE . " WHERE module_langname = 'ALTT_TITLE'";
Mark
Posts < 10
Posts < 10
 
Posts: 4
Topics: 1
Joined: Mon Aug 18, 2008 10:31 am

Re: NV advanced last topic title for phpBB 3.0.2

Postby jehanna » Sun Sep 14, 2008 12:45 pm

Hi! ;)

just installed this mod (on a testforum :mrgreen: ), works great!
I've translated the 'info_acp_altt.php' into Dutch, so, if you want it?

Code: Select all
<?php

/**
*
* @package - NV advanced last topic titles
* @version $Id: info_acp_altt.php 7 2008-09-08 23:34:25Z nickvergessen $
* @copyright (c) nickvergessen: http://www.flying-bits.org/ - nickvergessen@gmx.de
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
   exit;
}
if (empty($lang) || !is_array($lang))
{
   $lang = array();
}

$lang = array_merge($lang, array(
   'ALTT_ACTIVE'            => 'gebruik NV advanced last topic titles MOD',

   'ALTT_CHAR_LIMIT'         => 'aantal tekens dat getoond moet worden ',
   'ALTT_CHAR_LIMIT_EXP'      => '0 of 64 indien geen limiet',
   'ALTT_CONFIG'            => 'configuratie van NV advanced last topic titles',
   'ALTT_CONFIG_SAVED'         => 'instellingen opgeslagen',

   'ALTT_LINK_NAME'         => 'de naam van de link is de titel van',
   'ALTT_LINK_URL'            => 'de link leidt naar',
   'ALTT_FIRST_POST'         => 'eerste posting van het laatste onderwerp',
   'ALTT_LAST_POST'         => 'laatste posting van het laatste onderwerp',
   'ALTT_FIRST_UNREAD_POST'   => 'eerste ongelezen posting van het laatste onderwerp',
   'ALTT_FIRST_UNREAD_POST_NOTE'   => 'Attentie: indien er geen ongelezen posting is, voert de link naar de eerste posting.',
   'ALTT_POST'               => 'Postings',
   'ALTT_TOPIC'            => 'Onderwerpen',
   'ALTT_LINK_STYLE'         => 'Link-stijl',
   'ALTT_BOLD'               => 'vet',
   'ALTT_ITALIC'            => 'cursief',
   'ALTT_ADV'               => 'meer:',

   'ALTT_IGNORE_PASSWORD'      => 'negeer wachtwoord',
   'ALTT_IGNORE_PASSWORD_EXP'   => 'De titel wordt ook getoond wanneer het forum een wachtwoord heeft.',
   'ALTT_IGNORE_RIGHTS'      => 'negeer permissies',
   'ALTT_IGNORE_RIGHTS_EXP'   => 'Indien je de permissies negeert, wordt de titel getoond, ook wanneer men een posting niet mag lezen.',

   'ALTT_TITLE'            => 'NV advanced last topic titles',

   'CREATE_INDEX'                  => 'maak index',
   'CREATE_INDEX_EXP'               => 'het maken van een index verbetert de snelheid van de MOD. Sommige gebruikers hebben echter niet de rechten om een index te creëren. Zij krijgen tijdens de installatie een foutmelding. Indien dit het geval is, hier nee kiezen.',

   'INSTALLER_INTRO'               => 'Intro',
   'INSTALLER_INTRO_WELCOME'         => 'Welkom bij het installeren van de MOD',
   'INSTALLER_INTRO_WELCOME_NOTE'      => 'Kies wat je wilt doen.',

   'INSTALLER_INSTALL'               => 'Installeren',
   'INSTALLER_INSTALL_MENU'         => 'Installatie',
   'INSTALLER_INSTALL_SUCCESSFUL'      => 'Installatie van de MOD v%s was succesvol. Je kunt nu de instal-map verwijderen.',
   'INSTALLER_INSTALL_UNSUCCESSFUL'   => 'Installatie van de MOD v%s is <strong>niet</strong> gelukt.',
   'INSTALLER_INSTALL_VERSION'         => 'Installeer MOD v%s',
   'INSTALLER_INSTALL_WELCOME'         => 'Welkom bij de installatie',
   'INSTALLER_INSTALL_WELCOME_NOTE'   => 'Indien je ervoor kiest deze MOD te installeren, worden databasetabellen van eerdere versies verwijderd.',

   'INSTALLER_NEEDS_FOUNDER'         => 'je moet ingelogd zijn als beheerder.',

   'INSTALLER_UPDATE'               => 'Update',
   'INSTALLER_UPDATE_MENU'            => 'Updatemenu',
   'INSTALLER_UPDATE_NOTE'            => 'Update MOD van v%s naar v%s',
   'INSTALLER_UPDATE_SUCCESSFUL'      => 'Update van de MOD met v%s naar v%s was succesvol. Je kunt nu de instal-map verwijderen.',
   'INSTALLER_UPDATE_UNSUCCESSFUL'      => 'Update van de MOD van v%s naar v%s is <strong>niet</strong> gelukt.',
   'INSTALLER_UPDATE_VERSION'         => 'Update MOD van v',
   'INSTALLER_UPDATE_WELCOME'         => 'Welkom in het updatemenu',

   'WARNING'                     => 'waarschuwing',
));

?>


greetz, jehanna ;)
jehanna
Posts < 10
Posts < 10
 
Posts: 1
Joined: Sun Sep 14, 2008 12:30 pm
Location: Nederland

Re: NV advanced last topic title for phpBB 3.0.2

Postby nickvergessen » Sun Sep 14, 2008 12:48 pm

you may file out hits aswell ;)
Code: Select all
      <author>
        <realname></realname>
        <email>nickvergessen@gmx.de</email>
        <username>phpbb.com-username</username>
        <homepage>http://www.flying-bits.org/</homepage>
        <contributions />
      </author>
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen


Return to NV advanced last topic titles

Who is online

Users browsing this forum: No registered users and 1 guest