vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - CES Site News (https://vborg.vbsupport.ru/showthread.php?t=137365)

dizzy100 03-11-2007 07:02 PM

Great, really looking forward to it as i can't use it till that addition as my news is just too big :) But i'll keep an eye open as i loved the hack and it worked very well apart from the small issues with path i had.

Thanks thincom2000, look forward to the update. I'll mark as installed so i catch it when its done :)

Chadi 03-12-2007 01:51 AM

Quote:

Originally Posted by thincom2000 (Post 1200598)
AdminCP -> Styles & Templates -> Style Manager -> All Style Options -> Sizes and Dimensions -> Main Table Width.

If this is a value larger than you might have specified maybe in the showthread template or something, that's what's causing your problem. I know whenever I change the layout of my site and then nothing matches in width anymore, Main Table Width is usually the culprit.

I never changed the layout settings ever on this style actually.

If your not 100% sure how to correct this (I'm 100% confident it is the hack settings, but I'm not blaming you lol) perhaps you can explain how to remove the comments area (box and button). I don't mind leaving the option off.

thincom2000 03-12-2007 06:34 AM

It's your current value for Spacer Size. Your value of 15 is compressing the first post table by 15 on each side. I would recommend either setting Spacer Size to 0, or if that makes your forum look horrid, could you post the 10 lines above and below $firstbit in your SHOWNEWS template?

Then I'll try to figure out how to rearrange $spacer_open and $spacer_close for your case, since I am using a modified version of the template.

Chadi 03-12-2007 04:56 PM

Thanks for your reply. I'd rather not modify the style's layout and everything looks fine except the comments area in this hack. I love the hack and wish to resolve this with your good support :)

This is the the portion of the unmodified shownews template

Code:

<if condition="$vboptions['allowthreadedmode']">
                        <td class="vbmenu_control" id="displaymodes" nowrap="nowrap">
                                <a href="$show[nojs_link]#goto_displaymodes">$vbphrase[display_modes]</a>
                                <if condition="$show['popups']">
                                        <script type="text/javascript"> vbmenu_register("displaymodes"); </script>
                                </if>
                        </td>
                </if>
        </tr>
</table>
<!-- / toolbar -->

<!-- end content table -->
$spacer_close
<!-- / end content table -->

<if condition="$show['reputation']">
        <script type="text/javascript" src="clientscript/vbulletin_ajax_reputation.js?v=$vboptions[simpleversion]"></script>
</if>

$firstbit

$similararticles

<div id="posts"><if condition="$postbits == ''">$news_comments<else />$postbits</if><br />

<div id="lastpost"></div></div>

<!-- start content table -->
$spacer_open
<!-- / start content table -->

<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
        <tr valign="top">
                <if condition="$show['largereplybutton']">
                        <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_article]" border="0" /></if></a></td>
                <else />


Chadi 03-12-2007 08:14 PM

Just noticed something today:

When viewing the news submission (main news page) it does not show the inline thumbnail attachments unless you view each specific news thread. Is there a possible way to get them to show on the main page?

thincom2000 03-12-2007 09:04 PM

Just updated v1.1.0 with the attachments fix. You'll notice in the Changelog that I also included all the other things that have been suggested in the past week or so (or more). If you downloaded v1.1.0 already you only need to replace the updated news.php file.

Chadi 03-12-2007 09:18 PM

Ok, this is happening again. I've just upgraded and its conflicting with RSS Newsfeed hack (remember a few weeks ago I mentioned the conflicting same filenames).

Before upgrading, I changed news.php to newsces.php
shownews.php to shownewsces.php

I edited each file to find any area that shows news.php or shownews.php and added the 'ces' to each.

Now, I am getting directed to the RSS feeds page instead again. Did I miss something else?

I searched all templates for news.php (which would bring up shownews.php by default too)
and found nothing aside the rss feeds link, which is properly news.php

thincom2000 03-12-2007 09:37 PM

There is a new setting in the AdminCP for when you rename the files.

Chadi 03-12-2007 09:41 PM

Thank you. Now getting database errors :P

Code:

Database error in vBulletin 3.6.5:

Invalid SQL:

        SELECT
            post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
            user.*, userfield.*, usertextfield.*,
            icon.title as icontitle, icon.iconpath,
            avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
            deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
            editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
            editlog.reason AS edit_reason,
            postparsed.pagetext_html, postparsed.hasimages,
            sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
            sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
            IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
           
            , attach.info_hash, attach.size, attach.comment, attach.created_by, attach.announce_list, attach.completed_by,
            attach.completed, attach.seeders, attach.leechers, attach.ulspeed, attach.dlspeed,
            attach.dateline AS attachdate, attach.thumbnail_dateline, attach.filename, attach.filesize,
            attach.visible AS attachvisible, attach.attachmentid, attach.counter,
            IF(attach.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, attach.thumbnail_filesize,
            attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow
            , journals.journaldesc, journals.journal_id
        FROM post AS post
        LEFT JOIN user AS user ON(user.userid = post.userid)
        LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
        LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
        LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
        LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
            LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
        LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
        LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 19 AND postparsed.languageid = 1)
        LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 19 AND sigparsed.languageid = 1)
        LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid)
        LEFT JOIN attachment AS attach ON(attach.postid = post.postid)
        LEFT JOIN attachmenttype AS attachmenttype USING (extension)
            LEFT JOIN journals AS journals ON (journals.journalist_id=post.userid)
        WHERE post.postid IN (0,71157,71157)
        ORDER BY post.dateline;

MySQL Error  : Unknown column 'attach.info_hash' in 'field list'
Error Number : 1054
Date        : Monday, March 12th 2007 @ 05:40:41 PM
Script      : http://www.talkjesus.com/shownewsces.php?t=12192
Referrer    : http://www.talkjesus.com/
IP Address  : xxx.xxx.149.108
Username    : Chad
Classname    : vb_database


thincom2000 03-12-2007 09:51 PM

Haha, whoops. That's my shownews. Product version has been added to the zip instead (I hope). Sorry about that.

Chadi 03-12-2007 09:59 PM

Excellent :)

Works now. Thanks for a great hack, also great support

5 stars!

ninjamaster 03-13-2007 07:34 AM

thanks for this :)

dizzy100 03-13-2007 07:52 AM

Outstanding work and works really well. However the bbcode tags are quite dangerous :)

I wasn't sure about a numeric value so assumed you meant [preview]this is the txt we wish to have as our teaser[/preview] and this isn't.

Submitting that deleted this is the text we wish to have in our teaser and just leaves and this isn't in both the body and the teaser (so effectively deleted the text within the bbcode that you can't get back :)).

Now if you use it as it should be [preview]28[/preview] so it only shows the first 28 words thats fine and it works well. However the danger is using it somewhere in the body of your text without closing the bbcode and deleting all text within it :) BBcode, by its nature, usually encapsules something and i think we'll all assume to encapsule the text we wish to use as a teaser.

think a better solution would be to approach this (if possible) as i tried on my first attempt. I.e. have the bbcode open where you wish to start to new teaser (cancelling the default for that article) and then closing it where you wish it to end. Then thats the new teaser (much easier than trying to work out how many words your new teaser needs). What do you think ?

Everything else appears to work perfectly, including paths, comment box size and even that pesky white line in the username :) Outstanding.

thincom2000 03-13-2007 08:04 AM

Um... although the text may APPEAR to be deleted, it should still be there when you edit the post... Also if you don't close the tag, I'm pretty sure vBulletin just doesn't parse it. That has been my experience, anyway.

When you said "dangerous," I thought for a moment you had somehow installed my [anything] tag which isn't included with this hack, and a spammer having permissions to use it messed up your entire board.

The purpose of [preview] is just to override the AdminCP setting with a new value, and was not meant to be used as BB-code (it just makes use of the BB-code parser because then I don't have to write code myself to parse it out). I, for one, abhor typing in a "short article" for a preview, and then typing a different article for the actual article. So that's why it just shows the first numeric_value words of the article.

dizzy100 03-13-2007 09:27 AM

Quote:

Originally Posted by thincom2000 (Post 1202322)
Um... although the text may APPEAR to be deleted, it should still be there when you edit the post... Also if you don't close the tag, I'm pretty sure vBulletin just doesn't parse it. That has been my experience, anyway.

When you said "dangerous," I thought for a moment you had somehow installed my [anything] tag which isn't included with this hack, and a spammer having permissions to use it messed up your entire board.

The purpose of [preview] is just to override the AdminCP setting with a new value, and was not meant to be used as BB-code (it just makes use of the BB-code parser because then I don't have to write code myself to parse it out). I, for one, abhor typing in a "short article" for a preview, and then typing a different article for the actual article. So that's why it just shows the first numeric_value words of the article.

No it definitely deleted them :) Try it locally and re-edit after you've done the steps i highlight above. That text is now gone completely, including the bbcode :) I tried it several times and all with the same effect. The text is missing in the main view and the teaser and isn't now available to edit either, hence why i said dangerous :) Imagine writing a long article, wrongly using what you thought was a bbcode (because you even called it a bbcode) and then hitting save. You have now lost half your article.

