41
davidthomas1
Re: Module install problem

me too

I've checked the permissions, file content etc... posted a couple of threads and no response...

it looks like my custom module will have to stay as a add on 'include' page.

I would have thought someone would have solved this problem of modules not appearing in the admin install page!
みんなちがってみんないい。

XOOPS 2.0.13.2



42
davidthomas1
Re: module install problem - doesn't appear in admin page

*BUMP*
みんなちがってみんないい。

XOOPS 2.0.13.2



43
davidthomas1
module install problem - doesn't appear in admin page

I'm trying to install a module (a simple, custom made, plain vanilla module) yet it doesn't appear in the module list for installation in the admin area.

I've checked:

1) File permissions
2) Folder/File structure
3) xoops_version.php code

Everything appears to be correct.

Why won't XOOPS let me install my module???

FYI: Here's my xoops_version.php file

<?php
$modversion
['dirname'] = "elections"//name of directory on server
$modversion['name'] = "elections"//name of module
$modversion['version'] = 1.0;
$modversion['description'] = "AJET Elections";
$modversion['author'] = "David Thomas";
$modversion['credits'] = "David Thomas";
$modversion['help'] = "";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "icon.png";

// Admin things
$modversion['hasAdmin'] = 0;
$modversion['adminpath'] = "";

// Menu/Sub Menu
$modversion['hasMain'] = 0//make 0 to not have this appear in main menu
?>


any advice would be appreciated
みんなちがってみんないい。

XOOPS 2.0.13.2



44
davidthomas1
Re: Installing Modules

same problem here too...

can see module on the admin module install page.

Is this a PHP5 problem?

Is there a solution?
みんなちがってみんないい。

XOOPS 2.0.13.2



45
davidthomas1
Re: Module install problem

Did you solve this problem?

I'm having the same trouble with XOOPS not recognising my new module.

It's simple, custom-made and seems to have everything in the right place (xoops_version.php etc...)

But it doesn't show up on the module install page.

みんなちがってみんないい。

XOOPS 2.0.13.2



46
davidthomas1
Re: How to change xcGallery title?

You would need to edit your main menu template file to do that. There should be info in the FAQ section.
みんなちがってみんないい。

XOOPS 2.0.13.2



47
davidthomas1
Re: Forum EX language

Ususually, language strings are in:

modules/modulename/languages/language/main.php

You should be able to find the string in there.
みんなちがってみんないい。

XOOPS 2.0.13.2



48
davidthomas1
Re: question about encoding

If you want to convert a couple of files, just open them in Notepad and then click File>Save As... and select utf-8 from the drop down box (under the file name)

To convert more files to UTF-8

I use Text Pipe to convert files to UTF-8 encoding.

You can download a trial edition from the website. The trial version is limited to converting 100 files at one time and expires after 30 days.

HIH
みんなちがってみんないい。

XOOPS 2.0.13.2



49
davidthomas1
Re: including another page in the footer

I'm not sure if you can use PHP code directly in a theme.html file (would it need to be renamed to theme.php?), however, you can probably include a file using smarty functions

See here:

smarty include

and here:

smarty include_php

You could perhaps embed PHP using:

smarty PHP tags
みんなちがってみんないい。

XOOPS 2.0.13.2



50
davidthomas1
Re: including another page in the footer

You can add content to every page of your site by editing your:

theme.html

file.

It's located in themes/yourtheme/theme.html

Changes you make to your theme.html file will appear on every page of your site.

I used this feature to add an email-robot trap.

I added an invisible 'Contact Us' link (same colour as background) to the theme.html file. It links to a page that generates random email addresses.

If you're interested, you can see it here

P.S Re: theme.html - For information on Smarty Templates see this documentation

HIH
みんなちがってみんないい。

XOOPS 2.0.13.2




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



Login

Who's Online

160 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 160


more...

Donat-O-Meter

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

Latest GitHub Commits