***: patrick12_aw has joined #twiki patrick12_aw: Hi, am using TWiki 4.3.2 . I've been trying to use the TinyMCE WYSIWYG editor to change the font-color on some text (basic). Every time the content is saved the HTML Tags are stripped out. Can anyone tell me where to go to stop these tags being filtered? ***: zostay has quit IRC (Read error: Connection reset by peer)
zostay has joined #twiki ko6yq-lt: patrick12_aw: use the raw edit and it won't do any translations at all
(Actually, my preference is to " * Set TINYMCEPLUGIN_DISABLE = on" on my user page so I never see the TinyMCE editor)
TinyMCE is meant to make things easy on users doing basic editing. Admins and power users quickly outgrow it. ***: abtomik has quit IRC (Ping timeout: 252 seconds)
abtomik has joined #twiki patrick12_aw: thanks ko6yq... thing is that this site has to work for regular users.. and if I write <font color="red">sdf</font> - the next time someone edits and saves that page - the tags are stripped out. hmmm
my <font> is then changed to : <span style="color: red;">hello</span> and then that is stripped out on save. peterthoeny: patrick12_aw: there are some known issues with the wysiwyg editor integration
you can place html tags in <sticky>...</sticky> tags to tell the editor to leave it as is patrick12_aw: ah, very good Peter, thanks for that. ***: patrick12_aw has quit IRC (Quit: Leaving)
ko6yq-lt has quit IRC (Quit: Leaving.)
dma` has quit IRC (*.net *.split)
ko6yq has quit IRC (*.net *.split)
ko6yq has joined #twiki
dma` has joined #twiki
ko6yq-lt has joined #twiki
ko6yq has quit IRC (Ping timeout: 265 seconds)
ko6yq has joined #twiki
Traveler3 has joined #twiki Traveler3: where is the pumkin?
i guess there isn't much talk here anymore
polly had a seed, but then he ate it. ***: Traveler3 has quit IRC (Quit: Java user signed off)
peterthoeny has quit IRC (Quit: peterthoeny)
peterthoeny has joined #twiki
peterthoeny has quit IRC (Changing host)
peterthoeny has joined #twiki
ChanServ sets mode: +o peterthoeny
peterthoeny has quit IRC (Client Quit)
eyck has quit IRC (Ping timeout: 258 seconds)
eyck has joined #twiki
tania has joined #twiki
sreher has quit IRC (Quit: sreher)
tania has quit IRC (Remote host closed the connection)
sreher has joined #twiki
Xfer has quit IRC ()
sreher has quit IRC (Quit: sreher)
eberon has joined #twiki
sreher_ has joined #twiki
SopanShewale has joined #twiki
tania has joined #twiki tania: i've managed to install twiki on ubuntu, but somehow i get a very un-pretty vanilla barebones view, as if it cant see my html templates.. functionality works fine, but I dont see any skins
any idea what I might be missing ? SopanShewale: skins missing? do you have template directory tania: i may not exactly be skins, may be the .css could not be found. Answer to your question is yes, I do have a template directory
root@yahopedm-server:/var/www/twiki# ls -ld templates/
drwxr-xr-x 2 www-data www-data 12288 2009-09-02 18:59 templates/ SopanShewale: hmm....did you try passing different ?skin= options
example is - ?skin=pattern tania: view source of the barebones page ( its just a black and white page, with blue links, no other color ) , shows "http://10.66.176.63/twiki/pub/TWiki/HeadlinesPlugin/style.css" - I navigated here SopanShewale: ?skin=twikinet tania: and found the css file
so that seems to be fine..
its just a black and white page, with blue links, no other color, and the formatting of the text is wierd as well
do you think it is a skin problem or a css file problem? SopanShewale: difficult to comment... generally - if formating is issue or you dont see on the browser.. its skin issue
but in the worse case - in your case http//10.66.176.63/twiki/bin/view?skin=plain should show good content
if thats not the case.. something else is problem tania: let me try that exact url and tell you
the url shows content, but its just black and white and blue.. no lightpink anywhere.. plus everyhing is in a standard font.. not like the real twiki SopanShewale: hmm...something wrong with installation tania: standard serif font..
yup
links all work fine btw SopanShewale: ?skin=plain is suppose to show the topic content tania: it does show content SopanShewale: no fancy stuff.. just content(with proper <h1>...<tables>... ) tania: that I can see
no color is expected is it? SopanShewale: no colors
its for taking printouts ... so minimum ink usage :) tania: i see no colors .. and all content.. with proper H1
interesting SopanShewale: cool... tania: just dont want my whole twiki to look plain.. SopanShewale: so in templates/directory - do you see other files like view.pattern.tmpl...
if yes..then you should be able to view topic content with ?skin=pattern tania: view.pattern.tmpl
is there
but ?skin=pattern, still looks "plain" SopanShewale: hmmm....
?skin=pattern or ?skin=twikinet - should give reasonably good output... they are the default skins shipped with TWiki
i am assuming you are trying latest TWiki-4.3.x version tania: i am
could it be a perm issue
or some path issue .. where it cant find the skins ? SopanShewale: it may be path issue tania: ok one more update.. skin = twikinet, shows me SopanShewale: or may be permissions us
ok.. tania: one color .. more flesh color..
and the layout has been altered SopanShewale: then which skin you are trying? tania: twikinet SopanShewale: check you "Set SKIN= " stuff at TWiki.TWikiPrefrences tania: ok SopanShewale: ok.. you trying twikinet skin
check your LocalSite.cfg too.. it should have $TWiki::cfg{Plugins}{TWikiNetSkinPlugin}{Enable}=1; tania: your suggestion about SET SKIN at twiki prefs..
its already set
to patter
n
will check LocalSite.cfg now
$TWiki::cfg{Plugins}{TWikiNetSkinPlugin}{Enabled} = 1;
that is 1
:(
btw I am accessing twiki over a tunnel , are there any known issues with that? SopanShewale: over tunnel?
ssh tunnel? tania: ssh tunnel
that may not be relevant SopanShewale: ok.. there should not be any issues
its plain perl/CGI applications.. if your web server supports.. it should work tania: ok
anything to be checked on apache side ? SopanShewale: do you know firebug?
i assume you are using firefox
just make sure your browser is able to fetch all the css which you see in sourcecode
source of html - which you can get from browser tania: ok
checked all css references from that show up in the html .. they exist SopanShewale: hmm.... something is magical :) tania: one sec
i navigated to the css at command line
you say.. i should visit them via browser ? SopanShewale: yes tania: hmm
ok ***: sreher_ has quit IRC (Ping timeout: 265 seconds) tania: I put this in URL on browser : http://10.66.176.63/twiki/pub/TWiki/HeadlinesPlugin/style.css
I get a not found
404 SopanShewale: :)
you have that file - when you manually check on server? tania: i do SopanShewale: check apache - for "pub" access
you need to check your apache log.. where its trying tania: not sure what that is SopanShewale: looks like you need to correct your apache
conf file for twiki
brb
back ***: sreher has joined #twiki
uebera|| has quit IRC (Excess Flood) tania: ok ***: uebera|| has joined #twiki tania: my apache log does not give me any error related to css files not being found however..
checked error.log and access.log
should I be increasing the logging levels ? SopanShewale: default level is good.. tania: is there such a thing?
ok ***: uebera|| has quit IRC (Changing host)
uebera|| has joined #twiki tania: ok so i am tailing apache error.log
and as I navigate to the twiki link
i see error messages fill up the screen
[Wed Mar 10 22:00:03 2010] [error] [client 216.145.54.15] [Wed Mar 10 22:00:03 2010] view: Use of uninitialized value in string eq at /var/www/twiki/lib/TWiki/Users/TWikiUserMapping.pm line 471., referer: http://10.66.176.63/twiki/bin/view/TWiki/TWikiPreferences
one instance of that message
and many instances of this one
[Wed Mar 10 22:00:05 2010] [error] [client 216.145.54.15] File does not exist: /home/httpd, referer: http://10.66.176.63/twiki/bin/view/Main/WebHome ***: SopanShewal1 has joined #twiki SopanShewal1: ignore the first message tania: ok SopanShewal1: second error - your installation is at /home/httpd? ***: SopanShewale has quit IRC (Ping timeout: 245 seconds) SopanShewal1: need to signout :( tania: well someone else installed apache.. i'm not sure
k
thats a pity
but thankyou
there is no httpd
under home SopanShewal1: sure.. take care - will be back in Indian Time
bye tania: thankyou ***: SopanShewal1 has left
tania has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.0.13/2009080315])
Haudrauf has joined #twiki
peterthoeny has joined #twiki
peterthoeny has quit IRC (Changing host)
peterthoeny has joined #twiki
ChanServ sets mode: +o peterthoeny
peterthoeny has quit IRC (Quit: peterthoeny)
peterthoeny has joined #twiki
ChanServ sets mode: +o peterthoeny
peterthoeny has quit IRC (Quit: Connection reset by beer)
ko6yq-lt has quit IRC (Quit: Leaving.)
ko6yq-lt has joined #twiki
Haudrauf has quit IRC (Remote host closed the connection)