phpWCMS Version 1.2.3 - founded Changes and new Stuff

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

The problem is after 40 -50 posts its a lot of reading... and no one seems to worry about keeping a good structure...

the dev forum does not have discussion, its purely resource... wcms forum is for discssion to everyones hearts content....

if users want to find out whats new, then the link on the dev forum will give them a QUICK overview...

I am sure that the dev forum has helped everyone with the REPTAGS and MODS...?

TriP
jscholtysik

Post by jscholtysik »

Hi trip,


so why not integrate the summaries into this forum? I think we should centralize the information to one forum, not many fora, so all people have a central point for questions or suggestions and do not have to worry where they can find the information they need...


Joachim
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

have done this - see first posting :lol:
and will continue it
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

Are you a moderator...

If there was more talk on the forum to better structure the way info was presented, faq, etc etc, then many of the problems would not arrise from all the users, as there would be a knowledge base...

if you have an idea then I suppose we could look into it...
the dev forum was developed so that there was a central place for all the dev stuff that OG does not get involved in...

I am sure that if some users where to help out like Pappnase has with his docu site then we could make this forum more user friendly, however this is a problem when you are not a moderator, as you dont have any rights... !!!

oh well what can you do when you are trying to help out.....
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

pico wrote:have done this - see first posting :lol:
and will continue it
Thank you PICO :-)
rsantifort
Posts: 68
Joined: Mon 9. Feb 2004, 00:44

Articlehead/subhead/Contenthead/subhead gone from css

Post by rsantifort »

I used to change the style of my {CONTENT} part from the admin section in the frontend.css.

Now I see in 1.2.3.DEV that the article head and subhead and the contenthead and subhead are not a class in the .css file anymore. Where can I change them now? Use template stuff or what?
fabiradi
Posts: 45
Joined: Thu 24. Feb 2005, 18:34
Location: Verl, Germany
Contact:

Post by fabiradi »

As stated before these parts of an article don't have a CSS class anymore. They now have h1-h6 tags like it is supposed to be. The texts are definitly headers and therefore h-tags are the best way to do it.
* started to change template defaults to standard HTML tags like <p>, <h1...h6> and so on
As far as I know
  • H1 is used für article head
    H2 for article subhead
    H3 for content part head
    and H4 for content part subhead.
Fabian
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hi...


i've copied my old classes into the new frontend.css and added the new h1 names...
like the following example...

Code: Select all

.articleHead, .articleList_tophead, h1 {
    font-family: "Arial Narrow", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height : 100%;
    color: #880088; //#000000;
}
and all is OK :lol: ( nearly all :wink: )
fabiradi
Posts: 45
Joined: Thu 24. Feb 2005, 18:34
Location: Verl, Germany
Contact:

Post by fabiradi »

:idea: by the way: comments in css are not like this

Code: Select all

color: #880088; //#000000; 
but like this

Code: Select all

color: #880088; /* #000000; */ 
Fabian
jscholtysik

New Functions in Structure Level

Post by jscholtysik »

Hi all,


there are 3 new functions with the creation of a structure level (ADMIN-->Site Structure-->Create Structure Level). These are :

- Beside the cache functions there is now a new function "Search" with a new checkbox. I think you can here sort out the created structure level from the search... ?
- Beside the status functions "Visible" and "Public" there are two additional functions called "SSL" and "Sitemap". Unfortunately I don't know what SSL means, but "Sitemap" seems to include this created structure level into a sitemap or exclude from a sitemap... ?

The sitemap function is also contained in the article creation or editing.

I didn't have tested these functions until now. Perhaps anyone else did it before.

************************************************************

Hi,


es gibt drei neue Funktionen bei der Erstellung einer neuen Strukturebene (ADMIN-->Seitenstruktur-->Strukturebene einsetzen in). Diese sind :

- Neben den Cache-Funktionen gibt es nun eine neue Funktion "Suche" mit einer neuen Checkbox. Ich denke, hier kann man die erstellte Strukturebene von der Suche ausnehmen...?

- Neben den Status-Funktionen "Sichtbar" und "Öffentlich" gibt es zwei zusätzliche Funktionen "SSL" und "Sitemap". Ich weiss leider nicht, was SSL bedeutet, aber "Sitemap" scheint die erstelle Strukturebene in eine Sitemap einzubinden oder davon auszunehmen...

Die Sitemap-Funktion ist auch in der Erstellung oder Bearbeitung von Artikeln enthalten.

Ich habe diese Funktionen bis jetzt noch nicht getestet. Vielleicht hat dies jedoch schon jemand anderes gemacht.


Joachim
olleolleolle
Posts: 24
Joined: Mon 18. Apr 2005, 21:35
Location: Copenhagen, Denmark
Contact:

SSL is secure sockets layer

Post by olleolleolle »

SSL stands for Secure Sockets Layer and is "a commonly-used protocol for managing the security of a message transmission on the Internet. SSL uses a public-and-private key encryption system, which also includes the use of a digital certificate."

Secure pages, like when you want your users to enter their VISA information, need SSL. The URLs start with https://
Olle Jonsson
olleolleolle
jscholtysik

Post by jscholtysik »

Hi olleolleolle,


I know SSL, but until now I don't know the association between SSL and phpWCMS. Should it be for a shop system or what...?


Joachim
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

maybe it has something to do with the User/Right-Management, so that 'Registred Users' can access the Site or Parts of it via SSL ?!
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

The "site structure and article list" now shows all content parts associated with each article from the main site tree. To see this, log into the backend, click ARTICLE from across the top and expand an article by clicking the + to see the various content parts beneath it.
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Spaw Question

Post by jsw_nz »

Wanted to ask regarding the very interesting integration of Wcms file manager within Spaw.....does Spaw still return relative urls at all times? There was a fix to script.js to accomplish this, but this make Spaw unable to be used for newsletters, since they need absolute URL's. Interested in this feature. Anybody, who has installed 1.2.3 have an answer on this.

:D
Post Reply