×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: mod_comments4.0.0alpha3 problem with registered users

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #7989

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
The "Active overlay display" is showing a transparent background for the "Latest Comments" when the user is logged in.
with Unregistered users everything seems ok.

I´m using joomla 1.5.9
JAPurity Template
joomlacomment4.0beta2
mod_comments4.0.0alpha3

I have the module installed at my local website only. If send me an email I´ll reply with the information for your access to my local site.

Best Regards!

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #7994

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
search the forum about this. It was already answered ;)

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #7995

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
Ok! I´ve upgraded to Joomla 1.5.15 and I think that I found the answer but I simply don´t know what to do with it.

Daniel Dimitrov wrote:

forum.joomla.org/viewtopic.php?p=1345002

The overlib library is not loaded when you logged off. And when you log in it overrides the settings with your default settings. Look for the overlib css classes in your template.


I can´t find the Overlib css class im my template.
Probably because I don´t have a clue of what I´m dealing with. :unsure:

Thanks for your fast answer!

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #7996

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Search compojoom's forum - I've already explained this.

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #7997

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
I might be getting smarter... :laugh:

I found the solution in a Bulgarian thread.
I just pasted the code below at the end of my JAPurity template.css and problem was solved.

Now I just need to know how to style the code to make the comment title bold.

Could you help me with that?

Thanks for you patience.
/** overlib **/
 
.ol-foreground {
background-color: #f6f6f6;
}
 
.ol-background {
background-color: #666;
}
 
.ol-textfont {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
 
.ol-captionfont {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #f6f6f6;
font-weight: bold;
}
 
.ol-captionfont a {
color: #0B55C4;
text-decoration: none;
font-size: 12px;
}
 
.ol-closefont {}

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #7998

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
:blush: sorry - I didn't know that I've answered this question only in Bulgarian

Would you give me a link to your site, I will tell you what to change then.

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #7999

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
No problem. You give an excellent support.

My local site is up at:

xxx

To see the problem login as:
username:mod_com
password:mod_com

I´m online

Thanks

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8000

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Your site doesn't load for me.
Let us try the following - I will teach you how to fish :)

Install the firebug plugin for firefox. Start it (the plugin) - click on the blue mouse (top left - near the bug) then select the element you wish to make bold. On the right you will see the css class of this element. Give me the class and everything in it. Then I will tell you what to write so that it becomes bold :)

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8001

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
I hope that I´m giving you the right code...

I just want the title of the comment to show in bold on the module itself and the pop up. Just like when i see it without log in
html {
height:100% !important;
margin-bottom:1px;
}
template.css (linha 1627)
html, body, form, fieldset {
margin:0;
padding:0;
}
template.css (linha 3)
html, div, map, dt, isindex, form {
display:block;
}

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8002

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
I think this one is the correct code...

Thanks for your patience.
a:hover, a:active, a:focus {
color:#333333;
text-decoration:underline;
}
template.css (linha 59)
a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
mod_yoo_...n.css.php (linha 3)
a {
color:#006699;
text-decoration:underline;
}
style.css (linha 1)
a {
color:#006699;
text-decoration:underline;
}
template.css (linha 54)
*|*:-moz-any-link:active {
color:#EE0000;
}
about:Pr...tyleSheet (linha 0)
*|*:link {
color:#0000FF;
}
about:Pr...tyleSheet (linha 0)
*|*:-moz-any-link {
text-decoration:underline;
}
about:Pr...tyleSheet (linha 0)
:-moz-any-link:focus {
outline-color:-moz-use-text-color;
outline-style:dotted;
outline-width:1px;
}
ua.css (linha 114)
:-moz-any-link {
cursor:pointer;
}
ua.css (linha 110)
Herdado deli.mod_comments
ul li {
line-height:160%;
}
template.css (linha 102)
Herdado deul.mod_comments
ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
template.css (linha 98)
ul, menu, dir {
list-style-type:disc;
}
html.css (linha 329)
Herdado dediv.mod_comments
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv.jamod-content
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv#Mod92.jamod
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv#ja-col2
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv#ja-container2.clearfix
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv#ja-container
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv#ja-containerwrap2
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv#ja-containerwrap
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado dediv#ja-wrapper
td, div {
font-size:99%;
}
template.css (linha 137)
Herdado debody#bd.fs3
body#bd {
color:#333333;
}
template.css (linha 15)
body.fs3 {
font-size:12px;
}
template.css (linha 37)
body {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
line-height:150%;
}

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8003

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
no, I don#t think so :)

When you select the title - the class on the top is the one we need.

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8004

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
:blush: Sorry... Maybe this one?
a:hover, a:active, a:focus {
color:#333333;
text-decoration:underline;
}
template.css (linha 59)
a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8005

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
teamviewer.com
download it and give me the id and password per PM. I will connect to you within 30mins.

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8008

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
Downloaded

Please make it 45 minutes...

here it´s:

edit admin: don't put this things in the forum!


thanks

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8014

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
I´m really embarrassed :blush:

I just found the Personal Message button...

I saw the result of your edit and it looks really nice but i want to edit the popup style.

Unfortunately I was not at the computer when you connected.

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8018

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
Watching you work was of great value!

After you finished I was able to tweak the style a little more to get exactly what I wanted!

I already sent a review to joomla.org

As as I publish your extensions to my live site I´ll leave the address in the forum.

Thanks a lot!

mod_comments4.0.0alpha3 problem with registered users 14 years 4 months ago #8019

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You are welcome and thanks for the review!
  • Page:
  • 1
Time to create page: 0.138 seconds