Search found 47 matches

by bertalizer
Sat 17. Jul 2004, 10:11
Forum: hacks & enhancements
Topic: The CSS Story continues...
Replies: 18
Views: 10327

Hi Pixelpeter, Great work! But why not make the code semantically correct ( more info ) at the same time? I' ve taken a look at your site. For example, your reworked version of plain text looks like this: <div class="articleHead">HTML</div> <div class="contentHead">Content Title<...
by bertalizer
Fri 7. May 2004, 23:59
Forum: hacks & enhancements
Topic: Graphical Text MOD - FINAL - Version 2.0
Replies: 232
Views: 90061

super! But wouldn't it be possible to let us choose the output format via a little conf-file; jpeg, png (and gif, if supported by the server)? I'd like my images to be PNG's as they are "cleaner" than JPEGs (blurry edges). I thought that some browsers only have problems with transparant pn...
by bertalizer
Fri 7. May 2004, 14:20
Forum: phpwcms Support English
Topic: refresh tag after email confirmation possible?
Replies: 2
Views: 1428

Past the following code in a html-content part in the email_succes page:

Code: Select all

<script language="javascript">
function gohome() {
	document.location.href="index.php";
}
setTimeout("gohome()",5000);
</script>
B.
by bertalizer
Fri 7. May 2004, 10:02
Forum: phpwcms Support English
Topic: SOLVED >> Templates, Where are these Stored?
Replies: 7
Views: 2128

Oliver Georgi wrote:template is stored as base64 encoded string
Hi Oliver,
Does this have a specific reason?
B.
by bertalizer
Thu 6. May 2004, 16:44
Forum: phpwcms Support English
Topic: top articles option explain please
Replies: 3
Views: 1339

The number entered defines the number of articles that are shown with title and introduction (followed by "more..."). The rest of the articles are only shown as hyperlinks (clickable title).

Best way to see it is to give it a try :)
B.
by bertalizer
Thu 6. May 2004, 16:33
Forum: sites you are proud of (made with phpwcms only)
Topic: MTK - Anziehend...
Replies: 10
Views: 5544

I get
phpOpenTracker Error: Could not connect to database.
B.
[EDIT] OK, now its up again :) VERY nice site! (no way you would like to share the template with us? ;))
by bertalizer
Mon 3. May 2004, 10:04
Forum: phpwcms Installation Troubleshooting English
Topic: Install problem. I need help. 3x
Replies: 6
Views: 2751

Hi!
You will have to change your php.ini

Take a look at this post:
http://www.phpwcms.de/forum/viewtopic.php?t=1694

B.
by bertalizer
Wed 28. Apr 2004, 02:05
Forum: phpwcms Installation Troubleshooting English
Topic: phpwcms and dreamhost
Replies: 15
Views: 6343

You will have to contact your host... PHP is configured to save session data in /tmp PHP is kind enough to tell you what's wrong: Failed to write session data (files). It could be that the /tmp directory doesn't exist or that php doesn't have rights to write in that directory. If you are able to cha...
by bertalizer
Tue 27. Apr 2004, 22:16
Forum: phpwcms Support English
Topic: newsletter
Replies: 5
Views: 1732

You can add a content type "newsletter".
Put that in one of your pages.

Take a look here:
http://www.phpwcms.de/forum/viewtopic.php?t=1641#9914

B.
by bertalizer
Tue 27. Apr 2004, 22:16
Forum: phpwcms Support English
Topic: Importing newsletter Subscribers
Replies: 5
Views: 1721

Anyone with ideas?

:wink:


Thanx,
B.
by bertalizer
Tue 27. Apr 2004, 08:40
Forum: phpwcms Support English
Topic: weird page layout gaps
Replies: 2
Views: 2072

I think it's the way Internet Explorer handles whitespace in table cells... Try cleaning up things like <td align="right" valign="top" height="120"> <img src="picture/body_pics/1.gif" width="210" height="110" border="0" alt="...
by bertalizer
Mon 26. Apr 2004, 11:03
Forum: phpwcms Bug Reports
Topic: Newsletter Bug ?
Replies: 4
Views: 2738

Thanks alot Oliver!
B.
by bertalizer
Sun 25. Apr 2004, 12:16
Forum: phpwcms Bug Reports
Topic: Newsletter Bug ?
Replies: 4
Views: 2738

If I understand this correctly Keules has a problem with the ###RECIPIENT_NAME### being replaced by the ###RECIPIENT_EMAIL###. I've noticed the same problem. What happess: I've got 3 addresses on my list. address_id 2: bert@aaa.aa: Bert on A address_id 3: bert@bbb.bb: Bert on B address_id 5: bert@cc...
by bertalizer
Sun 25. Apr 2004, 11:01
Forum: (unofficial) tutorials & documentation
Topic: FAQ
Replies: 18
Views: 19199

What if you are unable to login after installation. You don't get any errors but are redirected straight to the login page, when you enter wrong data, you get an login-error. It could be that the time on your Mysql-server differs from the time on your webserver. Try increasing the value of $phpwcms...
by bertalizer
Sun 25. Apr 2004, 10:51
Forum: phpwcms Discussion
Topic: Thanks
Replies: 7
Views: 3145

Kudos to Oliver for his great work!
B.