Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - AngelinaBelle
91
Features / Re: Naming Boards/blogs/sites etc.
« on April 13th, 2011, 05:07 PM »
Yeah, but if I want to call existing code (like ssi_recentPosts), I can't get to the parse_bbc call.
92
Features / Re: Naming Boards/blogs/sites etc.
« on April 13th, 2011, 04:08 PM »
Quote from Nao/Gilles on February 23rd, 2011, 03:39 PM
For instance, set a blog post to be a headline or introduction, show a list of the 5 most popular posts or 5 most recent, or a random selection of them, either in blog index format or just the link or something, and most importantly, actual text contents that should be used to 'link' the blocks between them.
In pages like this, if you actually allow some text from the message (say 140 characters?), in the "5 most recent' block, you will want a different set of parse_tags (perhaps to prevent images, or AEVA embedding in the truncated text). But you will still want the full set of parse_tags in the blog post or introduction.

I am running up against this problem every time I want to do a little customization on a portal page block. I like to keep using already-working code like ssi_recentPosts, when possible, but if I use $modsettings['disable_tags'], then what gets disabled stays disabled for the rest of the page. I cannot re-enable them when the block has finished its work.

Have you made any changes to parse_bbc to make it possible to disable, and then re-enable tags?