Site Html code access
5 posters
Page 1 of 1
Site Html code access
I have the following problem.. I'd like to access to the site, or to the blocks of the site html-code, but i do not know where can I find it..
(I know about the colors/css - but I need the html edit opportunity, if there is one )
Mysite:
http://menedek.forums1.net/
1. I would like to change the format of the clock and date.
date/hour
2. I would like to change the who is here part a bit.. also in html.
who is..?
3. I would like to delete, or change the color of the white corners what I have in my banner, in my menu, forum and lower block.
white corner
4. And at least I have a blue frame surround my forum, which I can not modify in color menu. Any suggestions?
forum frame
Thx for all!
(I know about the colors/css - but I need the html edit opportunity, if there is one )
Mysite:
http://menedek.forums1.net/
1. I would like to change the format of the clock and date.
date/hour
2. I would like to change the who is here part a bit.. also in html.
who is..?
3. I would like to delete, or change the color of the white corners what I have in my banner, in my menu, forum and lower block.
white corner
4. And at least I have a blue frame surround my forum, which I can not modify in color menu. Any suggestions?
forum frame
Thx for all!
Boga82- Forumember
- Posts : 55
Reputation : 2
Language : english, hungarian
Re: Site Html code access
We don't have direct access to edit the HTML.
Most of those things you mentioned can be changed in the admin panel/by using CSS/javascript.
Most of those things you mentioned can be changed in the admin panel/by using CSS/javascript.
Re: Site Html code access
understand.. but the key for me still the how?
The last two is the most anoying problem for me. I would be greatful for some help..
The last two is the most anoying problem for me. I would be greatful for some help..
Boga82- Forumember
- Posts : 55
Reputation : 2
Language : english, hungarian
Re: Site Html code access
I don't have div.forabg in my css..
What should I write there to reach the these blocks?
What should I write there to reach the these blocks?
Boga82- Forumember
- Posts : 55
Reputation : 2
Language : english, hungarian
Re: Site Html code access
Because in Firefox if you right click and "Inspect Element" at that part of your forum, it says it's ID is "Div.forabg". Sorry for any inconvenience.
Re: Site Html code access
#3 add this inside your CSS.
Forum version?
#1 - Don't think it's possible. Since it's inside the Template and it shows like this,
#4- Look for this inside your CSS (ACP >> Display >> Colors >> CSS)
If you find it, good. If you don't then add it, but replace this image with what so ever you want. Or you can request for it to be changed color: https://help.forumotion.com/f6-graphic-design-section
image: https://2img.net/i/fa/prosilver/bg_list.gif
After the color is changed, just simply replace it with the URL above inside the code.
#2 - what exactly do you want to change? You would have to move it around the templates: ACP >> Display >> Templates >> General >> Index_body >>
- Code:
span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
background-repeat: no-repeat;
display: none;
font-size: 1px;
height: 5px;
line-height: 1px;
}
Forum version?
#1 - Don't think it's possible. Since it's inside the Template and it shows like this,
- Code:
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
#4- Look for this inside your CSS (ACP >> Display >> Colors >> CSS)
- Code:
.forabg {
background-color: #0f1712;
background-image: url(http://2img.net/i/fa/prosilver/bg_list.gif);
background-position: 0 0;
background-repeat: repeat-x;
border: 2px solid #2c3d34;
clear: both;
margin-bottom: 4px;
padding: 0 5px;
}
If you find it, good. If you don't then add it, but replace this image with what so ever you want. Or you can request for it to be changed color: https://help.forumotion.com/f6-graphic-design-section
image: https://2img.net/i/fa/prosilver/bg_list.gif
After the color is changed, just simply replace it with the URL above inside the code.
#2 - what exactly do you want to change? You would have to move it around the templates: ACP >> Display >> Templates >> General >> Index_body >>
- Code:
<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}
<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{LEGEND} : {GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</div>
</div>
<!-- END disable_viewonline -->
Re: Site Html code access
Thank u very much You helped a lot!
Boga82- Forumember
- Posts : 55
Reputation : 2
Language : english, hungarian
Re: Site Html code access
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Site access/ Malicious code warning
» What is the HTML code for search site
» Can't access my site not deleted some one changed the coding so no one can access it
» cannot access my site at all
» Help please cannot access my site
» What is the HTML code for search site
» Can't access my site not deleted some one changed the coding so no one can access it
» cannot access my site at all
» Help please cannot access my site
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum