MyBB Community Forums

Full Version: tags do not appear in newtread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi friends

I have a little problem with this plugin tags

tags do not appear in newthread, its supposed to like this
[attachment=28997]

happened like this.
[attachment=28998]

please help.
please cek template html postbit or show thread Big Grin
I checked but no change ..

is there another way to fix this .. : D
which plugin you are using for the tags - give link of the plugin
try to look at the code in the postbit templates on default theme then grab new code if there is a code inside the plugin you use then to copy into templates that are in use Big Grin easy
(2013-04-14, 02:59 PM).m. Wrote: [ -> ]which plugin you are using for the tags - give link of the plugin

hi .m.
This link its plugins
http://mods.mybb.com/view/tag-system
oh
yes i understand
whether you are looking for has been completed?
try looking at the code to call the tag templates
(2013-04-14, 11:12 PM)SunDi3yansyah Wrote: [ -> ]oh
yes i understand
whether you are looking for has been completed?
try looking at the code to call the tag templates

postbit

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
                    {$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1{$post['mysupport_bestanswer_highlight']}{$post['mysupport_staff_highlight']} {$unapproved_shade}">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['opimage']}<br />
                            <span class="smalltext">
                                {$post['usertitle']}<br />
                                {$post['userstars']}
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}<br />{$post['usermood']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2{$post['mysupport_bestanswer_highlight']}{$post['mysupport_staff_highlight']} post_content {$unapproved_shade}">
                <span class="smalltext"><strong>{$post['mysupport_status']}{$post['icon']}{$post['subject']} {$post['subject_extra']}<div class="float_right">{$post['mysupport_bestanswer']}{$post['mysupport_deny_support_post']}</div></strong></span>

                <div class="post_body" id="pid_{$post['pid']}">
                    {$post['message']}
                </div>
                {$post['attachments']}
                {$post['signature']}

                <div class="post_meta" id="post_meta_{$post['pid']}">
                {$post['iplogged']}
                </div>
            </td>
        </tr>

        <tr>
            <td class="trow1{$post['mysupport_bestanswer_highlight']}{$post['mysupport_staff_highlight']} post_buttons {$unapproved_shade}">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
            </td>
        </tr>{$post['thxdsp_inline']}
    </tbody>
</table>
<!--PostbitTags-->{$post['tags']}<!-- /PostbitTags-->
{$post['thxdsp_outline']}{myadvertisements[zone_3]} 

newthread

<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
<script type="text/javascript" src="jscripts/relatedThreads.js"></script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
<form action="newthread.php?fid={$fid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
</tr>
{$loginbox}

<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" onkeyup="return relatedThreads.init(this.value);" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
<tr id="relatedThreadsRow" style="display:none;"><td class="trow2"></td><td class="trow2" id="relatedThreads">{$relatedThreads}</td></tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}<!-- TableGenerator -->{$tabgen_button}<!-- /TableGenerator --></td>
<td class="trow2">
<textarea name="message" id="message" rows="30" cols="115" tabindex="2">{$message}</textarea>
{$codebuttons}
{$multiquote_external}
</td>
</tr><!-- InputTags --><tr>
<td class="trow2" width="20%"><strong>Tags:</strong><br /><span class="smalltext">Escribe una lista separada por comas.</span></td>
<td class="trow2"><input type="text" class="textbox" name="tags" size="40" maxlength="85" value="{$mybb->input['tags']}" tabindex="1" /></td>
</tr><!-- /InputTags -->
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</span></td>
</tr>
{$modoptions}
{$subscriptionmethod}
{$pollbox}
{$captcha}
</table>
{$attachbox}
<br />
<div style="text-align:center"><input type="submit" class="button" name="submit" value="{$lang->post_thread}" tabindex="4" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="5" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newthread" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
<input type="hidden" name="tid" value="{$tid}" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
</body>
</html>

What no one can help me
if it does not work?
the above code is correct
why .. not working on my forum.
is there another way to fix this .. "?
Pages: 1 2