|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization How to edit entry page of site news? |
How to edit entry page of site news? |
I would love some more help here. I want to include some thing on the entry page of the site news module but dont know how. And the blog module as well!. Secondly when i try to style the appearance of the entries in site news and blog, the entry form of this modules is affected negatively on appearance..some information and links disappear. How can i edit separately?
Systems developer
|
Secondly when i try to style the appearance of the entries in site news and blog, the entry form of this modules is affected negatively on appearance..some information and links disappear. How can i edit separately? Soldierdevil, you could do that by overriding and changing the name of the ID and classes. 1F4BF3B
|
I would love some more help here. I want to include some thing on the entry page of the site news module but dont know how. And the blog module as well! There is a separate template for that page: http://take.ms/K2s4b Secondly when i try to style the appearance of the entries in site news and blog, the entry form of this modules is affected negatively on appearance..some information and links disappear. How can i edit separately? You can use $PAGE_ID$ in a conditional operator to apply a certain style for an element that appears globally across the module. Example: Code <?if($PAGE_ID$='main')?>content that will appear on the home page only<?endif?> hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
bigblog,
Quote <?if($PAGE_ID$='main' ?>content that will appear on the home page only<?endif?> does this apply to the page displaying entries archive in the site news and blog modules as well? Systems developer
|
| |||
| |||