Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Username HTML Markup in Forumdisplay Details »»
Username HTML Markup in Forumdisplay
Version: 2.0.0, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 12-16-2008 Last Update: 02-09-2009 Installs: 403
Uses Plugins
Code Changes Additional Files Translations  
No support by the author.

Username HTML Markup in FORUMDISPLAY + SUBFORUMS by Hasann

This Product brought to you by
www.vbulletin-turkey.com

Description:

This mini Add-On will showing the Usergroups Username HTML Markup in
FORUMDISPLAY
SUBFORUMS


Installation:

Import the product-username_html_markup.xml product file via admincp -> product manager -> import/export products

Tested on:
  • vBulletin 3.7.x
  • vBulletin 3.8.x

Demo: www.vbulletin-turkey.com/forum

Download Now

File Type: xml product-username_html_markup.xml (2.3 KB, 2856 views)

Screenshots

File Type: jpg forumdisplay.jpg (98.5 KB, 0 views)
File Type: jpg subforums.jpg (265.7 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Perrier Sophie

Comments
  #32  
Old 12-23-2008, 09:14 AM
Magnumutz's Avatar
Magnumutz Magnumutz is offline
 
Join Date: Feb 2006
Location: Romania
Posts: 731
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by R-D View Post
It adds one query for each category, forum, subforum and even for forums hidden from the index. If you don't have permission to see a forum (eg. a staff forum), that doesn't add a query.

My forumhome now uses 46 queries in total for staff members, 39 queries for regular members.
Is that true Hasann?
Reply With Quote
  #33  
Old 12-23-2008, 11:55 AM
arauf arauf is offline
 
Join Date: Aug 2005
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hasann i have installed your previous HTML Markup ..

i uninstalled that before installing this one but i am getting this Database Error

PHP Code:
Database error in vBulletin 3.8.0 Beta 2:

Invalid SQL:

SELECT
IF(votenum >= 1votenum0) AS votenum,
IF(
votenum >= AND votenum 0votetotal votenum0) AS voteavg,
post.pagetext AS preview,
thread.threadidthread.title AS threadtitlethread.forumidpollidopenpostusernamepostuseridthread.iconid AS threadiconid,
thread.datelinenotesthread.visiblestickyvotetotalthread.attachthread.lastpostthread.lastposterthread.lastpostidreplycount, IF(views<=replycountreplycount+1views) AS views,
thread.prefixidthread.taglisthiddencountdeletedcount
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
deletionlog.userid AS del_useriddeletionlog.username AS del_usernamedeletionlog.reason AS del_reason

threadredirect.expires
hasannuser.displaygroupid AS hasanndisplaygidhasannuser.usergroupid AS hasannusergidhuseyinuser.displaygroupid AS huseyindisplaygidhuseyinuser.usergroupid AS huseyinusergid
FROM thread 
AS thread
LEFT JOIN deletionlog 
AS deletionlog ON(thread.threadid deletionlog.primaryid AND deletionlog.type 'thread')
LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid thread.threadid AND subscribethread.userid AND canview 1)

LEFT JOIN post AS post ON(post.postid thread.firstpostid)

LEFT JOIN threadredirect AS threadredirect ON(thread.open 10 AND thread.threadid threadredirect.threadid)
LEFT JOIN user AS hasannuser ON (thread.lastposter hasannuser.username)
LEFT JOIN user AS huseyinuser ON (thread.postuserid huseyinuser.userid)
WHERE thread.threadid IN (0,6853,6583,4837,1441,3393,2797,1219,1459,1112,1510,1111,1107,856,913,931,948)
ORDER BY sticky DESClastpost DESC;

MySQL Error Column 'votenum' in field list is ambiguous
Error Number 
1052
Request Date 
TuesdayDecember 23rd 2008 06:12:43 PM
Error Date 
TuesdayDecember 23rd 2008 06:12:43 PM
Script 
http://xxx/voiceforums/forumdisplay.php?f=9
Referrer http://xxx/voiceforums/index.php
IP Address 77.31.9.228
Username 
Kareem
Classname 
vB_Database
MySQL Version 
5.0.51a-community 
Help !
Reply With Quote
  #34  
Old 12-23-2008, 01:50 PM
the.code's Avatar
the.code the.code is offline
 
Join Date: Aug 2008
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed ur hack once and it created 70 additional query's to my forum index wich made my index to slow ill suggest the coder to update it reducing these query load
Reply With Quote
  #35  
