captions

hi,

we moved from 2.1.5 to 2.1.7 and noticed that article images have lost
the "caption" class definition. 
so the source looks like this now:
<tr><td><font size="1" face="arial">blabla</font></td></tr>
but it should be
<tr><td class="caption">blabla</td></tr>

thanks
braja

Re: captions

actually, it's not just that. here it is how it should look like - the
whole thing - changes in capital letters:

<table border=0 cellspacing=0 cellpadding=0 align="left|right|none">
<tr><td ALIGN="CENTER"><some image></td></tr>
<tr><td ALIGN="CENTER" CLASS="CAPTION">blabla</td></tr>
</table>

Aleksandar Brajanoski wrote:
> 
> hi,
> 
> we moved from 2.1.5 to 2.1.7 and noticed that article images have lost
> the "caption" class definition.
> so the source looks like this now:
> <tr><td><font size="1" face="arial">blabla</font></td></tr>
> but it should be
> <tr><td class="caption">blabla</td></tr>
> 
> thanks
> braja

--

-- 
Aleksandar Brajanoski
Internet Development Manager
Transitions Online
Chlumova 22, 130 00 Praha 3
Czech Republic
420 2 2278-0805 (extension 26)
420 2 2278-0804 (fax)
(Continue reading)

Mugur Rus | 15 Mar 18:27
Picon
Favicon

Re: Re: captions

I made this change upon ElPeriodico request, now I don't know to whom should I
listen to :)

Anyway, I restored the layout you wanted, please download campsite from:

http://www.campware.org/look/campware/download/campsite-2.1.7-rc3.tar.gz

Mugur

--- Aleksandar Brajanoski <braja <at> tol.org> wrote:
> actually, it's not just that. here it is how it should look like - the
> whole thing - changes in capital letters:
> 
> <table border=0 cellspacing=0 cellpadding=0 align="left|right|none">
> <tr><td ALIGN="CENTER"><some image></td></tr>
> <tr><td ALIGN="CENTER" CLASS="CAPTION">blabla</td></tr>
> </table>
> 
> Aleksandar Brajanoski wrote:
> > 
> > hi,
> > 
> > we moved from 2.1.5 to 2.1.7 and noticed that article images have lost
> > the "caption" class definition.
> > so the source looks like this now:
> > <tr><td><font size="1" face="arial">blabla</font></td></tr>
> > but it should be
> > <tr><td class="caption">blabla</td></tr>
> > 
> > thanks
(Continue reading)

Mugur Rus | 21 Mar 10:01
Picon
Favicon

Re: can't install

Hi,

You need root (administrator) access to the system you want to install campsite
on. Unfortunatly that's the case now. Campsite has a template engine written in
C++ and that means it needs compiling. We're working on a PHP only Campsite but
that will come in about 7 months from now on.

Regards,
Mugur

> I am confused. I am not a programmer or something like that. I used to
> install various CMS, amd usually it is quite easy - just launch the
> install.php or edit the config.php file. This time I see files without the
> .php extension. As far as i understood, I should edit the php.ini file
> which is usually in the etc directory. It's not there. And the server is
> not running on my PC, it's on a host-provider, so i cannot restart it.
> Does this mean that I cannot run Campside?

		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

campsite-support | 21 Mar 11:12

Problem installing campsite

This message was sent from: Campsite Support.
<http://www.campware.org/phorum_en/read.php?f=8&i=230&t=230> 
----------------------------------------------------------------

Hi all,

We are installing campsite 2.1.7-rc2 on amin's server. Everything checks
out during installation except the EVENT_HANDLERS module. When we define
it to localhost or the IP address,we get:

Testing EVELT_HANDLERS configuration...ERROR
Error sending message: 552 sorry, your envelope sender domain must exist
(#5.7.1)

We already tried localhost and IP address of the server but ended up with
the same error.

thanks for the help in advance :)

Raed

----------------------------------------------------------------
Sent using Phorum software version 3.4.3a <http://phorum.org> 

campsite-support | 21 Mar 21:16

cant' install pache password problem - release 2.1.7rc2

This message was sent from: Campsite Support.
<http://www.campware.org/phorum_en/read.php?f=8&i=231&t=231> 
----------------------------------------------------------------

