1
ilsanto
Re: Publisher Category Count
  • 2017/2/5 15:24

  • ilsanto

  • Just popping in

  • Posts: 6

  • Since: 2002/3/2 1


modules ---> publisher ---> xoops_version.php
Around row 727 ---> 747

$modversion['config'][] = array(
    
'name'        => 'idxcat_perpage'
    
'title'       => '_MI_PUBLISHER_PERPAGE'
    
'description' => '_MI_PUBLISHER_PERPAGEDSC',
    
'formtype'    => 'select',
    
'valuetype'   => 'int',
    
'default'     => 15,
    
'options'     => array('5' => 5'10' => 10'15' => 15'20' => 20'25' => 25'30' => 30'50' => 50),
    
'category'    => 'indexcat'
);

$modversion['config'][] = array(
    
'name'        => 'idxcat_index_perpage'
    
'title'       => '_MI_PUBLISHER_PERPAGEINDEX'
    
'description' => '_MI_PUBLISHER_PERPAGEINDEXDSC',
    
'formtype'    => 'select',
    
'valuetype'   => 'int',
    
'default'     => 15,
    
'options'     => array('5' => 5'10' => 10'15' => 15'20' => 20'25' => 25'30' => 30'50' => 50),
    
'category'    => 'indexcat'
);


Add, in the row option, at the end, '100' => 100; save and set 100
in (Publisher ---> Preferences)
Maximum Categories per page (User side)?

'options'     => array('5' => 5'10' => 10'15' => 15'20' => 20'25' => 25'30' => 30'50' => 50'100' => 100),



2
ilsanto
Re: change photo problem
  • 2017/1/30 7:00

  • ilsanto

  • Just popping in

  • Posts: 6

  • Since: 2002/3/2 1


Ciao, per cambiare la foto devi accedere al server da ftp e andare nella cartella themes, poi icpz3 e poi img e sostituire l'immagine ixt009_emp02_d1_bg.jpg con un'altra di pari dimensioni e nome.

In alcune configurazioni di server la cartella themes potrebbe trovarsi dentro un'altra cartella di nome html oppure htdocs o ancora www, controlla.

Rinomina prima la vecchia immagine e lasciala nella cartella, in modo da poter tornare indietro in ogni momento.

Se hai bisogno di una mano, scrivimi pure.

Stefano



3
ilsanto
Re: Google Maps API Keys are back
  • 2017/1/9 14:16

  • ilsanto

  • Just popping in

  • Posts: 6

  • Since: 2002/3/2 1


Xoops 2.5.8.1
googlemaps 0.91 beta1
Theme based on xbootstrap

This not working.

In the admin interface the lat e lng are "undefinited".

How to solve this?

Stefano



4
ilsanto
Re: menu problem
  • 2008/8/4 12:52

  • ilsanto

  • Just popping in

  • Posts: 6

  • Since: 2002/3/2 1


1. Put these lines on top of style.css:

td#mainmenu a {display: block; margin: 0; padding: 4px;}
td#mainmenu a:hover {padding-left: 3px;}
td#mainmenu a.menuTop {padding-left: 3px;}
td#mainmenu a.menuMain {padding-left: 3px;}
td#mainmenu a.menuSub {padding-left: 9px;}

td#usermenu a {display: block; margin: 0; padding: 4px;}
td#usermenu a:hover {margin: 0;}
td#usermenu a.menuTop {margin: 0;}
td#usermenu a.highlight {margin: 0;}}


2. Adjusts the parameter padding.

Bye




TopTop



Login

Who's Online

241 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 241


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits