vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - [DBTech] Advanced User Tagging v3 (vB3) (https://vborg.vbsupport.ru/showthread.php?t=242734)

DragonByte Tech 07-04-2010 07:13 PM

Thanks for the detailed report, I'll look into it for the next version :)


Fillip

Shai Gar 07-04-2010 07:32 PM

ok thanks.

something i forgot.

undeleting posts also has a problem when this is installed

tick the checkbox on the deleted post and selecting undelete from the dropdown menu, it runs through as though it has do it(no error given) but the post is still deleted. the only way to undelete is to click manage and undelete via /postings.php?do=managepost

Hornstar 07-06-2010 02:48 AM

I just installed this. I tagged someone and it showed up in the shoutbox. but when I click on the User Tags tab, it gave me:
Error: Service Unavailable
Not sure if that is a shoutbox problem or a problem with this, but thought I would let you know here ^^
Edit: I noticed that guests can tag people. How do I stop guests from being able to tag people?
Edit 2: How do i stop the Thread Tags from showing up at all to guests.

Final Edit: My members were loving this so I bought the pro version :) I will post over at your site for any more help that I may need. Thanks.

DragonByte Tech 07-06-2010 10:14 AM

Quote:

Originally Posted by hornstar1337 (Post 2065093)
I just installed this. I tagged someone and it showed up in the shoutbox. but when I click on the User Tags tab, it gave me:
Error: Service Unavailable
Not sure if that is a shoutbox problem or a problem with this, but thought I would let you know here ^^

Is there anything in your server's error_log that could help track this down?


Quote:

Originally Posted by hornstar1337 (Post 2065093)
Edit: I noticed that guests can tag people. How do I stop guests from being able to tag people?

That's an oversight, sorry :(

Perform the following template edit:
In template dbtech_usertag_inlinetaglist find:
Code:

        <if condition="$taglist">
        <tr>
                <td class="alt1">{$taglist}</td>
        </tr>
        </if>

Add below:
Code:

        <if condition="$bbuserinfo['userid']">
Find:
Code:

</tbody>
</table>

Add above:
Code:

</if>
Quote:

Originally Posted by hornstar1337 (Post 2065093)
Edit 2: How do i stop the Thread Tags from showing up at all to guests.

To do that instead, wrap the entire template in that if condition I just showed you :)

AndyMP 07-08-2010 06:28 PM

When I type a users name and click the icon to add the [MENTION] tags, the only thing that shows up in the post is the @ without the username.

Any help would be appreciated.

DragonByte Tech 07-08-2010 06:32 PM

If the username is wrapped in tags like so:
[MENTION]Username[/MENTION]

Then it may be a mod conflict. Are you running AME? If so, please try disabling profile linking in AME. This is something the author told me to tell people who had this problem.

Fillip

AndyMP 07-08-2010 06:37 PM

Sorry, what is AME ? :) Not sure if this is significant but in the admincp > BB Code Manager the replacement code for [MENTION]Username[/MENTION] is only @ - there is nothing else there, hence it just replaces it with @. Should there be something else ?

DragonByte Tech 07-08-2010 06:41 PM

Media Extender or something. If you don't know, then you probably don't have it :p

Does it work if you type @Username; manually?


Fillip

AndyMP 07-08-2010 06:51 PM

Quote:

Originally Posted by DragonByte Tech (Post 2066459)
Media Extender or something. If you don't know, then you probably don't have it :p

Does it work if you type @Username; manually?


Fillip

Nope, I'll PM you with a test account so you can have a look if you wouldn't mind !

DragonByte Tech 07-08-2010 07:01 PM

I'll do so over the weekend, I'm massively swamped until sat/sun I'm afraid :(


Fillip


All times are GMT. The time now is 04:39 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.01193 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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