21
davidthomas1
Re: Error: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1

You may need to install the PHP Smarty templating engine on your computer.

for more info, see here:

http://smarty.php.net/quick_start.php

or perhaps here:

http://smarty.php.net/manual/en/installing.smarty.basic.php
みんなちがってみんないい。

XOOPS 2.0.13.2



22
davidthomas1
Re: 2.2 Redirect template woes.

maybe try putting a closing </div> tag into the redirect template?

Here's the code for the 2.0.1.x series redirect template:

/modules/system/templates/system_redirect.html

<html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
<
title><{$xoops_sitename}></title>
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
</
head>
<
body>
<
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>
<{if 
$xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}>
</
body>
</
html>
みんなちがってみんないい。

XOOPS 2.0.13.2



23
davidthomas1
Re: Code appearing in admin or user pages only?

try deleting the contents of your template_c folder (template cache)

Did you edit any php code or templates recently?

It looks like a semicolon or double-quote or something is causing the script to echo the output to registered users.

); suggests the end of a function but another double-quote and semicolon may cause it to terminate early.
みんなちがってみんないい。

XOOPS 2.0.13.2



24
davidthomas1
Re: Edit user not working

Does the file edituser.php exist in your XOOPS root directory?
みんなちがってみんないい。

XOOPS 2.0.13.2



25
davidthomas1
Re: Add more fields in registation form

Sorry, I don't know about Monty's profile hack - never used it.

Perhaps someone else can help more.
みんなちがってみんないい。

XOOPS 2.0.13.2



26
davidthomas1
Re: remove subcats from mylinks index?

It's either in the preferences page for mylinks.

or you can edit the mylinks template for that page and comment out the sub category code.
みんなちがってみんないい。

XOOPS 2.0.13.2



27
davidthomas1
Re: Add more fields in registation form

The form fields you added won't be saved into the database.

You'd need to add new fields into the DB table and edit the SQL somewhere.

Quite a complicated hack.

However, the XOOPS 2.2.x series include the 'extended profiles' module that allows you to add custom fields to the registration form.

But that series is less stable than the 2.0.x series.

When the new XOOPS version comes out, it will probably support extended profiles.

So, either you could:

1) try some more code hacking (backup first!)
2) try XOOPS 2.2.x
3) wait for the new XOOPS version.
みんなちがってみんないい。

XOOPS 2.0.13.2



28
davidthomas1
Re: "" displayed before page load!

It looks like an encoding error.

Editing and saving files can cause a conflict in character sets and encoding.

Kind of complicated problems but one I've learned to resolve working with a Japanese and English website.

Did you edit any templates recently?
みんなちがってみんないい。

XOOPS 2.0.13.2



29
davidthomas1
Re: XOOPS DEVELOPER/EXPERT HELP NEEDED URGENTLY

Any luck solving this one?

Some of my users are complaining of the same error.

/never used the Auto-login hack
みんなちがってみんないい。

XOOPS 2.0.13.2



30
davidthomas1
Re: [solved] Access Admin without logging into the frontend?

setting the login block to 'admin only' is like locking your keys in the car.

How can you start your car when you can't open the door?

In other words, how can you login when there's no login block?

Remember, when you first visit a site, you're an anonymous user. Therefore, an 'admin only' login block would be invisible.

The best solution, in my opinion, is just to use user.php and set the user menu to admin only on the front page.
みんなちがってみんないい。

XOOPS 2.0.13.2




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



Login

Who's Online

266 user(s) are online (186 user(s) are browsing Support Forums)


Members: 0


Guests: 266


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