uCoz Community » uCoz Modules » Site News & Blogs » Appearance of news and blog entries
Appearance of news and blog entries
saqrep
Posts: 2
Reputation: 0

Message # 1 | 10:40 AM
hi everybody
can aynone tell me that where can i find the new news entry form? i want to translate the module but i cannot find some parts in the code.i have also translated all the parts in main/Substitution of default phrases...
but in the news module when i try to add new news there are
1. Images [?]
Max size - 2000Kb
2. Images options
3. Entry options

i cannot find how to change them..

Sunny
Posts: 9296
Reputation: 456

Message # 2 | 10:34 AM
saqrep, you can use Quick Replacement feature in Design Customization section.
I'm not active on the forum anymore. Please contact other forum staff.
Kron_old
Posts: 117
Reputation: 52

Message # 3 | 10:48 AM
AustinBacon, remove this code from template and use other codes, like $CAT_NAME$ > $ENTRY_NAME$
august
Posts: 6
Reputation: 0

Message # 4 | 7:59 AM
Can I set backgroudn for each section of blog?

Thank you

iLee
Posts: 111
Reputation: 0

Message # 5 | 11:29 AM
I don't think you can. Unless you are using your own HTML file.
Use your brain before you post ~Lee
Please use search, ~Lee
egyguide
Posts: 1
Reputation: 0

Message # 6 | 2:29 PM
i wonder how would i control the appearance of the news on any place on my homepage to be like a moving stripe ( if u know what i mean ),could it be done with visual editor,or do u have a full code to do it

ur answer is much appreciated


Egyguide
o_lisovenko
ico.ukit.com
Posts: 132
Reputation: 15

Message # 7 | 2:34 PM
Main » Informers

Attachments: 1160627.jpg (77.7 Kb)
Armaros
Posts: 1424

Message # 8 | 5:24 PM
hell, learn some English to understand problem & stop increasing your post count!

egyguide, did you meant moving text? If so than:

Code
<marquee>Text Here</marquee>

If no, explain better, please. You can edit code via Control Panel -> Customize Design.

Rezwan73
Posts: 58
Reputation: -1

Message # 9 | 5:41 PM
Hello,

When i go to any news category then all news is views in full description. I wanted to view the title of the news only. when anyone click on any title of the news then they can see that news. Is it possible? if yes then how?

Thanks for hearing.

Added (2009-04-05, 11:41 Am)
---------------------------------------------
I think, I have found it's solution.

go: CP>Site News> Module settings-
now do according to this picture

Then in all news category will show the title of the news only. and by clicking on the news title any one can see that news. Thus number of views of news will rise.

Thanks.


shimray
Posts: 5
Reputation: 0

Message # 10 | 7:06 AM
Hello everyone. Is it possible to enter the news entry name in my desired colours? If so pls tel me how to do it. I'll be very grateful
R R Shimray II
Armaros
Posts: 1424

Message # 11 | 10:54 AM
Entry title colour?
shimray
Posts: 5
Reputation: 0

Message # 12 | 3:49 PM
Yes the entry title colour. Pls help
R R Shimray II
Armaros
Posts: 1424

Message # 13 | 8:00 PM
CP -> Customize Design -> CSS -> F3 -> Paste /* Entries Style */ -> F3

Code:
.eTitle {font-family:Tahoma,Arial,Sans-Serif;font-size:12px;font-weight:bold;color:#4D6D91; padding: 0 0 0 18px; background: url('/.s/t/121/15.gif') no-repeat 0px 1px;}

(In red is code which you must change to other colour code. HTML Colour Codes)



After you are done, you must add this code under the code above.

Code:
.eTitle a:link {text-decoration:underline; color:#4D6D91;}
.eTitle a:visited {text-decoration:underline; color:#4D6D91;}
.eTitle a:hover {text-decoration:underline; color:#4D6D91;}
.eTitle a:active {text-decoration:underline; color:#4D6D91;}

(Parts in red you must change to same code which you changed in first code)



All together would look like this:

Quote (Code)
/* Entries Style */
.eBlock {}
.eTitle {font-family:Tahoma,Arial,Sans-Serif;font-size:12px;font-weight:bold;color:#FF0000; padding: 0 0 0 18px; background: url('/.s/t/121/15.gif') no-repeat 0px 1px;}
.eTitle a:link {text-decoration:underline; color:#FF0000;}
.eTitle a:visited {text-decoration:underline; color:#FF0000;}
.eTitle a:hover {text-decoration:underline; color:#4D6D91;}
.eTitle a:active {text-decoration:underline; color:#4D6D91;}
.eMessage {text-align:justify;padding-bottom:5px;}
King
Posts: 11
Reputation: -1

Message # 14 | 8:20 AM
Did you try change the number from 0 to 1 for example?
If i help you please give me reputation :)
I just like helping people.
guitarmantra
Posts: 30
Reputation: 5

Message # 15 | 2:21 AM
uCoz Community » uCoz Modules » Site News & Blogs » Appearance of news and blog entries
Search: