Forum: vBulletin 4.x Add-ons
10 Aug 2015, 00:20
|
Replies: 473
Views: 109,587
|
Forum: vB4 Programming Discussions
31 Jul 2015, 09:02
|
Replies: 1
Views: 307
|
Forum: vBulletin 4.x Add-ons
28 Jul 2015, 12:41
|
Replies: 11
Views: 3,836
|
Forum: vB4 Programming Discussions
28 Jul 2015, 12:03
|
Replies: 12
Views: 658
|
Forum: vB4 Programming Discussions
13 Jul 2015, 12:59
|
Replies: 6
Views: 327
|
Forum: vB4 Programming Discussions
13 Jul 2015, 12:44
|
Replies: 6
Views: 327
when user have data --> OK :up: ...
when user have data --> OK :up:
https://www.vbulletin.org/forum/external/2015/07/17.png
when user not data, tab stream activity not selected :(...
|
Forum: vB4 Programming Discussions
13 Jul 2015, 07:10
|
Replies: 6
Views: 327
not exactly my reviews, my English may not be...
not exactly my reviews, my English may not be good :confused:
Now I have the following cases:
- if user no data, my tabs will be auto hidden (not show tab name) and reset tab activitystream it...
|
Forum: vB4 Programming Discussions
13 Jul 2015, 06:44
|
Replies: 6
Views: 327
question hook profile_tabs_first
i use hook profile_tabs_first to add custome and i have use code after to set default.
if (!$_REQUEST['tab'])
{
$_REQUEST['tab'] = 'mytab';
}
Now I have the following cases:
- if...
|
Forum: vBulletin 4 Articles
12 Jul 2015, 08:58
|
Replies: 46
Views: 19,443
i use
$template_hook['profile_tabs_first']...
i use
$template_hook['profile_tabs_first'] .= $templater->render();
Anh if members do not have the data, for example adding tabs thank, but members no have thank then no default tab is...
|
Forum: vB4 Programming Discussions
11 Jul 2015, 10:38
|
Replies: 0
Views: 243
|
Forum: vB3 Programming Discussions
28 Jun 2015, 11:42
|
Replies: 17
Views: 2,169
|
Forum: Modification Requests/Questions (Unpaid)
27 Jun 2015, 14:53
|
Replies: 7
Views: 1,218
|
Forum: Modification Requests/Questions (Unpaid)
27 Jun 2015, 14:17
|
Replies: 7
Views: 1,218
|
Forum: vB3 Programming Discussions
27 Jun 2015, 14:10
|
Replies: 17
Views: 2,169
|
Forum: vB3 Programming Discussions
27 Jun 2015, 09:03
|
Replies: 17
Views: 2,169
|
Forum: Modification Requests/Questions (Unpaid)
26 Jun 2015, 05:23
|
Replies: 7
Views: 1,218
|
Forum: Modification Requests/Questions (Unpaid)
25 Jun 2015, 02:48
|
Replies: 7
Views: 1,218
help me write cron pls :D
Hello all.
Who can help me write cron perform the following actions:
I want users they can establish the time to open, locked their posts over time.
For example, he will setting open topic...
|
Forum: vB4 Programming Discussions
22 Jun 2015, 08:28
|
Replies: 4
Views: 641
try $ImagePath =...
try $ImagePath = vB_Template_Runtime::fetchStyleVar('imgdir_misc').'/critique/nocritique.png';
|
Forum: vBulletin 3 Articles
20 Jun 2015, 11:45
|
Replies: 13
Views: 7,078
$setforums = 'check_forums';
if...
$setforums = 'check_forums';
if ($oldsetting['varname'] == $setforums)
{
if (in_array(0, $settings[$setforums]))
{
$settings[$setforums] = '0';
}
...
|
Forum: vB4 Programming Discussions
20 Jun 2015, 02:31
|
Replies: 5
Views: 527
|
Forum: vB4 Programming Discussions
20 Jun 2015, 01:28
|
Replies: 5
Views: 527
|
Forum: vB4 Programming Discussions
19 Jun 2015, 13:29
|
Replies: 5
Views: 527
Help update using datamanager
pls help me Update custom field in Thread using datamanager. I have user code
$threadman =& datamanager_init('Thread', $vbulletin, ERRTYPE_STANDARD, 'threadpost');...
|
Forum: vBulletin 3.8 Add-ons
01 Jun 2015, 01:04
|
Replies: 131
Views: 81,172
|
Forum: vB4 Programming Discussions
02 Apr 2015, 11:19
|
Replies: 8
Views: 651
|
Forum: vB4 Programming Discussions
02 Apr 2015, 07:42
|
Replies: 8
Views: 651
NO.
I just wanted to post my img, after...
NO.
I just wanted to post my img, after finishing post I want the code to be like this:
<a href="http://domain.com/picture.jpg"><img src="http://domain.com/picture.jpg" /></a>
<div...
|