Forum Activity for @ilker

sekeri
@ilker
07/03/14 10:05:03PM
334 posts

How to get UjCategories


Archived

Article categories ? Yes, you can
sekeri
@ilker
07/02/14 11:14:52PM
334 posts

pre tag in pages


Installation and Configuration

SteveX:

Something like this might work:
pre br {
    display:none;
}


I used your suggestion. Brain's solution worked too but I think modifying the css only for pre tag is a safer way to get the same result.

Thanks Steve, Thanks Brian !!!
sekeri
@ilker
07/02/14 05:36:46AM
334 posts

pre tag in pages


Installation and Configuration

brian:
Let me know if that works for you.

Yes !! it worked!! Thanks..

But I have some hesitations if this solution causes some side effects in the future. Because I have guitar tabs everywhere in my website I will apply this solutions in pages, blogs, etc.. too.

What happens in the future if it is really necessary to replace newline characters with breaks. I am not talking about guitar tabs but maybe somewhere else.

What do you think about it?
sekeri
@ilker
06/30/14 01:48:36AM
334 posts

pre tag in pages


Installation and Configuration

I sure want formatting. Otherwise it does not embed files into the page.

But i think formatting should not add anything in a pre tag like this?
sekeri
@ilker
06/29/14 10:41:09PM
334 posts

pre tag in pages


Installation and Configuration

Okay now I know the reason but don't know how to solve it.

{$item.lesson_body}
works just perfect. Just like

<pre>
E||--2----||
B||--3----||
G||--2----||
D||--0----||
A||--------||
E||---------||
</pre>


but
{$item.lesson_body|jrCore_format_string:$item.profile_quota_id}

format string somehow adds line breaks
<pre>
E||--2----||<br />
B||--3----||<br />
G||--2----||<br />
D||--0----||<br />
A||--------||<br />
E||---------||<br />
</pre>

Can you please help on this?
sekeri
@ilker
06/29/14 10:06:18PM
334 posts

pre tag in pages


Installation and Configuration

Do you have any idea to fix how pre tag is displayed in the css?
sekeri
@ilker
06/26/14 11:56:22PM
334 posts

pre tag in pages


Installation and Configuration

Sorry, I forgot to tell you that I already checked it. It is okay in the page source without any br tags
sekeri
@ilker
06/26/14 11:29:29PM
334 posts

pre tag in pages


Installation and Configuration

I have been using pre tags to display guitar tabs properly in my pages. So far it worked just fine. But now I am transferring pages into Jamroom and it does not work the way it is supposed to work I think.

There is a big space between each line(or an empty line, not sure). Can you please take a look at the attached picture. As far as I know texts in pre tag should be displayed as it is?

Should I update a css item?
pre_tag.png pre_tag.png - 115KB

updated by @ilker: 08/03/14 02:39:24PM
sekeri
@ilker
06/25/14 10:10:42PM
334 posts

JrEmbed Place Holder Tag Is Not Being Rendered


Installation and Configuration

That's it !! Thank you Brain.. Great support !
sekeri
@ilker
06/25/14 06:39:36AM
334 posts

JrEmbed Place Holder Tag Is Not Being Rendered


Installation and Configuration

brian:
Let me see if I can replicate this here - I'm thinking maybe part of the embed code is being stripped by the truncate (since on the list page we don't want to show the entire blog post).

The list page is the one which works correctly.
  26