i downloaded the very latest release but still I have the same apache user
/ group names not matching problem.

Also parser won't accept localhost for SMTP setting (should I use my usual
smtp server setting for usual mail?)

The app seems really cool, I want to install it so I will go on tryng.

----------------------------------------------------------------
Sent using Phorum software version 3.4.3a <http://phorum.org> 

Mugur Rus | 21 Mar 21:31
Picon
Favicon

Re: Problem installing campsite

Hi,

It seems that your host name was not configured correctly. Try:
ping `hostname`
It should look like this:
PING m (192.168.1.1) 56(84) bytes of data.
64 bytes from m (192.168.1.1): icmp_seq=1 ttl=64 time=0.078 ms
64 bytes from m (192.168.1.1): icmp_seq=2 ttl=64 time=0.083 ms
64 bytes from m (192.168.1.1): icmp_seq=3 ttl=64 time=0.082 ms

If you can't fix the host name problem select multiple system at install time,
unselect EVENT_HANDLERS module, save module selection and continue the
installation.

Hope this helps,
Mugur

--- campsite-support <at> eserver2.mdlf.org wrote:
> Hi all,
> 
> We are installing campsite 2.1.7-rc2 on amin's server. Everything checks
> out during installation except the EVENT_HANDLERS module. When we define
> it to localhost or the IP address,we get:
> 
> Testing EVELT_HANDLERS configuration...ERROR
> Error sending message: 552 sorry, your envelope sender domain must exist
> (#5.7.1)
> 
> We already tried localhost and IP address of the server but ended up with
> the same error.
(Continue reading)

Mugur Rus | 21 Mar 21:38
Picon
Favicon

Re: cant' install pache password problem - release 2.1.7rc2

--- campsite-support <at> eserver2.mdlf.org wrote:
> i downloaded the very latest release but still I have the same apache user
> / group names not matching problem.
Please send me the exact error message that you received, copy/paste here the
last screen of campsite installation. I need that so I can identify the
problem.

> Also parser won't accept localhost for SMTP setting (should I use my usual
> smtp server setting for usual mail?)
Yes, please set a valid SMTP server, otherwise the installer won't accept to
continue the installation.

> The app seems really cool, I want to install it so I will go on tryng.
Thanks, hope you'll be able to install it in the end :)

Regards,
Mugur

		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

campsite-support | 28 Mar 13:55

How to start after installation

This message was sent from: Campsite Support.
<http://www.campware.org/phorum_en/read.php?f=8&i=242&t=242> 
----------------------------------------------------------------

Dear all,

I followed the steps in Section 1 in the manual (ver. 2.1) to install the
Campsite of version 2.1.6. successfully. I even re-started the Apache. 

What should I do next? How can I access the application in a web browser?

Thank you for your attention.

Jack

----------------------------------------------------------------
Sent using Phorum software version 3.4.3a <http://phorum.org> 

sava.tatic | 1 Apr 00:52

Preview 2 of Campsite 2.2.0 is available for download

Dear All,

I am pleased to inform you that we are finishing up the development of the
much-awaited major release of Campsite. The target release for Campsite
2.2.0 "Mara" is 7 April 2005.

You can help us make this second deadline by trying out Campsite 2.2.0rc2
version tthat can be downloaded from the Campware,org site and letting us
know about your experiences. The download link is:

http://www.campware.org/look/campware/download/campsite-2.2.0-rc2.tar.gz

The Campsite 2.2.0 release candidate 2  brings the following enhancements:

- JavaScript-based HTMLArea has replaced the Campfire Java editor, ending
the reliance on the Java VM plugin and bringing all sorts of enhancements
- a streamlined and beautified user interface
- improved management of multiple instances of CAMPSITE on a single server
(new instances can be created without reinstalling Campsite)
- Automatic publishing/removal of selected articles without human
intervention at a specified date and time
- Article ordering
- New handling of Images (and other multimedia)
- Publication site aliases: aliases allow Campsite to identify a
publication based on multiple domain names
- Shorter, Search Engine-Friendly URLs

Todo for the official release:
- Update documentation
- Update all localizations
(Continue reading)


Gmane