phpWCMS Version 1.2.3 - founded Changes and new Stuff
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
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
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.....
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.....
-
- Posts: 68
- Joined: Mon 9. Feb 2004, 00:44
Articlehead/subhead/Contenthead/subhead gone from css
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?
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?
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.
As far as I know* started to change template defaults to standard HTML tags like <p>, <h1...h6> and so on
- H1 is used für article head
H2 for article subhead
H3 for content part head
and H4 for content part subhead.
Fabian
Hi...
i've copied my old classes into the new frontend.css and added the new h1 names...
like the following example...
and all is OK
( nearly all
)
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;
}



but like thisCode: Select all
color: #880088; //#000000;
Code: Select all
color: #880088; /* #000000; */
Fabian
New Functions in Structure Level
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
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
-
- Posts: 24
- Joined: Mon 18. Apr 2005, 21:35
- Location: Copenhagen, Denmark
- Contact:
SSL is secure sockets layer
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://
Secure pages, like when you want your users to enter their VISA information, need SSL. The URLs start with https://
Olle Jonsson
olleolleolle
olleolleolle
Spaw Question
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.

