101
Mithrandir
Re: URL

1) Double-posting the same question in several areas will not give you a faster or more accurate reply

2) Herko has already answered that - although it wasn't obvious that it also covered moving host completely.

Edit your [xoops-root]/mainfile.php to reflect the new path and URL for your site.
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



102
Mithrandir
Re: Users Groups

[prefix]_groups_users_link

Should contain a record for each user and the group_id = 2
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



103
Mithrandir
Re: I don't know what I am doing wrong

For changes to theme.html to show up, you'll need to enable the "update module templates from themes/yourtheme/templates folder" in general preferences.

It is not the most clear description, but it'll check the theme's theme.html for changes and recompile it (replace the one in templates_c folder, which is why clearing this folder works, too)

When the theme is as you want it to, turn off the "update module templates..." option for better performance.
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



104
Mithrandir
Re: Having some css issues

Try replacing:
.odd A:link {color#000000}
.odd A:active {color#000000}
.even A:link {color#000000}
.even A:active {color#000000}

with
.odd a {color#000000}
.even a {color#000000}


or if that doesn't work, try this:
tr.odd td a {color#000000}
tr.even td a {color#000000}
td.odd a {color#000000;}
td.even a {color#000000;}
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



105
Mithrandir
Re: XoopsFormDateTime problems

The XoopsFormDateTime in XOOPS 2.2 does use a stock jsCalendar with a XoopsFormElement child class wrapping around it.

I have not experienced problems with using this, it works fine on e.g.http://cw.dk/arkiv

Do you get any JavaScript errors? (bloody difficult to troubleshoot in IE, but one can only hope)
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



106
Mithrandir
Re: Wordbook : cant edit any definition

My French is not very good (despite 10 years of learning... or at least people trying to teach me) and since I don't have the code, this may not be accurate.

BUT, it seems that inside the module, these lines exist:
$definition ereg_replace("'","'",$definition);
$term ereg_replace("'","'",$term);


I would suggest you change it to
$myts =& MyTextSanitizer::getInstance();
$definition $myts->addSlashes($definition);
$term $myts->addSlashes($term);


and see if that changes anything.
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



107
Mithrandir
Re: XOOPS Newsletter Mailer

1. Emailing certain groups
SmartMail is designed as a newsletter module, where users sign up for one or more newsletters. Emailing specific users or user groups has not been in the requirements (for version 1)

I also think that opt-in is important and therefore users should sign up actively. However, I can see the following scenarios:

a. Send newsletter to everyone, who has opted for the "receive periodic notices from..." or whatever it is called (as this can be considered a kind of opt-in)

b. Import subscribers from one or more groups - ie. all members of this/these group(s) are added to the subscriber list. Downside: Later registrations are not automatically added to the subscriber list

It is not an either/or scenario, I can see both of them included, maybe in a combination where members of (a) group(s) that have opted-in by checking the "receive periodic..." are added - however not in version 1.

2. Emailing attachments
This should be doable with a specific block added to the newsletter or dispatch. We'll have to consider how to do this best, but it is far from impossible.
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



108
Mithrandir
Re: Wordbook : cant edit any definition

Ahh, it seems that wordbook 1.16 has a nasty security hole, caused by the ' character.
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



109
Mithrandir
Re: Wordbook : cant edit any definition

Using XOOPS 2.0.15, the debugs have merged with just one place for both PHP errors and MySQL information.

You should have something similar to this:

All errors (10) queries (15) blocks (4) extra (0) timers (6)

Where if you click on "queries" you'll get a list of queries.
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software



110
Mithrandir
Re: Wordbook : cant edit any definition

how about SQL debug?
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software




TopTop
« 1 ... 8 9 10 (11) 12 13 14 ... 506 »



Login

Who's Online

142 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 142


more...

Donat-O-Meter

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

Latest GitHub Commits