![]() |
Quote:
Code:
<vb:if condition="!$show['basicbbcodeonly']"> How can I do it? Thanks in advance... |
Useless because you can see the link(s) when you QUOTE the post...
MARCO1 please solve this issue... |
Quote:
I DO get a double line space after each line when NOT hidden. Merely an annoyance. Is there an easy fix? Note that this does not occur when hidden. Installed, and works perfect for me, thank you. VB 4.1.2 |
I can't find this- "In editor_toolbar_on template find :"
Where do I find this exact template? |
it may work with the hack .. https://vborg.vbsupport.ru/showthread.php?t=231666 ? is it possible?
|
Is it possible to adjust this hack for 3.8?
|
I altered the xml import a little bit and added this line of code
Code:
union SELECT count(userid) as count FROM vb_user WHERE usergroupid in (6,7) and userid='$bbuserinfo[userid]'" Code:
$hide_replied = $db->query("SELECT COUNT(postid) AS count FROM ". TABLE_PREFIX . "post WHERE userid='$bbuserinfo[userid]' AND visible = 1 AND threadid='$post[threadid]'); Code:
$hide_replied = $db->query("SELECT COUNT(postid) AS count FROM ". TABLE_PREFIX . "post WHERE userid='$bbuserinfo[userid]' AND visible = 1 AND threadid='$post[threadid]' union SELECT count(userid) as count FROM vb_user WHERE usergroupid in (6,7) and userid='$bbuserinfo[userid]'); this little adjustment fixes the "scalar value" error :) |
Quote:
|
Quote:
it's working fine here :) |
Quote:
Do you have a link I cannot find it ? Thanks for any help. Mick |
All times are GMT. The time now is 03:35 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|