Page 3 of 4
Posted: Wed 26. Jan 2005, 09:38
by frold
Oliver Georgi wrote:around 50x based on complexity of page/article. And not only speed up - server load is much lower.
Oliver
wauw so it is a big improvement

i havent ...
Posted: Wed 26. Jan 2005, 10:27
by rushclub
i havent tested the new version, but the cache thing is bringing me to the idea, that there is a need for a button »clear cahce« or something like that, to reflect changes on the webpage. or is there already a button like that?
cheers
rushclub
Posted: Wed 26. Jan 2005, 10:54
by Oliver Georgi
No such button is missing
Will implement one.
Oliver
Posted: Wed 26. Jan 2005, 13:20
by isac
Hello
what files are different from the late night build?
Posted: Wed 26. Jan 2005, 13:34
by frold
isac wrote:Hello
what files are different from the late night build?
I know there are tools that let you compare all files in folders and list what files that doesn´t match.
Posted: Wed 26. Jan 2005, 13:36
by isac
frold wrote:isac wrote:Hello
what files are different from the late night build?
I know there are tools that let you compare all files in folders and list what files that doesn´t match.
thanks frold, WinMerge is doing the job...
Posted: Wed 26. Jan 2005, 15:11
by jscholtysik
Hi,
searching in the act_newsletter.php of the 1.1.9-DEV I furthermore I see that my and also Mehlinger's problem with the redirection links would be still there:
http://www.phpwcms.de/forum/viewtopic.php?t=5050
What will be done? When the site and the root entries would be together in the act_newsletter, the links would work the right way.
So Oliver Georgi, if you are working on the newsletter module anyway, could you take also a look to this problem, please?
Thanks in advance.
Joachim
Posted: Wed 26. Jan 2005, 15:35
by Oliver Georgi
will be fixed. I'm thinking about changing the whole process - better subscription form and possibilities. It's a bit limited - also kind of handling verify and deleting.
Oliver
Posted: Wed 26. Jan 2005, 17:13
by pico
to Oliver
if you do so with the Newsletter-Part - maybe it is possible to you to implement a Switch in the Admin-CSV-Import, where a selection can be done for what Abonnoment (I have 3 different Newsletter Abo's now) the imported Adresses will work - like in the Contentpart Newsletter-Abo
[] all channels
[] Letter1
[] Letter2
...
also it would be very nice to see in the Newsletter Abonenten List what Newsletter a Person has subscripted
Posted: Wed 26. Jan 2005, 17:51
by StudioZ
Oliver! Hey! How exciting this DEV thread is...
Sorry. I missed quite a bit of the new DEV

Was too busy on sponsoring IonRock for his Calendar efforts

I'll experiment ASAP with your new baby !!!
As soon as I can find some funds to support you again... you'll be the first one to know
Hats Off
Cheers and... Keep up the Great Work !!!
Sincerly,
Yves
Posted: Thu 27. Jan 2005, 11:48
by sustia
Hi, I have found a little problem using the map and the rollover images content parts together in the same block.
Putting the map content part above the rollover images content part, I have seen an overlap of the second content part on the first.
This, in my experience, happens only in Firefox 1.0, not in IE 6, and I solved putting some space (e.g. 20-30 px) between the two content parts.
Anyway, the map content part is very powerful

A good idea would be to implement the GT with map, in order to have some label instead of the point in the map...or maybe we can do ourselves modifying the default_map.html?
Anyway, once more, a great release!

Posted: Thu 27. Jan 2005, 12:26
by Oliver Georgi
This is normal - FireFox handles CSS float different from IE.
After floating image place a:
Code: Select all
<div style="clear:both;margin:0;padding:0"></div>
This will render bottom content as in IE.
Oliver
Posted: Thu 27. Jan 2005, 13:24
by sustia
Ok, Oliver, thanks for the suggestion

Posted: Thu 27. Jan 2005, 13:41
by isac
does anyone know replacement tag for this?
in
front.func.inc.php line
2410
Posted: Thu 27. Jan 2005, 14:00
by Oliver Georgi
is under construction and not finished.
Oliver