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.

Chat built with codes other than standard not visible ( Punbb)

5 posters

Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Chat built with codes other than standard not visible ( Punbb)

Post by la valle dell'eco February 16th 2015, 2:58 pm

I open a report in part because my chat is built with codes other than standard. Unfortunately no longer see.

 Chat built with codes other than standard not visible ( Punbb) Jump310


Code

index_body
Code:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
 <ul>
 <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
 <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
 <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
 <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
 </ul>
 <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
 <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<!-- BEGIN message_admin_index -->
<div class="main">
 <!-- BEGIN message_admin_titre -->
 <div class="main-head">
 <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
 </div>
 <!-- END message_admin_titre -->

 <!-- BEGIN message_admin_txt -->
 <div id="pun-announcement">
 <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
 </div>
 <!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
 <div class="user_login_form main-box center">
 <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label> &nbsp;
 <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> &nbsp;
 <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
 {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
 <!-- BEGIN switch_fb_connect -->
 <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
 <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
 <!-- END switch_fb_connect -->
 </div>
</form>
</div>
<!-- END switch_user_login_form_header -->
 
{CHATBOX_TOP}
{BOARD_INDEX}
 <!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
 <div style="text-align: center;">
<span class="statround FORUMCOUNTPOST"></span> Total Posts
<span class="statround FORUMCOUNTOPIC"></span> Total Threads
<span class="statround FORUMCOUNTUSER"></span> Total Members
<span class="statround FORUMLASTUSERLINK"></span> Newest Member
<span class="tooltip" style="cursor: default;"><span class="statround FORUMONLINEUSER"></span> Most Online</span>
</div>
  <br />
  <div id="board_statistics" class="statistics clearfix">
 <h4 class="statistics_head"><ul id="stat_links" class="ipsList_inline right ipsType_small">
 <!-- Hook point -->
          <li><a href="/g1-amministratori?tt=1" title="View  administrators ">View Administrators</a></li>
 <li><a href="/g2-viandanti-moderanti?tt=1" title="View Moderators">View Moderators</a></li>
 <li><a href="/statistics#6" title="Statistics">View Statistics</a></li>
<li>
                    <a href="/viewonline">
                       
                            View On Line
                       
                    </a>
                </li>
 </ul>
Users Online</h4>
 <p class="statistics_brief desc">
          <div style="color: #777;
font-size: 11px;
}">
 <p>{TOTAL_USERS_ONLINE}</p>
  <p>{L_ONLINE_USERS}</p>
      <p>{LOGGED_IN_USER_LIST}</p>
<p>{L_CONNECTED_MEMBERS}</p>
      <p>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</p>
 <p>{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
 
    </div>
 </p>
 
 
 <br>
 <p>
     
                       
 </p>
 
</div>
     
 
</div>
 
 
 

 
 
 <!-- BEGIN switch_chatbox_activate -->
  <div id="onlinechat">  <img src="http://i39.servimg.com/u/f39/18/91/14/63/tavern10.png"><b> La Taverna dell'Eco </b>
 <p class="page-bottom"> 
 
 {TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp;
 {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 -->

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
 <div class="user_login_form main-box center">
 <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> &nbsp;
 <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> &nbsp;
 <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
 {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
 <!-- BEGIN switch_fb_connect -->
 <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
 <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
 <!-- END switch_fb_connect -->
 </div>
</form>
<!-- END switch_user_login_form_footer -->

{CHATBOX_BOTTOM}




<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
 appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
 status: true,
 cookie: true,
 xfbml: true,
 oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Css

Code:
*chatbox*/
#chatbox, #chatbox_footer, #chatbox_members {
background: white;
border-top: 1px solid #EAEAEA; 
}

#chatbox_header.main-head {
background: #2C5687 url(http://i59.servimg.com/u/f59/18/91/14/63/mainti11.png) repeat-x top;
padding: 2px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}

.chatbox-title, .chatbox-title a.chat-title {
  color: white;
font-size: 15px;
font-weight: bold;
}

.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}

#chatbox_members .member-title {
background: #F8E7DD;
background-color: #F4F9FD;
background-image: none;
border-bottom: 2px solid red;
color: #A30000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
padding: .5em .25em;
text-align: center;
text-shadow: 1px 0 0 white;
}

#chatbox_members {
display: none;
}

div.main-content.chatbox.clearfix {
border: 1px solid #EAEAEA;
border-radius: 4px;
}
#chatbox p {
border-bottom: 1px solid #DDD;
border-top: 1px solid white;
line-height: 1.2em;
word-wrap: break-word !important;
}
#chatbox_footer {
  width: 290px;
  min-width: 230px;
  background: #FCFCFC;
  float: right;
  clear:both;
  position: relative;
  border-top: 1px solid gainsboro;;
}
.right {
clear: both;
float: right;
}
input#message.post {
height: 45px;
width: 240px;
padding: 6px;
border: 1px solid #D4D4D4;
background: #FCFCFC;
color: black;
text-shadow: white 0px 1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
margin: 20px;
margin-bottom: 0px;
}
#message, #submit_button {
  background: #323232 url('http://i59.servimg.com/u/f59/18/91/14/63/highli10.png') repeat-x 0 0;
