[3.2][RC] Customized Quick links

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
loxawadi
Registered User
Posts: 63
Joined: Tue Jan 05, 2016 3:14 am

Re: [3.2][RC] Customized Quick links

Post by loxawadi »

Plz refer to this for image: https://postimg.org/image/l13ev5j07/
User avatar
Galandas
Registered User
Posts: 734
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey
Contact:

Re: [3.2][RC] Customized Quick links

Post by Galandas »

As mentioned you must enter all 3 calls, you are missing the picture, for this view setting error.
English is not my native language My CDB Contributions My RC extensions
loxawadi
Registered User
Posts: 63
Joined: Tue Jan 05, 2016 3:14 am

Re: [3.2][RC] Customized Quick links

Post by loxawadi »

It's ok now. Tks.
RustyMetropolis
Registered User
Posts: 12
Joined: Fri Jun 16, 2017 4:40 am

Re: [3.2][RC] Customized Quick links

Post by RustyMetropolis »

Sorry for resurrecting a dead thread, but is it possible to move the Extra link menu this creates so that it is beside the original? And can we change the name and icon of "Extra Links"? Thanks
User avatar
Galandas
Registered User
Posts: 734
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey
Contact:

Re: [3.2][RC] Customized Quick links

Post by Galandas »

RustyMetropolis wrote: Sun Jun 18, 2017 4:33 am Sorry for resurrecting a dead thread, but is it possible to move the Extra link menu this creates so that it is beside the original? Thanks
OK you have to upload the modified file here galandas/cquicklinks/styles/all/template/event/here and then delete this overall_header_breadcrumbs_after.html

Caution make sure you be in ACP when loading and delete the file, purge the cache to see the change.

RustyMetropolis wrote: Sun Jun 18, 2017 4:33 amAnd can we change the name and icon of "Extra Links"?
can change the name in the language file here galandas/cquicklinks/language/en/common.php and icon change here galandas/cquicklinks/styles/all/template/event/overall_header_breadcrumbs_after.html on the line 4, Go here and choose the icon
Last edited by Galandas on Sun Jun 18, 2017 9:39 am, edited 3 times in total.
English is not my native language My CDB Contributions My RC extensions
RustyMetropolis
Registered User
Posts: 12
Joined: Fri Jun 16, 2017 4:40 am

Re: [3.2][RC] Customized Quick links

Post by RustyMetropolis »

Thanks Galandas! I'll stay subscribed to see your response about moving the menu. Thank you!
User avatar
Galandas
Registered User
Posts: 734
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey
Contact:

Re: [3.2][RC] Customized Quick links

Post by Galandas »

English is not my native language My CDB Contributions My RC extensions
RustyMetropolis
Registered User
Posts: 12
Joined: Fri Jun 16, 2017 4:40 am

Re: [3.2][RC] Customized Quick links

Post by RustyMetropolis »

Thanks!
genshijin
Registered User
Posts: 124
Joined: Fri Nov 09, 2018 2:03 pm
Location: Uk and sometimes Japan
Name: andy duggan
Contact:

Re: [3.2][RC] Customized Quick links

Post by genshijin »

I cannot find any admin permission setting for this - "Administrator Base Permissions". Except just to enable on the extensions page.

I wanted it to be visible to guests but at the moment default seems to be registered members only. I cannot find any other setting in user group (guest) global permissions, board settings or board features.

Andy
User avatar
pikachuturkey
Registered User
Posts: 337
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [3.2][RC] Customized Quick links

Post by pikachuturkey »

Turkish (tr) translation of "[3.2][RC] Customized Quick links" version 1.0.1

galandas/cquicklinks/language/tr/common.php

Code: Select all

