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.
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 »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.
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?