border-color: #2B2B2B;
color: white;
text-shadow: #2B2B2B 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
-moz-border-radius: 2px;
padding: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
margin: 10px;
margin-top: 0px;
margin-left: 20px;
}
#message, #submit_button:hover {
  opacity: 0.9;
}
.fontbutton {
cursor: pointer;
float: left;
margin: 3px;
padding: 3px;
margin-right: 10px;
text-align: left;
background: #E2E9F0;
border-color: #DAE2EA;
color: #464646;
-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.fontbutton:hover {
  opacity: 0.9;
}
#chatbox_messenger_form {
margin: 37px 0 0;
}
#divsmilies img + img{visibility:visible!important}
#chatbox_messenger_form div.right img{
visibility:hidden
}
#simple-wrap {
  background:white;
}
#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: center;
background-repeat: no-repeat;
}
#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}
#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}
#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}
#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}
#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}
#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}
#chatbox{
background: #FBFBFB;
padding: 8px;
border: 1px solid #DBE4EF;
border-bottom: 3px solid #DBE2EC;
margin-top: 5px;
left:0;
width: 800px;

}
.attach {
float: right;
}
div.main-content.chatbox.clearfix {
border: 0px;
border-radius: 4px;
padding: 0px;
}

 


 


I was advised to remove the changes to make the Chat visible again.
Unfortunately, removing them is not seen.
You do not see even if I put the code standard.

I hope you can help me.


forum link: http://www.lavalledelleco.net/
Style: punbb
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by Ikerepc February 16th 2015, 3:05 pm

There is new chat on forum, so you need to change codes at it to be compitable with new one.

If you still have bugs, report it here: https://help.forumotion.com/t138896-1375-chatbox-issues
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by _Twisted_Mods_ February 16th 2015, 3:10 pm

so you have removed all of that css and it still don't work?
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by la valle dell'eco February 16th 2015, 7:34 pm

@Ikerepc

I do a little 'hard to find information in a whole discussion in English. Embarassed However, I read everything now. But I do not know if I can make those changes having a different code. Also I have not found my problem.

@_Twisted_Mods_
Yes, exactly. Now the situation has changed. But I have not changed anything. Perhaps Forumotion is making changes (we are being tested right?). Now you see the chat, but okay. There is no scrolling and the archives are not there. scratch

 Chat built with codes other than standard not visible ( Punbb) Chat10




Thanks for your patience. :rose:
I would like to speak decent English to communicate better. (  Chat built with codes other than standard not visible ( Punbb) 17168)
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by Ape February 16th 2015, 9:34 pm

It looks like you still have some codes that are not Forumotion's I would ask you to make 100% sure you have removed all the codes and then try again.

If you have changed your templates to change the look of your chat room then you should go back to default settings by clicking the  Delete button in your templates

also make sure all your CSS files are removed for your chatbox

APE


 Chat built with codes other than standard not visible ( Punbb) Left1212 Chat built with codes other than standard not visible ( Punbb) Center11 Chat built with codes other than standard not visible ( Punbb) Right112
 Chat built with codes other than standard not visible ( Punbb) Ape_b110
 Chat built with codes other than standard not visible ( Punbb) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19128
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by _Twisted_Mods_ February 17th 2015, 12:14 am

the template should not effect anything because chat is in a iframe ... you probably have some more css that your missing for the chatbox
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by la valle dell'eco February 17th 2015, 7:24 am

@APE
@_Twisted_Mods_

Ok, thanks. I'll try again.
Just one question.
When I remove that part of CSS, the graphics are change so:

 Chat built with codes other than standard not visible ( Punbb) 110

What should I avoid to remove because it does not happen?
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by _Twisted_Mods_ February 17th 2015, 8:38 am

best i can tll you sense i cannot login to your forum would be to save all you css to a notepad and add back one part at a time till you figure out what part it was that effected it
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by la valle dell'eco February 17th 2015, 9:56 am

Ok salut
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by la valle dell'eco February 20th 2015, 6:15 pm

I almost solved. It remains only one problem: the archives are disappeared.So that the problem was treated because I found the word " Issues with archives = solved" in the list of issues. I can not really find the answer in which there is no solution, also using the "search". Can you give me the link to the answer? Sorry and thanks
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by _Twisted_Mods_ February 20th 2015, 6:52 pm

once you click enable archives give it a min to load the more archive you have the slower it will be loading
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by la valle dell'eco February 20th 2015, 6:58 pm

It is not slow to load, not just charge. The archives are empty. Shit
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by SLGray February 20th 2015, 7:01 pm

Try this:  remove all chatbox CSS codes you have added, JavaScript codes, and force default templates.


 Chat built with codes other than standard not visible ( Punbb) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51495
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

 Chat built with codes other than standard not visible ( Punbb) Empty Re: Chat built with codes other than standard not visible ( Punbb)

Post by la valle dell'eco February 22nd 2015, 12:09 pm

Ok thumleft
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

Back to top

- Similar topics

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