I still think if its a bbcode it should act as one or it will certainly cause confusion. Failing that a simple tag of something like ----more---- and it will splt to a readmore link there. This isn't a great solution you have provided (sorry im just offering constructive feedback) and will most certainly lead to confusion. You're probably better to parse it using your own tag or really do a full bbcode.

I'll try the bbcode again on my test posts to make sure it wasn't me, but im 100% confident i can reproduce that effect each and every time .

I'll get back to you soon.

Please don;t see this as a nag, its really not. I love this hack and it does pretty much most of what i require. Your efforts are very much appreciated.

dizzy100 03-13-2007 09:30 AM

OK i can confirm 100% it does delete the text when the bbcode is applied as a bbcode.

to test this wrap your [preview][/preview] tags around some text and save. You'll notice that text has disappeared in both post view and teaser view. Click edit and both the bbcode and the text you wrapped the bbcode around is gone completely (in both wysiwyg view and bbcode view).

I can duplicate it each and every time.

SnitchSeeker 03-13-2007 11:24 AM

There are some errors in your demo that make me leary of installing it. It looks GREAT! But I am nervous that it might mess up some of my settings since I have such a HUGE news section (thousands of threads, 5-10 new daily).

The errors I spotted were all dead or bad links. For example, click "Comments (0)" link in an article and I get a 404. Same goes for several other links. Is this because I am a guest or are you also experiencing this?

I must say this looks really GREAT so far in spite of the errors. I hope you can work out any bugs it may have and that I will be able to use it. I'll wait a bit to see your responses.

SnitchSeeker 03-13-2007 12:33 PM

I have taken a closer look at your site/demo and really like what I see. Still, there are a few things that I can't figure out so maybe you can help me with them.

1) Do any of your news articles use the preview limit? I believe it is supposed to be possible to show only the first X words on the main news page and force users to click on the article to read the rest.

2) Does it use a seperate template so that I can easily customize the look of the news page? For example, I would like the headlines to be bigger (and in H2 tags), the [quote] button not to show up or to be a [comment] button, the "Last Comment" text to be clickable (currently it seems users have to click the tiny arrow at the end of the text), etc.

3) I am really looking for something that can make my news forum look more like this site's news. When you're in a news article, it doesn't show comments until you choose to view them. Ideally it would be cool to have that as a cookie setting (view or hide comments).

Even if I can't do all these things with your mod, maybe I can customize it to do them for my forum.

I mainly want to know what specifically this mod includes and what of the above it doesn't so I know how much work it will be to get it to do what I need.

Thanks! :)

thincom2000 03-13-2007 02:01 PM

I am unable to duplicate the 404 error you describe.

None of my articles currently use the preview limit although it is entirely possible to do this.

It uses 7 new templates in all, the article body itself uses 1 on Newsdisplay and another on Shownews. You can eliminate the Quote button by editing the templates, however, if you want to change it to "Comment," you would have to modify your forum's images. You can make the "Last Comment" text clickable by editing (translating) that phrase for your forum.

You would have to find your own javascript for show/hide of comments. This not possible with vBulletin's vbcollapse feature since each comment uses a new table. You should then edit your SHOWNEWS template to include the changes you want.

As for the [preview] tags eating unsupported preview text, the tags never disappear for me when I try to edit, even with text between. This may be because you are using the WYSIWYG editor, in which case you should not be able to modify any BB-code after submission. Switch to the Standard editor and you should see it again.

As for the practical use of the [preview] tag, I will change the name to [previewlength] for the next update, and add a [more] tag which will encapsulate the text that hides on preview for the next update. How's that?

