Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

Page:  1  2 

 
BBGKAY Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 05-2007
Posts: 24
Karma: 0 (+0/-0)
Reply | Quote
Help with new post indicator


Hello, it's been over ten years since I made my board, and ten years since I worked on, and figured out the coding and stuff needed to get the things I wanted for it. I had never dealt with css or html coding before.

I didn't think I would ever have to do it again, but photobucket killed third party sharing. I was able to figure out how to get my forum pictures back, but my "NEW!" indicator that would come up after someone posted a response has disappeared. I thought if I looked through all the coding I could find it but I haven't been able too.

Maybe I'm just not recognizing the language?Any help would be appreciated.

Thank you
7/9/2017, 9:49 am Link to post Email BBGKAY   PM BBGKAY
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Help with new post indicator


Are you using the "Button" skin still? If yes then here is where the default coding for that bit is located:

Control Panel :: Board management :: Customize the language set

forum_list_newtext: <img src="http://www.rbbt.net/skins/PR/button/buttonblue25.jpg" alt="New" width="23" height="25" />
topic_list_newtext: <img src="http://www.rbbt.net/skins/PR/button/buttonblue25.jpg" alt="New" width="23" height="25" />
forum_list_nonewtext: <img src="http://www.rbbt.net/skins/PR/button/buttonpink25.jpg" alt="Old" width="23" height="25" />
topic_list_nonewtext: <img src="http://www.rbbt.net/skins/PR/button/buttonpink25.jpg" alt="Old" width="23" height="25" />
misc_sticky_topic: <img src="http://www.rbbt.net/skins/PR/button/buttonsticky18.gif" alt="Sticky" width="16" height="18" />
misc_sticky: <img src="http://www.rbbt.net/skins/PR/button/buttonsticky18.gif" alt="Sticky" width="16" height="18" />

---

Advertise Boards On TRDConceptsDE
7/9/2017, 2:23 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
BBGKAY Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 05-2007
Posts: 24
Karma: 0 (+0/-0)
Reply | Quote
Re: Help with new post indicator


Hello Pastor Rick, thank you for your help. No for the forum I'm talking about I'm using a custom skin which I think is called impaqt_1

This is where I thought it was, but I discovered this was the post reply button:


