Forum: vBulletin 5.x Template Modifications
01 Mar 2022, 04:14
|
Replies: 0
Views: 739
|
Forum: vBulletin 5.x Template Modifications
09 Feb 2022, 20:39
|
Replies: 1
Views: 1,137
Let's take this mod to another level! :cool:
...
Let's take this mod to another level! :cool:
What if a user had enabled Dark mode preference through the Operating System setting or the browser setting and your forum automatically turned into a...
|
Forum: vBulletin 5.x Template Modifications
04 Feb 2022, 20:45
|
Replies: 1
Views: 1,137
|
Forum: vBulletin 5.x Products & Extensions
02 Feb 2022, 04:31
|
Replies: 14
Views: 9,912
Check latest version at...
Check latest version at https://vbmods.rocks/forum/vbulletin-5-modifications/vbulletin-5-products-and-extensions/170-add-custom-profile-fields-in-postbit
|
Forum: vBulletin 5.x Products & Extensions
02 Feb 2022, 04:29
|
Replies: 8
Views: 7,716
|
Forum: vBulletin 5.x Template Modifications
28 Jan 2022, 20:57
|
Replies: 0
Views: 781
|
Forum: vB5 Programming Discussions
03 Feb 2019, 21:03
|
Replies: 6
Views: 621
|
Forum: vB5 Programming Discussions
03 Feb 2019, 18:14
|
Replies: 4
Views: 396
|
Forum: vB5 Programming Discussions
03 Feb 2019, 18:10
|
Replies: 6
Views: 621
|
Forum: vB5 Programming Discussions
03 Feb 2019, 05:09
|
Replies: 4
Views: 396
|
Forum: vB5 Programming Discussions
03 Feb 2019, 04:52
|
Replies: 6
Views: 621
|
Forum: vB5 General Discussions
03 Feb 2019, 04:50
|
Replies: 1
Views: 268
|
Forum: vB5 Programming Discussions
07 Dec 2018, 01:22
|
Replies: 17
Views: 1,232
|
Forum: vB5 Programming Discussions
05 Dec 2018, 20:40
|
Replies: 17
Views: 1,232
|
Forum: vBulletin 5.x Products & Extensions
05 Dec 2018, 01:38
|
Replies: 14
Views: 9,912
The mod is getting the userid of the author of...
The mod is getting the userid of the author of the post. If the author is deleted, I assume vB is passing userid=0, in which case, it shouldn't display any custom fields as obviously there's no...
|
Forum: vB5 General Discussions
05 Dec 2018, 01:06
|
Replies: 2
Views: 293
|
Forum: vB5 General Discussions
30 Nov 2018, 21:00
|
Replies: 2
Views: 364
Is this what you're looking for?
...
Is this what you're looking for?
https://vbmods.rocks/forum/vbulletin-5-modifications/vbulletin-5-products-and-extensions/13273-embedded-audio-attachments-player
|
Forum: vB5 Design and Graphics Discussions
26 Nov 2018, 19:38
|
Replies: 1
Views: 622
|
Forum: vB5 Design and Graphics Discussions
04 Nov 2018, 22:06
|
Replies: 4
Views: 1,449
|
Forum: vB5 General Discussions
04 Nov 2018, 22:01
|
Replies: 3
Views: 357
|
Forum: vB5 General Discussions
31 Oct 2018, 01:16
|
Replies: 3
Views: 357
This is now possible to do in vB5 as it now has...
This is now possible to do in vB5 as it now has PHP hook for when a user is created. I will add it to my todo list for vB5 mods. Watch out for it on my site (see link below in my signature)
But to...
|
Forum: vB5 Programming Discussions
24 Oct 2018, 19:21
|
Replies: 1
Views: 464
vBulletin doesn't directly use PHP to render...
vBulletin doesn't directly use PHP to render content. It uses templates. Editing vBulletin templates is not recommended as it may result to template merge conflicts that you have to resolve whenever...
|
Forum: vB5 Programming Discussions
24 Oct 2018, 03:22
|
Replies: 12
Views: 721
|
Forum: vB5 General Discussions
23 Oct 2018, 17:31
|
Replies: 1
Views: 280
You can add banners using the Ad Module. Enable...
You can add banners using the Ad Module. Enable Sitebuilder (Edit Site ON) on the frontend. Click Edit Page, then drag and drop an Ad Module onto the page. Then edit the module by clicking the Pencil...
|
Forum: vB5 Programming Discussions
23 Oct 2018, 17:29
|
Replies: 12
Views: 721
The one you were referring to is the Template...
The one you were referring to is the Template hook. That's not what you need. What you need is to create a PHP hook. PHP hook != Template hook but you can have a product that has both a PHP hook and...
|