<?php
/**
 *
 * Customized Quick links. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2017, Galandas, http://phpbb3world.altervista.org
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

$lang = array_merge($lang, array(
	'EXTRA_QUICK_LINKS'			=> '<strong>Ekstra Hızlı Linkler</strong>',

));

galandas/cquicklinks/language/tr/info_acp_cquicklinks.php

Code: Select all

<?php
/**
 *
 * Customized Quick links. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2017, Galandas, http://phpbb3world.altervista.org
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

$lang = array_merge($lang, array(
	'ACP_NAVBAR_MENU_TITLE'							=> 'Özelleştirilmiş Hızlı Linkler',
	'ACP_CAT_NAVBAR_MENU'							=> 'Yapılandırma',
	'NAVBAR_MENU_INTRO'								=> 'Burası Galandas tarafından yazılmış Özelleştirilmiş Hızlı Linker Eklentisi için yapılandırma sayfasıdır',
	'NAVBAR_MENU_DONATE'							=> '<a href="https://www.paypal.me/Galandas"><strong>Bağış Yap</strong></a>',
	'NAVBAR_MENU_DONATE_EXPLAIN'					=> 'Bu eklentiyi beğenirseniz bir pizza bağışı yapabilirsiniz',
	'NAVBAR_MENU_BUTTON'							=> 'Görsel Ekle',	
	'NAVBAR_MENU_VERSION'							=> 'Sürüm',
	'NAVBAR_MENU_CHECK'								=> '<a href="http://phpbb3world.altervista.org/community/viewtopic.php?f=68&t=2418&p=3991#p3991"><strong>Güncellemeyi</strong></a> elle denetle',	
	'NAVBAR_MENU_EDIT'								=> 'Linki düzenle',
	'NAVBAR_MENU_ADD'								=> 'Yeni link ekle',
	'NAVBAR_MENU_NAME'								=> 'İsim',
	'NAVBAR_MENU_NAME_EXPLAIN'						=> 'Yeni linkin ismini girin',
	'NAVBAR_MENU_URL'								=> 'URL',
	'NAVBAR_MENU_URL_EXPLAIN'						=> 'İstediğiniz linki girin',
	'NAVBAR_MENU_IMAGE'								=> 'Görsel',
	'NAVBAR_MENU_IMAGE_EXPLAIN'						=> 'Yeni linkin görselinin ismini girin. Bunun yanında bulunan <strong>[Görsel Ekle]</strong> butonuna tıkladığınızda yeni link ile ilişkilenrireceğiniz görseli seçebileceğiniz yeni bir sayfa açılacak, basitçe görselin ismini kopyalayıp yapıştırın, örneğin (fa-joomla). Sonuç <i class="fa fa-joomla fa-2x" aria-hidden="true"></i>',
	'NAVBAR_MENU_NAME_2'							=> 'Linkin ismi',
	'NAVBAR_MENU_IMAGE_2'							=> 'Linkin görseli',
	'NAVBAR_MENU_URL_2'								=> 'Link URLsi',
	'NAVBAR_MENU_COPYRIGHT'							=> '<a href="http://phpbb3world.altervista.org">Galandas</a> tarafından oluşturulmuş Özelleştirilmiş Hızlı Linkler Eklentisi',
	'NAVBAR_MENU_ADDED'								=> 'Yeni link eklendi!',
	'NAVBAR_MENU_UDPATED'							=> 'Link güncellendi!',
	'NAVBAR_MENU_ENABLE'							=> 'Aktif',
	'NAVBAR_MENU_ENABLE_EXPLAIN'					=> 'Forumunuzda Özelleştirilmiş Hızlı Linkler Aktif.',
	'NAVBAR_MENU_CONF_UDPATED'						=> 'Özelleştirilmiş Hızlı Linkler yapılandırmsı başarıyla güncellendi!',
	'NAVBAR_MENU_ERROR'								=> 'Özelleştirilmiş Hızlı Linkler ayarlama hatası',
	'ACP_NO_LINK'									=> 'Henüz link mevcut değil.',
	//Add permissions acp Customized Quick links	
	'ACL_A_QUIKLINK'		=> 'Özelleştirilmiş Hızlı Linkleri yönetebilir',	
));
mrix2000
Registered User
Posts: 1207
Joined: Sun Dec 03, 2006 2:23 pm

Re: [3.2][RC] Customized Quick links

Post by mrix2000 »

Galandas wrote: Wed Apr 26, 2017 9:03 am
Hello is there any way to allow this to show to guests ? presently it only shows when logged in.
Thanks for any help for this very handy extension 8-)
User avatar
Galandas
Registered User
Posts: 734
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey
Contact:

Re: [3.2][RC] Customized Quick links

Post by Galandas »

It is actually made to show guests and members.
English is not my native language My CDB Contributions My RC extensions
User avatar
Jorup16
Registered User
Posts: 427
Joined: Sun Dec 14, 2008 5:13 am
Location: Zacapa, Guatemala
Name: Jorge
Contact:

Re: [3.2][RC] Customized Quick links

Post by Jorup16 »

Spanish Translation - (Traduccón al Español [TÚ])

http://www.solidfiles.com/v/p5a8W8YLmZM6Q

:D
Spanish Translations for Ext phpBB :D - Traducciones al español para Ext phpBB :)
>>>>> https://github.com/Jorup16 <<<<<
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][RC] Customized Quick links

Post by eunaumtenhoid »

EXCELLENT, this should be standard in PHPBB
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
mrix2000
Registered User
Posts: 1207
Joined: Sun Dec 03, 2006 2:23 pm

Re: [3.2][RC] Customized Quick links

Post by mrix2000 »

Galandas wrote: Wed Apr 22, 2020 12:24 am It is actually made to show guests and members.
Strangely the links only appear to members logged in ? is there a way to show the links to Guests / public ? anywhere I can change it ?
Thanks for any help
Post Reply

Return to “Extensions in Development”