/* NEW TOPIC & ADD REPLY BUTTONS */
.topiclistpostnewtopic a {background-position:center;padding-top:12px;padding-bottom:12px;padding-left:22px;padding-right:22px;font-size:11px;font-family:verdana,arial, tahoma;background-image:url(http://img.ruboard.com/img/layouts/ipaqt_1/separator.gif);
background-repeat:no-repeat}

These are the header choices I'm given within the text:
/* STANDARD RUNBOARD CSS CLASSES BELOW! */

/* REMOVES THE SIDE PAGE MARGINS AND SETS BACKGROUND COLOR */
body {background-color:#000000;margin-left:0px;margin-right:0px;}

/* SETS THE OUTER TABLES WIDTH TO KEEP NON-TABLE CONTENT WITHIN A MAX WIDTH*/
.ak_msg_master_table {width:740px;font-family:verdana,tahoma,arial;font-size:10px;text-align:center}
span.locationboard, span.locationforum, span.locationtopic {font-size:11px;font-family:verdana,tahoma,arial}

/* HORIZONTAL RULE FOR CROSS COMPATIBILITY REASONS WE USE THE BORDER TO GIVE THE LINE EFFECT */
hr {height:0px;width:100%;border:none;border-bottom:1px solid #CCCCCC}

/* TEXTAREAS SETS THE BACKGROUND-COLOR */
textarea {background-color:#cccccc;border-style:solid;border-width:1px;border-color:#000000}

/* FORUM LIST PAGE */
.forum_list_table {width:740px;border:1px solid #000000;}
span.forumlistheader {font-size:11px;color:#FFFFFF}
.forum_list_header_newtext_td, .forum_list_header_forum_td, .forum_list_header_topics_td, .forum_list_header_posts_td, .forum_list_header_lastpost_td, .topic_list_header_modbox_td {background-color:#617E9B;color:#CCCCCC;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:1px; padding-bottom:2px}
.forumlist_separator_td {background-color:#617E9B;color:#CCCCCC;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:1px; padding-bottom:2px}
span.forumlistseparator {font-size:11px}
.forumlistforumname, span.forumlistnewswitch {font-size:11px;font-family:verdana,tahoma,arial}
.forumlistboardstatsheader {background-color:#617E9B;color:#CCCCCC;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat:repeat-x;font-size:11px;border-width:0px}
.forumlistboardstatstable {width:740px;border:1px solid #000000;background-color:#617E9B}
span.forumlistnumtopics, span.forumlistnumposts {font-size:11px}
span.forumlistdescription {color:#000000}

/* TOPIC LIST PAGE */
.topic_list_table {width:740px;border:1px solid #000000; background-color:#617E9B}
span.topiclistheader {font-size:11px;color:#CCCCCC}
.topiclisttopicname, span.topiclistnewswitch {font-size:11px;font-family:verdana,tahoma,arial}
.topic_list_header_modbox_td, .topic_list_header_newtext_td, .topic_list_header_posticon_td, .topic_list_header_topic_td, .topic_list_header_startedby_td, .topic_list_header_replies_td, .topic_list_header_views_td, .topic_list_header_lastpost_td {padding:5px;color:#cccccc;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:1px; padding-bottom:2px}
span.topicliststartedby, span.topiclistreplies, span.topiclistviews {font-size:11px}
.topic_list_header_modbox_td {padding:0px}
.ak_tl_topicrow_mouseover_off, .ak_tl_topicrow_mouseover_on {padding:5px}
span.topiclistreplies {font-weight:bold}
span.topiclisttopicclosed, span.topiclisttopicsticky,span.topiclisttopichidden {font-size:11px;font-weight:normal;font-family:verdana;color:#CCCCCC}

/* POLL TABLE AND ITS PARTS */
.ak_poll_table {font-size:10px;font-family:verdana;text-align:center;border:1px solid #000000;background-color:#617E9B;margin-bottom:10px;}
.ak_poll_table td {border:0px solid #000000;border-bottom:1px solid #000000}
.ak_poll_table td td {border:none}
.ak_poll_table_header {background-color:#617E9B;height:20px;padding:0px 25px 0px 25px;font-size:10px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;color:#CCCCCC;text-align:center}
.ak_poll_table_header br {display:none}
.ak_poll_table_header a {padding-left:8px}
.ak_poll_table_button_cell input {background-color:#617E9B;border:1px solid #000000;height:20px;font-family:verdana;font-size:10px;color:#CCCCCC;padding-bottom:1px;font-weight:bold}
.ak_poll_table_option_rcell1 input, .ak_poll_table_option_rcell2 input {border:none}
.ak_poll_table_viewres_cell {font-weight:bold;font-size:10px}
.ak_poll_table_option_gback1 {background-color:#617E9B;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;}
.ak_poll_table_option_gback2 {background-color:#617E9B;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;}
.ak_poll_table_option_gcell1, .ak_poll_table_option_gcell2 {border:1px solid #000000}

/* NEW TOPIC & ADD REPLY BUTTONS */
.topiclistpostnewtopic a {background-position:center;padding-top:12px;padding-bottom:12px;padding-left:22px;padding-right:22px;font-size:11px;font-family:verdana,arial, tahoma;background-image:url(http://img.ruboard.com/img/layouts/ipaqt_1/separator.gif);
background-repeat:no-repeat}

.postlistaddareply a {background-position: center;padding-top:12px;padding-bottom:12px;padding-left:28px;padding-right:28px;font-size:11px;font-family:verdana, arial, tahoma;background-image: url(http://img.runboard.com/img/layouts/impaqt_1/button.jpg);
background-repeat: no-repeat}

/* MEMBERSHIP LIST */
.ak_msg_seememberlist_table td {border:1px solid #000000;text-align:center}
.ak_msg_seememberlist_table {font-size:11px;border:1px solid #000000;width:740px;text-align:center;background-color:#617E9B;}
.ak_msg_seememberlist_head_user_td, .ak_msg_seememberlist_head_date_td, .ak_msg_seememberlist_head_im_td, .ak_msg_seememberlist_head_pm_td, .ak_msg_seememberlist_head_email_td {background-color:#617E9B;font-family:verdana,tahoma,arial;font-size:11px;color:#cccccc;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:1px; padding-bottom:2px}
.ak_msg_seememberlist_showing {font-size:11px;font-family:verdana;color:#CCCCCC}

/* POST TABLE */
.ak_msg_post_master_table {width:740px;font-family:verdana;font-size:11px;border-width:1px;border-style:solid;border-color:#000000;margin-bottom:4px;background-color:#617E9B}
.ak_msg_post_master_table td {border:1px solid #000000}
span.postlistusername a, span.postlistpostname {font-size:11px}
span.postlistpostbody {font-size:11px}
blockquote {align:center;border:1px solid #000000;font-family:verdana;font-size:10px;color:#CCCCCC;width:98%;margin:0px;padding:0px}
blockquote hr {display:none}
span.postlistpostbody hr {display:none}

/* WRITE MESSAGE TABLE */
.ak_msgform_master_table {background-color:#617E9B;border-width:1px;border-style:solid;border-color:#000000;font-family:verdana;font-size:11px}
.ak_msgform_master_table td {border:1px solid #000000}
.ak_msgform_poll_options_table {border-width:1px;border-style:solid;border-color:#000000;}
.ak_msgform_poll_options_table td {border:none;border-bottom:1px solid #000000;padding:1px}
.ak_msgform_poll_options_table td input {background-color:#CCCCCC;border-width:1px;border-style:solid;border-color:#000000;font-family:verdana,arial,tahoma;font-size:10px}

.ak_msgform_poll_options_head_td {background-color:#617E9B;color:#CCCCCC;font-family:verdana,tahoma,arial;font-size:11px;padding:5px;text-align:center;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:1px; padding-bottom:2px}

.ak_msgform_newtopic_submit_button, .ak_msgform_newtopic_preview_button, .ak_msgform_postreply_submit_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_submit_button, .ak_msgform_editpost_preview_button, .qcode_bar_but {font-family:verdana;border:1px solid #444444;background-color:#617E9B;font-size:10px;margin-top:1px;font-family:verdana;font-size:10px;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:0px; padding-bottom:1px;color:#CCCCCC}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea, textarea {background-color:#CCCCCC;border:1px solid #444444;color:#000000;width:350px;font-family:verdana;font-size:11px;}

/* POSTICON TABLE */
.ak_subject_posticon_table {border:1px solid #000000;margin-bottom:4px;background-color: #617E9B;padding:0px}
.ak_subject_posticon_table td {border:none;}
.ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td {border:none;align;center}
.ak_subject_posticon_head_td {background-color:#617E9B;text-align:center;font-family:verdana;font-size:11px;color:#CCCCCC;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:1px; padding-bottom:2px;height:20px}

/* SMILIE TABLE */
.msgform_clickable_smiley_box_h {border:1px solid #000000;color:#cccccc;height:20px;padding:4px;font-family:verdana,tahoma,arial;font-size:11px;background-color: #617E9B;padding-bottom:8px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;}
.msgform_clickable_smiley_box_b {padding-top:5px}
.msgform_clickable_smiley_box_b, .msgform_clickable_smiley_box_b td {border-width:0px}

/*SCROLLBAR IN SMILIES*/
.smileybox { position:relative; }
.smileyhead { width:200px; font:bold 13px verdana; }
.smileytable { width: 330px; height:550px; overflow:auto; }
.new_smiley_box_h { border-collapse:collapse;padding:0;margin-top:-1px; }
.goaway { display:none; }

Last edited by BBGKAY, 7/9/2017, 5:35 pm
7/9/2017, 5:30 pm Link to post Email BBGKAY   PM BBGKAY
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


Try going into your " Customize language set", in the control panel for that board. Find were it says forum_list_newtext and topic_list_newtext . See if there is a Photobucket link there. If there is, that is what you need to change out. I think you can just put the word New there if you don't want a picture.

Last edited by Susa, 7/9/2017, 8:26 pm


---

SS eH PF
7/9/2017, 8:23 pm Link to post PM Susa Blog
 
BBGKAY Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 05-2007
Posts: 24
Karma: 0 (+0/-0)
Reply | Quote
Re:


Dang, just realized I posted above the css and Paster Rick posted html. Sorry Pastor Rick. Thank you for your suggestion but I'm using the impaqt_1 skin. Thank you Susa, I did look there, but I didn't see that termanology, these are my choices in Html:

Header
<div align="center" style="background-image: url(http://img.runboard.com/img/layouts/impaqt_1/head.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: #000000;width:100%;height:44px;"></div>
<DIV align=></div></div></DIV>
<div align="center">
<div style="width:100%;background:black;text-align:center;font-size:small;font-family:system,geneva;font-weight:bold;">
 </div>
<div style="width:100%;color:blue;background:black;padding-top:3px;font-family:Georgia,Times;font-size:54px;font-weight:bold;line-height:1em;padding-bottom:5px;" onClick="top.location.href='http://www.runboard.com/bmyworld';">
<span title="Link to Home" onmouseover="this.style.color='white';" onmouseout="this.style.color='blue';">~'*'~ My World ~'*'~</span>
<span style="font-family:geneva,arial;color:white;font-size:12px;font-weight:bold;padding-left:5px;"></span>
</div>

<div style="width:100%;background:black;text-align:center;font-size:small;font-family:system,geneva;font-weight:bold;">
"Kay & Meyari's Private BJD Forum"
</div>

Footer
</div></center>
<div style="background-image: url(http://img.runboard.com/img/layouts/impaqt_1/foot.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: #000000;width:100%;height:44px;"><center><div class="backtotop"
align="center" style="padding-top:15px"><a href="#">Back To Top<img src="http://img.runboard.com/img/layouts/impaqt_1/top.gif" border="0px" style="padding-left:2px;" align="center">

<META name="description" content="Kay and Meyari's Private Forum">
<META name="keywords" content="Roleplay,">

Last edited by BBGKAY, 7/9/2017, 9:40 pm
7/9/2017, 9:39 pm Link to post Email BBGKAY   PM BBGKAY
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


I promise you, those choices are in your "Customize language set".

Image


You just need to find
forum_list_newtext and
topic_list_newtext

I think you will find your Photobucket link there and you can just take it out. Put in the word "New" in place of what is in there, or whatever picture link you prefer.

---

SS eH PF
7/9/2017, 11:11 pm Link to post PM Susa Blog
 
BBGKAY Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 05-2007
Posts: 24
Karma: 0 (+0/-0)
Reply | Quote
Re: Re:


Ahh!!! Thank you so much!!! That's it! I just wasn't looking in the right place. Thank you so much!!
7/9/2017, 11:45 pm Link to post Email BBGKAY   PM BBGKAY
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Help with new post indicator


quote:

BBGKAY wrote:

Hello Pastor Rick, thank you for your help. No for the forum I'm talking about I'm using a custom skin which I think is called impaqt_1

This is where I thought it was, but I discovered this was the post reply button:


/* NEW TOPIC & ADD REPLY BUTTONS */
.topiclistpostnewtopic a {background-position:center;padding-top:12px;padding-bottom:12px;padding-left:22px;padding-right:22px;font-size:11px;font-family:verdana,arial, tahoma;background-image:url(http://img.ruboard.com/img/layouts/ipaqt_1/separator.gif);
background-repeat:no-repeat}


That is the "Tech Blue" theme. emoticon

Somehow you have lost the "m" on the url which is why it isn't working. Instead of this:

http://img.ruboard.com/img/layouts/ipaqt_1/separator.gif

the url should read like this:

http://img.ruboard.com/img/layouts/impaqt_1/separator.gif

---

Advertise Boards On TRDConceptsDE
7/9/2017, 11:45 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


You are most welcome, BBGKAY.

Photobucket has been an absolute nightmare. I seem to have spent a week in my Control Panel getting it cleaned up.

---

SS eH PF
7/10/2017, 12:02 am Link to post PM Susa Blog
 
BBGKAY Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 05-2007
Posts: 24
Karma: 0 (+0/-0)
Reply | Quote
Re:


Thank you Pastor Rick, I'll fix it. I'm not sure how that happened. Thank you Susa! Me too. It just makes me hate Photobucket even more.

Thanks so much for your help!
7/10/2017, 12:07 am Link to post Email BBGKAY   PM BBGKAY
 


Add a reply

Page:  1  2 



You are not logged in (login)