![]() |
Thank you TimberFloorAu and Uberguilds for posting your code. Unfortunately, I couldn't get either to work. I can get the mod to work by itself except everytime I try to exclude forums it doesn't work. I've tried all different ways:
Code:
<!-- Facebook Like --> Code:
<!-- Facebook Like --> |
Quote:
|
Quote:
|
Quote:
Thanks TimberFloorAu and everybody who has tweaked this, not forgetting EricGTR, I really like this mod and think overall, it's far better than Facebook Connect, I just hope Facebook don't decide to discontinue this like they the did with Facebook Connect. |
There is supposed to be a bug in 4.0.0 - 4.0.2 in which ads won't diplay at all if you set them for certain forums: http://www.vbulletin.com/forum/proje...d=34416&page=2
It's supposed to be fixed in 4.0.3 which I'm using yet I can't get it to work. |
|
I just changed to option 2. Much better. Option 1 was wrapping my text strange, leaving big gaps.
|
How is the code for the CMS?
|
Option 2 to hide specific forums.
Code:
<!-- Facebook Like --> Code:
<!-- Facebook Like --> Code:
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))"> The code Code:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"> To show in only ONE forum: Replace Code:
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))"> Code:
<vb:if condition="$forum[forumid] == x">Show this if forum id is x</vb:if> |
Quote:
confusing..the display and hide are both the same? how do you combine these conditions? show in forum Code:
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))"> Code:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"> thx |
All times are GMT. The time now is 09:27 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:
|