Search found 23 matches

by Darkmatter
Mon 5. Jun 2006, 22:44
Forum: General Discussion
Topic: How many languages can YOU speak?
Replies: 55
Views: 27738

- English
- Spanish
- French

Fluent in all three, no accents :)
by Darkmatter
Tue 25. Apr 2006, 00:23
Forum: hacks & enhancements
Topic: mygallery mod
Replies: 85
Views: 92364

Hi Lumimies,

The error message is with the fmod function. Open the file
mygallery/inc_lib/main.functions.php
In the beginning of the file you will see the block

function fmod($x,$y){
$i = floor($x/$y);
return $x - $i*$y;
}
Just remove this code or comment it. this will solve the error.

This ...
by Darkmatter
Tue 28. Mar 2006, 00:13
Forum: phpwcms Support English
Topic: Email Contact Form problem
Replies: 6
Views: 2599

As long as you check the box, it doesn't send email, whether the address you put in there is good or not. It only works with plain text and without the box checked. Seems like a flaw to me unless someone can clear up this mystery.
by Darkmatter
Mon 27. Mar 2006, 20:02
Forum: phpwcms Support English
Topic: Email Contact Form problem
Replies: 6
Views: 2599

Hi darkmatter,

it also works when you just link to another site.
There you just have to wright the normal
link-tags. The main-point is, that you
just have to left open the select-field
to get this work.

If you want to try it, just open the
content-part two times. In one you
can try any changes ...
by Darkmatter
Mon 27. Mar 2006, 19:23
Forum: phpwcms Support English
Topic: Email Contact Form problem
Replies: 6
Views: 2599

Hi darkmatter,

i don´t know if i remember right, but i think you mustn´t
choose the select-field for redirection. Just enter the html-code
into the on succes field and that should be all.

I hope this helps

Lars

Hi Lars,

HTML code as in just to disply a success text or to redirect to another ...
by Darkmatter
Sun 26. Mar 2006, 20:20
Forum: phpwcms Support English
Topic: Email Contact Form problem
Replies: 6
Views: 2599

Email Contact Form problem

I've read the topics such as http://www.phpwcms.de/forum/viewtopic.php?t=6486 concerning problems with earlier versions of this CP, however I'm still having trouble with it.

It works great if I have no redirect to an alias. If I check the redirect on success box with a link, I never get email ...
by Darkmatter
Mon 20. Mar 2006, 20:36
Forum: phpwcms Support English
Topic: Image w/link Content Part?
Replies: 10
Views: 3232

image-caption|alt-Text of the Image|http://url.de _blank

image-caption|alt-Text of the Image|{SITE}index.php?alias _blank



Tht's just the type of link, you are searching for.... opens the linked Target inside a new window

Amazingly simple! :)

What is the {SITE} tag used for and why would ...
by Darkmatter
Mon 20. Mar 2006, 20:30
Forum: phpwcms Support English
Topic: Image w/link Content Part?
Replies: 10
Views: 3232

pepe wrote:What do you wanna do... set the width and height of the new windows, or what?
That would be nice as well, but more simply I'd like to specify that the link open a new window instead of re-using it.
by Darkmatter
Mon 20. Mar 2006, 20:21
Forum: phpwcms Support English
Topic: Image w/link Content Part?
Replies: 10
Views: 3232

pepe wrote:Have a look, please. Is that, what you are searching for?

http://www.phpwcms.de/forum/viewtopic.p ... image+link
Yes, excellent!!!!

Thank you very much!

One more thing... can you specify the destination for the url as a "_blank" page somehow?
by Darkmatter
Mon 20. Mar 2006, 19:00
Forum: phpwcms Support English
Topic: Image w/link Content Part?
Replies: 10
Views: 3232

How about trying the WYSIWYG HTML content part:
-"insert" graphic
-"select" graphic
-"linkify" graphic

Yes, but unfortunately you can't reference a pic in your FILE org (unless you tell me otherwise). My understanding is that you have to use the picture folder or other folder without the file ...
by Darkmatter
Mon 20. Mar 2006, 18:37
Forum: phpwcms Support English
Topic: Image w/link Content Part?
Replies: 10
Views: 3232

Image w/link Content Part?

Is there a mod that would allow to add a content part such as a single image with a link attached to the image? It seems silly to have to always create HTML content for such a thing.

Thanks!
by Darkmatter
Sat 11. Mar 2006, 01:24
Forum: phpwcms Support English
Topic: Multiple file status change/delete
Replies: 3
Views: 1946

OK nevermind I figured it out:

update phpwcms_file where f_aktiv=0 f_aktiv=1

Works great!
by Darkmatter
Fri 10. Mar 2006, 23:31
Forum: sites under construction (made with phpwcms only)
Topic: Prototype
Replies: 3
Views: 4771

Yes, it was my css, fixed it!

I'm still trying to find a way to do a range edit on table values in phpmyadmin. If anyone knows how to do that I'd love to hear about it.

Thanks.
by Darkmatter
Fri 10. Mar 2006, 20:22
Forum: phpwcms Support English
Topic: Multiple file status change/delete
Replies: 3
Views: 1946

I've searched hi and low for a function that will allow me to change all entries' (in the phpwcms_file table) field value at the same time in phpmyadmin but no luck. Sure you can change them one by one, but I have hundreds.

Anyone know how to do this?

Thanks in advance.
by Darkmatter
Mon 2. Jan 2006, 21:51
Forum: phpwcms Support English
Topic: Multiple file status change/delete
Replies: 3
Views: 1946

Multiple file status change/delete

Hello!

Is there away (hack) to delete and/or change the status of many files at once (i.e. public/active, etc)????

Thanks!