hello every body,
i created new sections, but just some articles shows in frontpage when i define to show in frontpage, is it because of settings in index.tpl?
please help me
thanksssssssss
can you provide some more details - which template package are you using? Newscoop will filter only articles with 'Show article on front page' switch switched on if this case is used in template, otherwise it will show articles regardless of this switch. Again, you need to define the behavior in templates.
-- Ljuba Rankovic Senior Front End Developer, Sourcefabric ljuba.rankovic@sourcefabric.org
i find the way thanksssssssssssss
but another question, how can i add a dynamic date and time clock which use the server time, please show me a working script
reagardsssss
> 1- why when i put a image via insert image in body of a article it not
> shown in preview and just show the alt text
>
Are you using https connection for admin side?
>
> 2- how can i link one of section names in navigation bar to an external URL
>
Add manually the link in the navigation sub-template
>
> 3- how can i see a good statistics for article view and other statistics
> for managers
>
Google Analytics
>
> 4- why in IE login form not accept username and password
>
Are you using https connection for admin side?
>
> 1- when i add a new article , it has some reader number, why? and how can i
> reset the readers counter for each article
>
newscoop counts also article preview
>
> 2- although i define a author name , but when an article published , it
> shown the creator name
>
The simple code to show defined authors:
{{ list_article_authors }}
{{ $gimme->author->name }}<br />
{{ /list_article_authors }}
> 1- why when i put a image via insert image in body of a article it not
> shown in preview and just show the alt text
>
Are you using https connection for admin side? ------- no , i not use https -----------
> 3- how can i see a good statistics for article view and other statistics
> for managers
>
Google Analytics ------ google not show me information about each article, i want that -----------
> 4- why in IE login form not accept username and password
>
Are you using https connection for admin side?-------------- no https ---------
> 1- when i add a new article , it has some reader number, why? and how can i
> reset the readers counter for each article
>
newscoop counts also article preview ---------- i cant understand, how can i reset reads to zero?----
> 2- although i define a author name , but when an article published , it
> shown the creator name
>
The simple code to show defined authors:
{{ list_article_authors }}
{{ $gimme->author->name }}<br />
{{ /list_article_authors }}
--------------where i add this code? -------
Posts: 1,526Member, Administrator, Sourcefabric Team
On Mon, May 16, 2011 at 11:30 AM, ali torabi < newscoop-support@lists.sourcefabric.org> wrote
>
> > 1- why when i put a image via insert image in body of a article it not
> > shown in preview and just show the alt text
> >
> Are you using https connection for admin side? ------- no , i not use https
> -----------
>
open preview page in firefox with installed firebug and look for 404 errors
>
> > 3- how can i see a good statistics for article view and other statistics
> > for managers
> >
> Google Analytics ------ google not show me information about each article,
> i want that ----------
>
GA allows to show statistics for each page
>
> > 4- why in IE login form not accept username and password
> >
> Are you using https connection for admin side?-------------- no https
> ---------
>
test your IE on http://newscoop-demo.sourcefabric.org/admin
It works for me. I don't have more ideas. You can also check console for
errors.
> 1- when i add a new article , it has some reader number, why? and how can
i
> reset the readers counter for each article
>
newscoop counts also article preview ---------- i cant understand, how can i
reset reads to zero?----
you can clear directly via Mysql, table RequestsStats.
> > 2- although i define a author name , but when an article published , it
> > shown the creator name
> >
> The simple code to show defined authors:
> {{ list_article_authors }}
> {{ $gimme->author->name }}<br />
> {{ /list_article_authors }}
> --------------where i add this code? -------
>
In template which shows the article content
> > 1- why when i put a image via insert image in body of a article it not
> > shown in preview and just show the alt text
> >
> Are you using https connection for admin side? ------- no , i not use https
> -----------
>
open preview page in firefox with installed firebug and look for 404 errors
---------------- i still cant see images, please help me-------
> 1- when i add a new article , it has some reader number, why? and how can
i
> reset the readers counter for each article
>
newscoop counts also article preview ---------- i cant understand, how can i
reset reads to zero?----
you can clear directly via Mysql, table RequestsStats.
-------------- i cant find the field, please help me more, and after i reset them to zero what will happend for new articles?-------------
> > 2- although i define a author name , but when an article published , it
> > shown the creator name
> >
> The simple code to show defined authors:
> {{ list_article_authors }}
> {{ $gimme->author->name }}<br />
> {{ /list_article_authors }}
> --------------where i add this code? -------
>
In template which shows the article content
hi, for your information i use campsite
how can i archive the articles to show to users, and how can i update it to new newscoop without any changes in my web site
> > 1- why when i put a image via insert image in body of a article it not
> > shown in preview and just show the alt text
> >
> Are you using https connection for admin side? ------- no , i not use https
> -----------
>
open preview page in firefox with installed firebug and look for 404 errors
---------------- i still cant see images, please help me-------
> 1- when i add a new article , it has some reader number, why? and how can
i
> reset the readers counter for each article
>
newscoop counts also article preview ---------- i cant understand, how can i
reset reads to zero?----
you can clear directly via Mysql, table RequestsStats.
-------------- i cant find the field, please help me more, and after i reset them to zero what will happend for new articles?-------------
> > 2- although i define a author name , but when an article published , it
> > shown the creator name
> >
> The simple code to show defined authors:
> {{ list_article_authors }}
> {{ $gimme->author->name }}<br />
> {{ /list_article_authors }}
> --------------where i add this code? -------
>
In template which shows the article content
-------------- not showing anything--------
and some more questions :
1- how can i add description for photos , when i define it not shown and the photos are not show as slide show
2- when i want to make a back up i found this error
#!/usr/bin/php
Campsite Backup Utility
-----------------------
Backup script version: 3.5.0-rc1
Backing up campsite
* Backing up the database...
ERROR!
Unable to create temporary archive.
Please run this script as 'www-data' or as 'root'.
1- how can i add description for photos , when i define it not shown and the photos are not show as slide show
Photo captions are defined when uploading an image, although you can open image dialog and add/change it later. Try to do this through Content->Media Archive. These captions appear automatically under the photo if photo is inserted using wysiwyg editor.
-- Ljuba Rankovic Senior Front End Developer, Sourcefabric ljuba.rankovic@sourcefabric.org