The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Site Html code access

5 posters

Go down

Solved Site Html code access

Post by Boga82 February 24th 2013, 3:34 pm

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 Smile)
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. Shocked Any suggestions?
forum frame

Thx for all!
avatar
Boga82
Forumember

Posts : 55
Reputation : 2
Language : english, hungarian

Back to top Go down

Solved Re: Site Html code access

Post by Neymar1 February 24th 2013, 3:54 pm

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.
Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

Solved Re: Site Html code access

Post by Boga82 February 24th 2013, 4:42 pm

blackeye 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..
avatar
Boga82
Forumember

Posts : 55
Reputation : 2
Language : english, hungarian

Back to top Go down

Solved Re: Site Html code access

Post by The Lone Ranger February 24th 2013, 6:08 pm

For 3 and 4, look in your CSS for div.forabg and edit there.
The Lone Ranger
The Lone Ranger
Forumember

Male Posts : 443
Reputation : 37
Language : English
Location : Scotland

http://www.tenerifesforumoffun.com

Back to top Go down

Solved Re: Site Html code access

Post by Boga82 February 24th 2013, 6:45 pm

I don't have div.forabg in my css..

What should I write there to reach the these blocks?
avatar
Boga82
Forumember

Posts : 55
Reputation : 2
Language : english, hungarian

Back to top Go down

Solved Re: Site Html code access

Post by The Lone Ranger February 24th 2013, 9:46 pm

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.
The Lone Ranger
The Lone Ranger
Forumember

Male Posts : 443
Reputation : 37
Language : English
Location : Scotland

http://www.tenerifesforumoffun.com

Back to top Go down

Solved Re: Site Html code access

Post by Sir Chivas™ February 24th 2013, 9:56 pm

#3 add this inside your CSS.
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>
JavaScript might do the trick, but won't put your hopes up.

#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 -->
Pretty is all of that.. you can always play around with it..and delete it if you don't want it..it'll go back to normal.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: Site Html code access

Post by Boga82 February 25th 2013, 1:05 pm

Thank u very much Smile You helped a lot!
avatar
Boga82
Forumember

Posts : 55
Reputation : 2
Language : english, hungarian

Back to top Go down

Solved Re: Site Html code access

Post by Sanket February 25th 2013, 1:17 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum