Search found 18 matches

by haedjin
Fri 18. Aug 2006, 13:44
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

No can do, sorry. I'm pretty keen on security
by haedjin
Fri 18. Aug 2006, 12:03
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

I mean commented... New post, so everyone will get a topic notification :)
by haedjin
Thu 17. Aug 2006, 21:51
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

I uncommented the _SERVER['DOCUMENT_ROOT'], of no avail.
Do you want me to post the HTML source of the page?
by haedjin
Thu 17. Aug 2006, 21:17
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

As you might have noticed in my first post, I use a linux server.
by haedjin
Thu 17. Aug 2006, 17:10
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

// site values
$phpwcms["site"] = "http://208.109.28.147/";
$phpwcms["admin_email"] = "";

// paths
$phpwcms['DOC_ROOT'] = '/opt/lampp/htdocs';
$phpwcms["root"] = "phpwcms";
$phpwcms["file_path"] = "phpwcms_filestorage";
$phpwcms["templates"] = "phpwcms_template";
$phpwcms["content_path"] = "content ...
by haedjin
Thu 17. Aug 2006, 11:53
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

I'm using Firefox 1.0.6 on a Mac, but have had the same problem with IE 5? and Firefox 1? on a PC. Javascript is on, and I set error_reporting to max.
No js errors, no php errors, but still the WYSIWYG html edit field shows no WYSIWYG editor...
by haedjin
Thu 17. Aug 2006, 00:20
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

Alas, my version is 1.2.6, and I tried every possible value in the config file. Still does not work.
by haedjin
Wed 16. Aug 2006, 18:37
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

Thanks, that worked!

Only, now I can't see any WYSIWYG editors, when I try to edit a WYSIWYG content part... Just a plain textarea with in it my HTML...
by haedjin
Wed 16. Aug 2006, 16:55
Forum: phpwcms Installation Troubleshooting English
Topic: Urgent: config values problems
Replies: 20
Views: 8902

Urgent: config values problems

Hello,

I'm slowly going insane here.

After installing a PHPWCMS distro in /opt/lampp/htdocs/phpwcms/ using the setup method provided, I can't get the path values right.

Currently I have:

$phpwcms["site"] = "http://www.mysite.com/phpwcms/";
$phpwcms['DOC_ROOT'] = '/opt/lampp/htdocs';
$phpwcms ...
by haedjin
Wed 26. Apr 2006, 22:17
Forum: phpwcms Support English
Topic: Podcasts
Replies: 0
Views: 1074

Podcasts

Hello all!

I was wondering, is it possible to do podcasts with the RSS contentpart?

thanks!
by haedjin
Sun 5. Mar 2006, 11:51
Forum: phpwcms Support English
Topic: Different templates for each page
Replies: 0
Views: 1800

Different templates for each page

Hey all,

I created some templates, almost the same, except for one (title) image.
Now, I want to have a different template shown for each article.
More specifically, I want to change something in my template _before_ the {CONTENT} tag, like this:

<div id="title"> title image, different for each ...
by haedjin
Fri 10. Feb 2006, 15:09
Forum: hacks & enhancements
Topic: An Event Calendar Mod
Replies: 239
Views: 148762

If you replace the showCategories function in main.functions.php with the following, the category will be pre-selected when you edit an event in the backend.


function showCategories($value) {
$result = mysql_query("SELECT * FROM " . $GLOBALS['tables']['cal_categories'])
or die("There was an ...
by haedjin
Wed 8. Feb 2006, 16:57
Forum: hacks & enhancements
Topic: mygallery mod
Replies: 85
Views: 85832

This mod looks promising...
However, I don't seem to be able to set it up the way I want to.
What I want to do is add a photo album to a specific article.

So, let's say I have album1 to album10, and I want to display album1 on article1, album2 on article2 and so on. Is this possible?
by haedjin
Tue 7. Feb 2006, 23:20
Forum: hacks & enhancements
Topic: An Event Calendar Mod
Replies: 239
Views: 148762

Great hack! Excellent job.

Although, all 's (aphostofe) aren't excaped when inserting events...
Hopefully you can fix this.

[EDIT]
In calendar.classes.php, on line 616 is already a addslashes call, but it's commented out. If you remove the // from the front of the line, you can safely use ' inside ...
by haedjin
Tue 7. Feb 2006, 22:34
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 210527

great mod!

If you replace the default sort order in the tag with RAND() and remove DESC or ASC, you can randomly select your teasers. I needed that for my own site.

Furthermore, is it possible to get the summaries for a specific alias *including* all sub aliasses? And can I use the keywords of an ...