31
Peekay
Whats this file manager pref?
  • 2013/3/10 15:20

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


I must have missed the discussion completely about this, but in 2.5.5 I have a 'File manager' pref that appears to be enabled.

Is the file manager hiding somewhere, or has it been removed?



32
Peekay
Private Messaging - another pref request
  • 2013/3/10 15:17

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


For businesses that use Xoops, it's great when you can provide resources for your customers by setting up an account for them. However, I don't really want one customer sending other customers PMs from their user profile.

I can hack away at the templates to remove the PM buttons (I did so many years ago in this post) but having PMs as a pref would be nice.

A pref to hide the 'Register now' text on the login block without hacking the template would also be nice for when new user registration is turned off.



33
Peekay
CaricaFoto pop-up image pref request
  • 2013/3/7 11:29

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


/class/textsanitizer/image/config.php

'clickable'     => 1,
'resize'        => 1,


Please make this a pref. I forget where I need to hack this code every time.



34
Peekay
Re: QR Code Generator
  • 2013/3/7 9:42

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


You can omit a lot of the options to create a basic business vcard. The spaces between semi-colons in the code below are the omitted values, e.g 'City' is included in the submit form, but 'County' is left out.

BEGIN:VCARD
VERSION
:3.0
CLASS:PUBLIC
PRODID:
REV:2011-10-17 17:03:13
FN:John Smith
N
:Smith;John;;;
TITLE:Director
ORG
:Example Limited
ADR
;TYPE=work:;;House numberroad name;London;;NW8 8DR;
EMAIL;TYPE=internet,pref:john@example.com
TEL
;TYPE=work,voice:+44 20 1234 5678
TEL
;TYPE=cell,voice:+44 7866 12345
TEL
;TYPE=work,fax:+44 20 1234 8765
URL
;TYPE=work:www.example.com
TZ
:+0100
END
:VCARD


This works on our business Android phones (automatically adds to contacts) but not iPhones... of course.

It was just a thought. I agree it would be too much work unless a number of people showed an interest.



35
Peekay
Re: QR Code Generator
  • 2013/3/6 9:21

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


Look forward to trying it.

Can we have a block that creates a 'me card' in 'Vcard' format that Android phone will recognise and add to contacts.? (Apologies if the existing one does this, I haven't actually tried it)

Some info here.



36
Peekay
Re: Xoops 2.5 Module Admin Class - some observations
  • 2013/2/24 10:12

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


Sorry Irmtfan, that doesn't work. Works in the 'about' screen, but displays as '1' in Xoops module admin.



37
Peekay
Re: QR Code Generator
  • 2013/2/23 20:40

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


OK, if anyone is interested in generating a QR code in a block with the Website Name and Article Title embedded with the page link, I created a new block for the Geekwright QR module specifically to pick up Publisher VARs.

For testing you can download the hacked module here

Just select 'File/Download' to grab the whole ZIP, or click on 'xoops_version.php', 'blocks/blocks.php' and 'language/English/modinfo.php' to see the changed files.

If it works OK I will post the code to the guys over at Geekwright who have done a nice job with this module. Perhaps they might develop some other module-specific blocks.

WARNING - You must ensure that your Xoops trust path is writable. This is by default 'xoops_lib/modules'. If you don't check those permissions, the module will not install.

The new Publisher block should of course only be added to the Publisher module pages. For non-article pages it just captures the URL.

Please post here if it works... or not!




38
Peekay
Re: XOOPS 2.5.x Translations
  • 2013/2/23 16:13

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


The Xoops 2.5.5. English translation for module descriptions is not good English and there are several spelling errors. I have no idea how to use Xoops SVN (any instruction manual?) so I am posting this here in case someone else wants to consider changing it for the next release.

I have also removed the <BR> tags as they serve no purpose and look really bad in the tool-tips.

Quote:
// Admin Module Names and description
define("_AM_SYSTEM_ADGS","Groups");
define("_AM_SYSTEM_ADGS_DESC","Manage module access permissions for users and groups.");
define("_AM_SYSTEM_BANS","Banners");
define("_AM_SYSTEM_BANS_DESC","Manage Xoops advertising banner feature.");
define("_AM_SYSTEM_BLOCKS","Blocks");
define("_AM_SYSTEM_BLOCKS_DESC","Blocks can display module content on any page. Manage blocks here.");
define("_AM_SYSTEM_MODULES","Modules");
define("_AM_SYSTEM_MODULES_DESC","Install and un-install Xoops modules.");
define("_AM_SYSTEM_SMLS","Smilies");
define("_AM_SYSTEM_SMLS_DESC","Hide, change and add custom smilies for people to use in posts and comments.");
define("_AM_SYSTEM_RANK","User Ranks");
define("_AM_SYSTEM_RANK_DESC","Edit and create named ranks for users and moderators.");
define("_AM_SYSTEM_USER","Users");
define("_AM_SYSTEM_USER_DESC","Manually add users, edit user profiles and change passwords.");
define("_AM_SYSTEM_PREF","Preferences");
define("_AM_SYSTEM_PREF_DESC","Change the global preferences for your Xoops website.");
define("_AM_SYSTEM_MLUS","Email Users");
define("_AM_SYSTEM_MLUS_DESC","Send emails or private messages to one user, or many users from here.");
define("_AM_SYSTEM_IMAGES","Image Manager");
define("_AM_SYSTEM_IMAGES_DESC","Create categories for the image manager and upload images here.");
define("_AM_SYSTEM_AVATARS","Avatars");
define("_AM_SYSTEM_AVATARS_DESC","Upload custom avatars for users to display in their profiles.");
define("_AM_SYSTEM_TPLSETS","Templates");
define("_AM_SYSTEM_TPLSETS_DESC","Edit module templates directly without editing the files on disc.");
define("_AM_SYSTEM_COMMENTS","Comments");
define("_AM_SYSTEM_COMMENTS_DESC","Many modules allow users to post comments. You can delete or edit them here.");
define("_AM_SYSTEM_FILEMANAGER","File Manager");
define("_AM_SYSTEM_FILEMANAGER_DESC","Xoops file manager.");
define("_AM_SYSTEM_MAINTENANCE","Maintenance");
define("_AM_SYSTEM_MAINTENANCE_DESC","Maintenance tools for database tables, cache folders and session table.");



39
Peekay
Re: Xoops 2.5 Module Admin Class - some observations
  • 2013/2/23 14:57

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


I was going to adopt the Xoops versioning system for a module I'm working on, but if you enter a second period in the version number in xoops_version.php, you get a blank module page.

This works:

$modversion['version'] = 1.02;


This doesn't:

$modversion['version'] = 1.0.2;




40
Peekay
Re: Showing user related info in theme
  • 2013/2/23 14:53

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


Quote:
There's a lot of other smarty variables


Where are these listed now?




TopTop
« 1 2 3 (4) 5 6 7 ... 187 »



Login

Who's Online

246 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 246


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