We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

HTML Code - oxsoft_theme_pink | Forum

Bob Brown
Bob Brown Oct 1 '15
Hello,

Is it possible to implement HTML in the language area to add an image with a link to use in the sign-in page area?

Regards,
Bobby
Sprintally®
Sprintally® Oct 1 '15
please describe with screenshot or provide more information what actually need ?
Bob Brown
Bob Brown Oct 1 '15
Hello,

It would just be like a button that you could put a link to like a pop out page for example I could do something of this nature.

<center><a href="http://www.streamlicensing.com/...edianet/player2.html" target="_blank" onclick="window.open('http://www.streamlicensing.com/...t/player2.html','GyM Radio','width=905,height=525,top=60,left=60');return false;"><img src="http://www.gymradio.org/...s/theme_image_64.png" width="189" height="27" alt="Listen Now" /></a>
</center>

Regards,
Bobby

Sprintally®
Sprintally® Oct 1 '15
it is possible but need html class under master pages .
Bob Brown
Bob Brown Oct 1 '15
So how would I put that under masterpages? Example?
Sprintally®
Sprintally® Oct 1 '15
for example 


<div class="oxsoft_theme"></div>


in base.css or custom css area 

 .oxsoft_theme {

position: absolute;

top:0px ;

right :50px ;

background: url(images/oxsoft.jpg) no-repeat center center;

}


keep in mind that you must have to be basic knowledge of html and css for this .

Bob Brown
Bob Brown Oct 1 '15
Hello,
Ok I've been able to add the html to the language but it adds like a button image underneath the button like it has on join. I wouldn't mind adding the text over to of the underneath button like on the join button however when I attempt to do that it doesn't "display" the text just displays the width and height I've made available.

Regards,
Bobby
Sprintally®
Sprintally® Oct 1 '15
i mean you want to replace console language with a icon like notification icon without text ? am i right ?
Bob Brown
Bob Brown Oct 1 '15
Hello,
Yes on the console in a little while, But what I'm talking about right now is on the sign-in page so if you go to www.gymradio.org you will see what I'm talking about.

Regards,
Bobby
Sprintally®
Sprintally® Oct 1 '15
there is no console language able to see  www.gymradio.org   this page just can see listen live now button . d you need to place that button at the place of language button in demo site with same widt and height ?
Bob Brown
Bob Brown Oct 1 '15
Hello,
And I would do this by adding it in the edit css? As I've added the html code inside the language area in admin.

Regards,
Bobby
Sprintally®
Sprintally® Oct 1 '15
okay . if you have knowledge the you can do that by user-self . 
Bob Brown
Bob Brown Oct 1 '15
So i would do this right?
user-self
<center><a href="http://www.streamlicensing.com/...edianet/player2.html" target="_blank" onclick="window.open('http://www.streamlicensing.com/.../player2.html'','GyM Radio','width=905,height=525,top=60,left=60');return false;"><img src="http://www.gymradio.org/...s/theme_image_72.png"  width="110" height="32" alt="Listen Now" /></a>
</center>
</br>
Sprintally®
Sprintally® Oct 1 '15
yes you can add this and put some correct and good css to fit it properly to your desire area .
Bob Brown
Bob Brown Oct 1 '15
Hello,

It doesn't work when I do that it just breaks the url when I use user-self in front of <a
Sprintally®
Sprintally® Oct 1 '15
it will work correctly if you remove dimensions from html codes and manage it only via css if you are facing problem we can help you though it not under support section . 
You do not have permission to reply this topic