Forgot?

error when send PM

Reply Topic
Link to this post 29 Jan 12

i have this every time any ideas

You don't have access to view the attachments in this post.
Link to this post 05 Feb 12

Hi leemills,

Apologies for the delay.

Does this only happens when you have send a pm by using Ninjaboard or does this happen also in use with other actions elsewhere, apart from Ninjaboard?

I ask this because this error was never reported before in relationship with Ninjaboard's messages system.

Also try to remember if this was happening from the first time you where using the pm function of Ninjaboard or if it was working correct before and what you did change at the time when the pm was working correct.

Thanks.

Kind regards,
John

Link to this post 06 Feb 12

yes still getting the problem when submitting a pm on the forum. mark did change some cms settings when he did this i dint know it would conflict with another app. on our maps app all the bubbles are blank so the text is showing up white.

Link to this post 06 Feb 12

Hi leemills,

Regarding the text for the map bubbles, you can fix this with adding the following:

#phocamap {
color: #000;
}

to:

/components/com_phocamaps/assets/phocamaps.css

I will ask Mark if he has time to take a look at his modifications again.

I hope this helps.

Kind regards,
John

Link to this post 09 Feb 12

hi there i tried that and it didn't work?

Link to this post 09 Feb 12

Hi leemills,

Try the following:

Add:

#phocaMap {
color: #000
}

to:

/templates/mobi/css/template.css

I hope this helps.

Kind regards,
John

Link to this post 09 Feb 12

no that didnt work either :(

Link to this post 09 Feb 12

Sorry, typo! Forgot the semi-colon.

Try this:

#phocaMap {
color: #000;
}

John

Link to this post 09 Feb 12

i tried it and still nothing. i have enclosed what i have done.

You don't have access to view the attachments in this post.
Link to this post 10 Feb 12

Hmm...

Can you put that in addons.css instead?
See if this helps.

Try also to fill out the whole hex number for the color,
like so:

#phocaMap {
color: #000000;
}

Or else put it either in template.css or addons.css
like this way:

#phocaMap {
color: #000000!important;
}

Should work now.
Let me know, ok.

Thanks.

-John

Link to this post 10 Feb 12

i tried that on both and not a thing :(

Link to this post 10 Feb 12

Hi leemills,

Last time I checked it worked.

You added:

#phocamap {color: #000000;}

to the template.css

Otherwise try to edit the original Phocamap CSS in the /components/com_phocamaps/css/ folder (or simular path).

The CSS edit in my previous post should work, though.

Or you may send me super admin credentials to john at ninjaforge dot com so I can try to fix it for you.

Thanks.

Kind regards,
John

Link to this post 10 Feb 12

hi there. i investigated some more there was a dodgy marker that was conflicting the rest, who knows why. the text is now black - at last haha however the title is still white.

i appreciate you helping me on the unrelated matter.

Link to this post 10 Feb 12

Hey leemills,

Ok, good to hear you found out.

For the title, add the following:

#phocaMap h1 { color: [enter color here] ; }

to:

template.css

To clean up previous edits to avoid trouble, remove:

#phocaMap {color: #000000!important;}

from:

addons.css

I hope this helps.

Kind regards,
John

Link to this post 10 Feb 12

hi i added more

this is what i have below

#phocamaps {color:black;}
#phocaMaps h1 { color:black;}
#phocaMaps h2 { color:black;}
#phocaMaps h3 { color:black;}
#phocaMaps h4 { color:black;}
#phocaMaps h5 { color:black;}
/* Custom styling for Ninjaboard */
#com-ninjaboard-messages-messages .message-from {color:#FF0000; height: 24px; line-height: 24px;}
#com-ninjaboard-messages-messages .message-right {margin-left: 0px}
#com-ninjaboard-messages-messages .splitview-list li {background:transparent}
#com-ninjaboard-messages-messages .splitview-list li.active {background:#2C8BDC}
#ninjaboard-message-form {color: #000; background:#CCC;}

and title is still white

Link to this post 10 Feb 12

Hi leemills,

Typo :P

It should be:

#phocaMap or #phocamap

not:

#phocaMaps or #phocamaps.

Cheers.

John

Link to this post 10 Feb 12

Whoops....

#phocamaps is correct!

Only need to change #phocaMaps to #phocaMap

Sorry....typo :P

-John

Link to this post 13 Feb 12

that just confused me.?

Link to this post 15 Feb 12

I'm sorry if it confuses you, my apologies.

This is what you have to add to your template.css:

#phocamaps { color: black; }
#phocaMap h1 { color: [enter color here] ; }

This should do the trick.

Notice the difference between the capital "M" in maps and Map, and the "s" added at the end.

I hope this helps.

Kind regards,
John

Link to this post 15 Feb 12

ekkk i feel so bad lol.


still dont work :(

Link to this post 15 Feb 12

You are kidding me, right :)

Try this:

#phocaMap h1 { color: [enter HEX color here] !important; }

Like so:

#phocaMap h1 { color: #EE2211 !important; }

Just don't use named colors but six digit HEX colors instead.
Also add !important after the style.

This should work, see screenshot as proof.

Kind regards,
John

You don't have access to view the attachments in this post.
Link to this post 15 Feb 12

eyyyyy you got it :)

at last thank you for all your help ill still around and be a ninja lol

Link to this post 15 Feb 12

Yep, finally...

I wish I had inspected it with firebug the first time ;-)

You are welcome!

-John

Home Forum Joomla Extension Support NinjaBoard error when send PM