dizzy100 03-13-2007 02:21 PM

Quote:

Originally Posted by thincom2000 (Post 1202537)

As for the practical use of the [preview] tag, I will change the name to [previewlength] for the next update, and add a [more] tag which will encapsulate the text that hides on preview for the next update. How's that?

Ah yes your correct. I just checked this and low and behold, theres the text when the wysiwyg editor isn't enabled. Worried me silly that :) I use the wysiwyg editor always so i never noticed anything out of place there.

A better approach would be to have a bbcode type tag that just cuts the length for the teaser but still displays for the body too. This way you don't have to write a lead in teaser and a body, you just use the same content (we could even then assign it a button).

I think this is stable enough for me to install now and again i thankyou for your hard work. Awesome mod.

**Clicks install**

dizzy100 03-13-2007 02:43 PM

What templates does this mod use ? I need to edit them as they are now 100% correct for vbulletins default style (top by the reply pushes out slightly and a few other minor cosmetic issues).

thincom2000 03-13-2007 04:46 PM

NEWSDISPLAY
news_threadbit
SHOWNEWS
news_postbit
news_comments
shownews_similararticles
shownews_similararticlebit

SnitchSeeker 03-13-2007 08:00 PM

Quote:

Originally Posted by thincom2000 (Post 1202537)
I am unable to duplicate the 404 error you describe.

http://www.crackedeggstudios.net/sho...47c8c53&?t=373

That's a link from thread #72 if you click the commments link: "Comments (2)"

Downloads back online thread #76 is also a 404 for me.

There were others but I can't remember where right now.

Quote:

You would have to find your own javascript for show/hide of comments. This not possible with vBulletin's vbcollapse feature since each comment uses a new table. You should then edit your SHOWNEWS template to include the changes you want.
Actually I was more thinking of a different page (maybe the same url followed by /comments ). I use vbseo so all my urls are, well, seo'd. I can figure this one out I guess, but how about simply using a type of show/hide on the main page? Where the default (or defined) amount of preview words are shown and then a link for (full story) which opens the rest of the story on the same page (javascript or ajax) instead of taking you to the thread page with comments? That would be wicked!!
Quote:

As for the [preview] tags eating unsupported preview text, the tags never disappear for me when I try to edit, even with text between. This may be because you are using the WYSIWYG editor, in which case you should not be able to modify any BB-code after submission. Switch to the Standard editor and you should see it again.

As for the practical use of the [preview] tag, I will change the name to [previewlength] for the next update, and add a [more] tag which will encapsulate the text that hides on preview for the next update. How's that?
That sounds great! The "more" text could be shown when people click a "more" link from the main news page like I described above, right? Or would it just take you to the thread?

SnitchSeeker 03-13-2007 09:04 PM

Oh, I just thought of something important (in my case at least).

