Register Members List Search Today's Posts Mark Forums Read

Reply
 
Thread Tools
  #1  
Old 28 Apr 2020, 10:13
lakshadvio lakshadvio is offline
 
Join Date: Apr 2020
How this code works in vBulletin 5?

This code is for blocking ads in specific channels

He was working at vb4

<vb:if condition="!in_array($GLOBALS[forumid], array(5,47,2))">
Ads Here
</vb:if>
How to https://19216801.onl/ https://routerlogin.uno/https://192168ll.link/ use it with vBulletin 5
I changed [forumid] to [nodeid] but did not work
I hope to find the solution

Best Regards

Last edited by lakshadvio; 01 May 2020 at 05:20.
Reply With Quote
  #2  
Old 29 Apr 2020, 07:11
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Originally Posted by lakshadvio View Post
This code is for blocking ads in specific channels

He was working at vb4

<vb:if condition="!in_array($GLOBALS[forumid], array(5,47,2))">
Ads Here
</vb:if>
How to use it with vBulletin 5
I changed [forumid] to [nodeid] but did not work
I hope to find the solution

Best Regards
try the variable $page['channelid']
If you want to select the channel only the $page['channelid'] have to be equal to $page['nodeid']
__________________
ⓒ by delicjous
Reply With Quote
  #3  
Old 24 Apr 2023, 05:53
AriahAnne AriahAnne is offline
 
Join Date: Apr 2023
To adapt the code for vBulletin 5, you would need to make a few changes. Instead of using [forumid], you would need to use [nodeid] as you mentioned. However, you would also need to update the syntax to reflect the changes in vBulletin 5.

Here is an updated version of the code that should work in vBulletin 5:


<vb:if condition="!in_array($node->nodeid, array(5,47,2))">
Ads Here
</vb:if>
This code checks if the node ID of the current page is not in the array of blocked node IDs (5, 47, and 2 in this example), and only displays the "Ads Here" content if the condition is true.

Make sure to replace the node IDs in the array with the actual IDs of the channels where you want to block ads. You can find the node ID by going to the channel's page and looking at the URL in your browser's address bar. The node ID is the number after the last hyphen.

If you have already tried this updated code and it is still not working, you may need to check your vBulletin 5 installation to ensure that it is configured correctly and that there are no conflicts with other add-ons or customizations.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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


New To Site? Need Help?

All times are GMT. The time now is 18:35.

Layout Options | Width: Wide Color: