51
davidthomas1
Re: including another page in the footer

Do you want the same included page to appear on every page of your site or do you want to have different includes for different pages?
みんなちがってみんないい。

XOOPS 2.0.13.2



52
davidthomas1
Re: Sudoku module

I've installed the Sudoku module by lefrancois

nicely programmed,

works perfectly.

great stuff!!

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

XOOPS 2.0.13.2



53
davidthomas1
Re: Help, Can't read "not registered message"

You can edit language strings in the appropriate module/languages/english/ folder

usually in the module/languages/english/main.php file.

"Also is there a way to control how long it sets on that page?"

There is a meta refresh tag on the same page, setting the refresh time.
You could change it from :
<meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
to
<meta http-equiv="Refresh" content="1; url=<{$url}>" />


To make it always 1 second.

It looks like the calling function can set the refresh time so bear in mind, changing refresh time here to an arbitrary value will affect all pages that use this redirect page.
みんなちがってみんないい。

XOOPS 2.0.13.2



54
davidthomas1
Re: Help, Cant read "not registered message"

I understand your question/problem.

The text on the xoops_redirect page is in grey, closely matching the <div> background color.

Here's how to fix it:

Open your site in an FTP client.
Open /modules/system/templates/system_redirect.html

Edit this part:

<div style="text-align:center; background-color: #EBEBEB; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;">
  <
h4><{$message}></h4>
  <
p><{$lang_ifnotreload}></p>
</
div>


You can change the colours there.

good luck!



P.S It's good practice to make a backup copy of the template file before editing.
P.P.S You may need to update your system module to load the new template into the DB ( Admin > System > Modules > )
みんなちがってみんないい。

XOOPS 2.0.13.2



55
davidthomas1
Re: Custom block in custom page

If you've created the custom module, you can add blocks to it from blocks adminstration:

Admin > System > Blocks > Add New Block

When creating a block, you can specify the pages/modules you want the block to appear on. If you look in that listbox, you should see your custom module listed there.

To make your custom module appear on the front page:

Admin > System > Preferences > General Settings

Set "Module for your start page" to your custom module.

That should work,

good luck!

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

XOOPS 2.0.13.2



56
davidthomas1
Re: Question on how to install a template

Glad to hear it
みんなちがってみんないい。

XOOPS 2.0.13.2



57
davidthomas1
Re: Uploaded modules do not apear for installation

1) Check that you uploaded the correct folder & files to /your_xoops_root/modules/ folder

Each module folder should contain a file called xoops_version.php

This file allows it to be installed from the XOOPS admin.

2) Perhaps you uploaded a zip file or a tar.gz file?

If so, remember to unzip / decompress the module package BEFORE uploading it to your modules folder.

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

XOOPS 2.0.13.2



58
davidthomas1
Re: email address keeps adding a "."

sounds like a bug, perhaps in the function that automatically converts email address text to mailto links?

sorry I can't help more,

someone else?
みんなちがってみんないい。

XOOPS 2.0.13.2



59
davidthomas1
Re: Question on how to install a template

Just a couple more steps.

1) Admin>System>Preferences>Template Set

You need to specify which template set to use in your site preferences.

See how the check/tick mark appears next to your default template set in the screenshot.

Re: the red text (26) on the templates page.

The system templates may be missing one or two files (not loaded in the DB?).

1) Click the "List" link in "System [List (26)]".
2) You should be able to click the link to "Generate" new templates for the missing ones.

So if you've generated the template files, loaded them into the the DB etc...(happens when you generate them?) and specified which template set to use, you should be away.
みんなちがってみんないい。

XOOPS 2.0.13.2



60
davidthomas1
Re: HELP: Need Module Suggestion Soon

I think WF-Channel has an optional WYSIWYG editor.

That should make it easy to remake the pages how you like.

WF-Channel will let you create a main menu "Contest" link and have those sublinks as individual pages underneath it.
みんなちがってみんないい。

XOOPS 2.0.13.2




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



Login

Who's Online

202 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 202


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