Does this support vbSEO? Will vbseo work with this mod? If not I can't use it I'm afraid. :(

thincom2000 03-14-2007 12:23 AM

I don't have vbSEO so I don't know. Also I have no idea how you got the session data to appear in those URLs, especially being a guest. What browser are you using?

SnitchSeeker 03-14-2007 12:07 PM

Internet explorer 6.

As for vbseo I'll check with them.

thincom2000 03-14-2007 05:00 PM

As for vbSEO, if you needed any plugins for forumdisplay or showthread, you should be able to use them for this. This hack just adds a second forumdisplay (NEWSDISPLAY) and showthread (SHOWNEWS) that use different templates. I don't see why it wouldn't work, although I have no way of testing it personally.

SnitchSeeker 03-15-2007 09:56 AM

I'm sure it would still work for the rest of my forums but I'm less sure about if it would work for the news section after I switch to your templates. For example, it doesn't work on the firstpost template I use to show first post on all pages in the new forum. But that is only for one post, not the whole forum, so I can live with it. If this modifies my whole forum (the news one only of course) than I am afraid it might not "seo" the threads and such which is where I get most of my google traffic so that would be bad.

I'm posting a question about it over there and we'll see what they say.

Danisty 03-18-2007 10:29 PM

Okay, I don't know much about this kind of stuff, so if you don't mind answering a couple of questions...

Can this hack pull from multiple forums? Also, is there any way to make it so each forum it pulls from has it's own news page?

Can this hack pull from forums that aren't viewable by guests or even registered members? I basically want an articles hack, but I don't like any of them that I've seen. I'd like it so members never even knew these articles were pulled from a forum, so it would be best if I could turn the forum off for everybody except the usergroup that would be writing the articles. Then registered members and guests would just see it as an articles page that matches the layout of the forum, but doesn't look exactly like a forum. Am I making sense?

thincom2000 03-19-2007 01:15 AM

This mod does not do exactly what you describe. It sounds like you are looking for an RSS-type feed.

This mod alters a forum of choice so that the first post of each thread becomes an article. The articles are pulled from threads, but only to the FORUMDISPLAY of that particular forum. The FORUMDISPLAY by no means really looks like a forum anymore as a result because the text of the recent articles displays there.

Clicking on an article title, clicking a "Read More" link (if you have a preview limit set), clicking the comments link, or clicking to view the last comment will all bring up a page similar to SHOWTHREAD, which displays the article at the top, and comments below. If you wanted to disable comments, you could just remove those links from the NEWSDISPLAY template, and

This hack makes use of forum permissions, because technically the news is still a forum, merely presented differently. So you could disable replies to threads, and set particular usergroups that are permitted to create threads (articles) per forum.

Danisty 03-19-2007 03:17 AM

Quote:

Originally Posted by thincom2000 (Post 1206990)
This mod does not do exactly what you describe. It sounds like you are looking for an RSS-type feed.

This mod alters a forum of choice so that the first post of each thread becomes an article. The articles are pulled from threads, but only to the FORUMDISPLAY of that particular forum. The FORUMDISPLAY by no means really looks like a forum anymore as a result because the text of the recent articles displays there.

Clicking on an article title, clicking a "Read More" link (if you have a preview limit set), clicking the comments link, or clicking to view the last comment will all bring up a page similar to SHOWTHREAD, which displays the article at the top, and comments below. If you wanted to disable comments, you could just remove those links from the NEWSDISPLAY template, and

This hack makes use of forum permissions, because technically the news is still a forum, merely presented differently. So you could disable replies to threads, and set particular usergroups that are permitted to create threads (articles) per forum.

Yeah, I haven't been able to find a mod that does do exactly what I want. I was thinking about using this and just eliminating the ability to respond to threads and setting it so the entire article shows on the news page, but I would want to be able to make multiple news pages for the different categories. I could make the categories page with no problems and link to the individual news pages, but I don't even know if that's possible.

I haven't been able to figure out RSS feeds either. I've looked at all the threads I can find both here and at vbulletin.com and it seems like I won't be able to do exactly what I want. From what I could tell, RSS feeds require you to allow guests to view the forum you're feeding. I want to hide that from everyone so nobody knows the articles page is powered by vbulletin. I want it to look different because otherwise there would be no point in having an articles section like this.

thincom2000 03-19-2007 05:20 PM

You could create multiple news forums to act as your "Categories." Each news forum would handle different articles. You could then link to each forum from your Category listing page.

Chadi 03-19-2007 10:53 PM

Quote:

Originally Posted by chadi (Post 1201289)
I never changed the layout settings ever on this style actually.

If your not 100% sure how to correct this (I'm 100% confident it is the hack settings, but I'm not blaming you lol) perhaps you can explain how to remove the comments area (box and button). I don't mind leaving the option off.

Please help me on this issue, thanks

thincom2000 03-19-2007 10:55 PM

This was fixed in the newest version.

Chadi 03-19-2007 10:58 PM

Unfortunately not for me and I did upgrade today (currently shows 1.1.1)

thincom2000 03-19-2007 11:36 PM

Have you reverted your templates?

Chadi 03-19-2007 11:38 PM

I have not done anything at all, yet. Should I revert them? I made custom settings to simply remove background color on the username and "comments" text only

thincom2000 03-19-2007 11:48 PM

Revert the templates, all those issues were fixed in 1.1.0.

Chadi 03-20-2007 02:17 AM

reverted all, still messed up

thincom2000 03-20-2007 02:28 AM

The sizes are correct now. The rest is a problem in your CSS, your "page" class is blue meanwhile you have your background set to white. This is also why you have a blue bar at the very bottom of your site before the "Contact Us," etc. menu.


All times are GMT. The time now is 01:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02896 seconds
  • Memory Usage 1,890KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete