Forum: vB4 Programming Discussions
Yesterday, 18:07
|
Replies: 1
Views: 85
|
Forum: vBulletin 5.x Template Modifications
27 Feb 2021, 22:12
|
Replies: 5
Views: 772
|
Forum: vB5 Design and Graphics Discussions
27 Feb 2021, 04:39
|
Replies: 4
Views: 203
|
Forum: vB5 Design and Graphics Discussions
27 Feb 2021, 03:53
|
Replies: 4
Views: 203
|
Forum: vB5 General Discussions
23 Feb 2021, 19:19
|
Replies: 4
Views: 479
|
Forum: vBulletin 5.x Products & Extensions
23 Feb 2021, 14:18
|
Replies: 37
Views: 7,472
|
Forum: vBulletin 5.x Products & Extensions
23 Feb 2021, 08:03
|
Replies: 16
Views: 2,232
|
Forum: vBulletin 5.x Products & Extensions
22 Feb 2021, 19:37
|
Replies: 16
Views: 2,232
|
Forum: vBulletin 4.x Add-ons
22 Feb 2021, 18:55
|
Replies: 3,805
Views: 849,874
|
Forum: vBulletin 3.8 Add-ons
22 Feb 2021, 18:38
|
Replies: 791
Views: 328,550
|
Forum: vBulletin 5.x Products & Extensions
22 Feb 2021, 18:28
|
Replies: 37
Views: 7,472
|
Forum: vBulletin 5.x Template Modifications
22 Feb 2021, 17:40
|
Replies: 18
Views: 988
I've seen it work:up:
For search results
...
I've seen it work:up:
For search results
/* For Search Results */
li.threadbit.new h3.searchtitle:after {
content: "{vb:rawphrase new}";
display: inline-block;
background: #dc3030;...
|
Forum: vBulletin 5.x Template Modifications
22 Feb 2021, 17:26
|
Replies: 18
Views: 988
for vb4.2.x
/* For threadbit */ ...
for vb4.2.x
/* For threadbit */
li.threadbit.new h3.threadtitle:after {
content: "{vb:rawphrase new}";
display: inline-block;
background: #dc3030;
padding: 1px 4px;
...
|
Forum: vB5 General Discussions
21 Feb 2021, 23:08
|
Replies: 1
Views: 512
|
Forum: vBulletin 5.x Products & Extensions
21 Feb 2021, 20:47
|
Replies: 37
Views: 7,472
|
Forum: vB5 General Discussions
21 Feb 2021, 20:25
|
Replies: 2
Views: 535
|
Forum: vBulletin 5.x Products & Extensions
21 Feb 2021, 18:41
|
Replies: 16
Views: 2,232
|
Forum: vBulletin 5.x Products & Extensions
21 Feb 2021, 18:36
|
Replies: 37
Views: 7,472
|
Forum: vB5 General Discussions
20 Feb 2021, 13:24
|
Replies: 3
Views: 655
Before upgrading, you need to uninstall all...
Before upgrading, you need to uninstall all plugins with vb4.
Delete the vb4 files all and upload the vb5 files.
Run the update after entering the config.php mysql information.
I did it...
|
Forum: vBulletin 5.x Products & Extensions
19 Feb 2021, 22:03
|
Replies: 6
Views: 804
|
Forum: vBulletin 5.x Products & Extensions
19 Feb 2021, 20:53
|
Replies: 6
Views: 804
version vb5.6.4 works fine. demo...
version vb5.6.4 works fine. demo https://www.vbyilmaz.com/node/965
I'm surprised that version vB5.6.3 doesn't work as well.
I have to install vB 5.6.3 and try it.
|
Forum: vB4 Design and Graphics Discussions
19 Feb 2021, 20:33
|
Replies: 7
Views: 733
This is the most logical.
Note: Maybe you...
This is the most logical.
Note: Maybe you know, you should always specify the name of that file first in the custom php page.
custom.php
<?php
define('THIS_SCRIPT', 'custom');
|
Forum: vB4 Design and Graphics Discussions
19 Feb 2021, 20:06
|
Replies: 7
Views: 733
|
Forum: vB4 Design and Graphics Discussions
19 Feb 2021, 16:57
|
Replies: 7
Views: 733
Change
<if...
Change
<if condition="(THIS_SCRIPT=='index')"> active</if>">Home</a>
To
<vb:if condition="(THIS_SCRIPT=='index')"> active</vb:if>">Home</a>
|
Forum: vBulletin 5.x Products & Extensions
19 Feb 2021, 09:20
|
Replies: 37
Views: 7,472
|