Old 12-23-2008, 07:13 PM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Magnumutz View Post
Is that true Hasann?
yes it's true
Quote:
Originally Posted by arauf View Post
Hasann i have installed your previous HTML Markup ..

i uninstalled that before installing this one but i am getting this Database Error

PHP Code:
Database error in vBulletin 3.8.0 Beta 2:

Invalid SQL:

SELECT
IF(votenum >= 1votenum0) AS votenum,
IF(
votenum >= AND votenum 0votetotal votenum0) AS voteavg,
post.pagetext AS preview,
thread.threadidthread.title AS threadtitlethread.forumidpollidopenpostusernamepostuseridthread.iconid AS threadiconid,
thread.datelinenotesthread.visiblestickyvotetotalthread.attachthread.lastpostthread.lastposterthread.lastpostidreplycount, IF(views<=replycountreplycount+1views) AS views,
thread.prefixidthread.taglisthiddencountdeletedcount
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
deletionlog.userid AS del_useriddeletionlog.username AS del_usernamedeletionlog.reason AS del_reason

threadredirect.expires
hasannuser.displaygroupid AS hasanndisplaygidhasannuser.usergroupid AS hasannusergidhuseyinuser.displaygroupid AS huseyindisplaygidhuseyinuser.usergroupid AS huseyinusergid
FROM thread 
AS thread
LEFT JOIN deletionlog 
AS deletionlog ON(thread.threadid deletionlog.primaryid AND deletionlog.type 'thread')
LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid thread.threadid AND subscribethread.userid AND canview 1)

LEFT JOIN post AS post ON(post.postid thread.firstpostid)

LEFT JOIN threadredirect AS threadredirect ON(thread.open 10 AND thread.threadid threadredirect.threadid)
LEFT JOIN user AS hasannuser ON (thread.lastposter hasannuser.username)
LEFT JOIN user AS huseyinuser ON (thread.postuserid huseyinuser.userid)
WHERE thread.threadid IN (0,6853,6583,4837,1441,3393,2797,1219,1459,1112,1510,1111,1107,856,913,931,948)
ORDER BY sticky DESClastpost DESC;

MySQL Error Column 'votenum' in field list is ambiguous
Error Number 
1052
Request Date 
TuesdayDecember 23rd 2008 06:12:43 PM
Error Date 
TuesdayDecember 23rd 2008 06:12:43 PM
Script 
http://xxx/voiceforums/forumdisplay.php?f=9
Referrer http://xxx/voiceforums/index.php
IP Address 77.31.9.228
Username 
Kareem
Classname 
vB_Database
MySQL Version 
5.0.51a-community 
Help !
did you installed this hack ?
https://vborg.vbsupport.ru/showthread.php?t=199568

Quote:
Originally Posted by the.code View Post
i installed ur hack once and it created 70 additional query's to my forum index wich made my index to slow ill suggest the coder to update it reducing these query load
I take a look and I'll upgrade it
Reply With Quote
  #36  
Old 12-23-2008, 08:12 PM
arauf arauf is offline
 
Join Date: Aug 2005
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes hassann i have installed ( [AJAX/vBOptimise] vB Profile Ratings 1.0.0 )

but u know i have uploaded Fresh ( functions_forumlist.php ) in includes folder now forum is back to normal but no HTML Markups in forumdisplay ....

but i want HMTL Markup
Reply With Quote
  #37  
Old 12-27-2008, 12:11 AM
KHALIK KHALIK is offline
 
Join Date: May 2005
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the.code View Post
i installed ur hack once and it created 70 additional query's to my forum index wich made my index to slow ill suggest the coder to update it reducing these query load
Any change of reducing the additional query.
I want to install this mod, but really do not want to have lots of query running on my home page.
Reply With Quote
  #38  
Old 12-27-2008, 04:04 PM
itsIAN itsIAN is offline
 
Join Date: Dec 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed the rate profile hack as well, and when I install this one, it causes a database error. I've disabled this mod for the time being.
Reply With Quote
  #39  
Old 12-28-2008, 08:58 PM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just had to uninstall becuase my vbadvanced shown errors
Reply With Quote
  #40  
Old 01-01-2009, 08:50 AM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks hasann
Installed and in search page it doesn't work !!

I hope to fix
Reply With Quote
  #41  
Old 01-09-2009, 09:16 PM
Magnumutz's Avatar
Magnumutz Magnumutz is offline
 
Join Date: Feb 2006
Location: Romania
Posts: 731
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So... any news on trying to optimize the queries?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.18098 seconds
  • Memory Usage 2,407KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete