Welcome to Geeklog, Anonymous Wednesday, December 04 2024 @ 02:28 pm EST
Geeklog Forums
CHATTERBLOCK REFRESHES WHOLE PAGE
Evan
Anonymous
MY CHATTER BLOCK REFRESHES THE WHOLE PAGE. Is this normal? Pain in ARS... Anyone now how to fix this? goto www.saverockisland.com to see what i mean. All i want is the chatterblock to to refresh, not the whole page.
thanks
thanks
15
15
Quote
EVAN
Anonymous
REALIZED IT IS SET UP THAT WAY... NOW HOW DO I EDIT THE CSS FILE TO ALLOW THE CHATTERBLOCK TO ALTER COLORS BETWEEN POSTS??? WHERE IS IT LOCATED AN SPECIFICALLY WHAT LINES TO EDIT?
15
14
Quote
evan
Anonymous
DOH... I mean doh
15
12
Quote
Evan
Anonymous
I found a css file located in the plugin/chatterblock file. It was called cb_style.css I went in looked at the stlyesheet and this is what i got.
.cb_submitter { color:#00c; font weight: bold; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_text1 { color:#000000; background-color:#CCCCCC; font-size: 10px; font-family: arial, serif; }
.cb_text2 { color:#0000FF; background-color:#F6F6F0; font-size: 10px; font-family: arial, serif; }
.cb_text3 { color:#000000; background-color:#A6C1F0; font-size: 10px; font-family: arial, serif; }
.cb_chatcount { color:#000000; weight: bold; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_logtitle { color:#0000FF; weight: bold; font-size: 12px; font-family: verdana, arial, sans-serif; }
.cb_logtextRow1 { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_logtextRow2 { color:#003366; background-color:#CCCCC; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_adminRow1 { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_adminRow2 { color:#003366; background-color:#F6F6F0; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_lastpost { color:#00000; font-size: 9px; font-family: verdana, arial, sans-serif; }
.cb_delpost { color:#FFFFFF; font-size: 9px; font-family: verdana, arial, sans-serif; }
.cb_link { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
.cb_link:hover { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
I did play around with it some but seemingly got nowhere? ANY HELP on changing it so it will allow a two tone system of colors alternating after each post?
Thanks
.cb_submitter { color:#00c; font weight: bold; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_text1 { color:#000000; background-color:#CCCCCC; font-size: 10px; font-family: arial, serif; }
.cb_text2 { color:#0000FF; background-color:#F6F6F0; font-size: 10px; font-family: arial, serif; }
.cb_text3 { color:#000000; background-color:#A6C1F0; font-size: 10px; font-family: arial, serif; }
.cb_chatcount { color:#000000; weight: bold; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_logtitle { color:#0000FF; weight: bold; font-size: 12px; font-family: verdana, arial, sans-serif; }
.cb_logtextRow1 { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_logtextRow2 { color:#003366; background-color:#CCCCC; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_adminRow1 { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_adminRow2 { color:#003366; background-color:#F6F6F0; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_lastpost { color:#00000; font-size: 9px; font-family: verdana, arial, sans-serif; }
.cb_delpost { color:#FFFFFF; font-size: 9px; font-family: verdana, arial, sans-serif; }
.cb_link { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
.cb_link:hover { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
I did play around with it some but seemingly got nowhere? ANY HELP on changing it so it will allow a two tone system of colors alternating after each post?
Thanks
15
10
Quote
Evan
Anonymous
I did looked at the provided documentation with the install and it pointed it to the file i provide in my last post. I will do some exploring and perhaps i can squirt out enough brain juice to figure it out.
Thanks!
Thanks!
11
10
Quote
Status: offline
Robin
Forum User
Full Member
Registered: 02/15/02
Posts: 725
My wild guess would be this bit from install_doc.htm:
So go find style.css in the layout dir (e.g. professional) edit it and at the end add the content of cb_style.css
PS
Free Speech Rocks
Geeklog Polish Support Team
Step 4. Update Template Files
Each of your sites templates or themes will need to have their CSS style definition files updated. The template files are located under the public_html/layout directory. The styles to add are contained in the cb_style.css file
Each of your sites templates or themes will need to have their CSS style definition files updated. The template files are located under the public_html/layout directory. The styles to add are contained in the cb_style.css file
So go find style.css in the layout dir (e.g. professional) edit it and at the end add the content of cb_style.css
PS
Free Speech Rocks
Geeklog Polish Support Team
9
16
Quote
Evan
Anonymous
You guys are AWESOME! Thank you!
13
12
Quote
Big Daddy
Anonymous
Ok, I undestand that CB needs to refresh the whole page. But, when it does it defaults back to the index (home) page.
If the iframe mode is set, the periodic refreshes do not send you back to the index page, but if you type in a msg (in any mode) and click Send/Refresh, this refreshes the whole page and takes you from where you are to the index page.
Is there away to Send/Refresh and have it leave you on the page you're at?
If the iframe mode is set, the periodic refreshes do not send you back to the index page, but if you type in a msg (in any mode) and click Send/Refresh, this refreshes the whole page and takes you from where you are to the index page.
Is there away to Send/Refresh and have it leave you on the page you're at?
15
14
Quote
Status: offline
=MF=Hack
Forum User
Junior
Registered: 12/19/03
Posts: 32
Quote by: Big Daddy
...but if you type in a msg (in any mode) and click Send/Refresh, this refreshes the whole page and takes you from where you are to the index page.
Is there away to Send/Refresh and have it leave you on the page you're at?
I have the same thing happen to me. Is there a workaround to keep a user from being redirected to the index page when they send a message in chatterblock?
GL Version 1.4.1
11
15
Quote
All times are EST. The time is now 02:28 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content