How to use IMAGE fu...
 
Notifications
Clear all

We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.

Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.

[Closed] How to use IMAGE function?

9 Posts
2 Users
0 Reactions
2,029 Views
(@ming-tj)
Active Member Registered
Joined: 5 years ago
Posts: 5
Topic starter  

Hi, i am confused with IMAGE function instead logo function
from version 3.x
this still works:
logo=mylogo.png
logo-align=-1

but
IMAGE=file:mylogo.png,align=-1
do not work
can anyone help?


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1950
 

put image as the first item in the [items] section and it will take the place of logo.

[items]
image=file:desktopinfo-logo-2.png,align:-1,width:-1,wide:1


   
(@ming-tj)
Active Member Registered
Joined: 5 years ago
Posts: 5
Topic starter  

thanks a lot, it works, and I try it several times, make some changes like:
image=file:mylogo.png,text:,align:-1,offset:-390
this make the image show on left column1(width 390) not on right coloum, and will not show image file name, just like logo function


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1950
 

image=file:mylogo.png,align:-1,wide:1

does the same thing


   
(@ming-tj)
Active Member Registered
Joined: 5 years ago
Posts: 5
Topic starter  

thanks for the tip!
but another question, how to make a image(or different images)shown in other pages, setting under [items] shown only on page 1


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1950
 

you'll have to explain that one better.


   
(@ming-tj)
Active Member Registered
Joined: 5 years ago
Posts: 5
Topic starter  

the questions are:
is that possible to shown "mylogo.png" on same place in all pages or on selected pages?
or is that possible to shown "mylogo1.png" on page 1 and "mylogo2.png" on page 2 ...


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1950
 

sure, just repeat the IMAGE item wherever you want to show the image.


   
(@ming-tj)
Active Member Registered
Joined: 5 years ago
Posts: 5
Topic starter  

thanks a lot, finally I noticed that not to declare [items] for other pages again, just use image=file:mylogo.png,align:-1,wide:1 under other pages declaration.
thanks again for such a useful tools!


   
Glenn's Page