Forum: vB4 General Discussions
04 Sep 2020, 13:47
|
Replies: 5
Views: 1,553
Reporting user email is not used by vbulletin...
Reporting user email is not used by vbulletin because according to your settings, reporting user might not have an email. (eg. when you enable reporting for guests).
But if you are determined to...
|
Forum: vBulletin 4.x Add-ons
14 Oct 2017, 08:12
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
26 Jun 2017, 20:38
|
Replies: 340
Views: 64,161
It parses embed HTML. Eg. this works:
//...
It parses embed HTML. Eg. this works:
// This is a TEST PHP Code to demonstrate webtemplates hack PHP parsing feature:
echo "Time now is $today<br><br>";
echo "You registered <b>this</b>...
|
Forum: vBulletin 4.x Add-ons
26 Jun 2017, 09:03
|
Replies: 340
Views: 64,161
|
Forum: Modification Requests/Questions (Unpaid)
09 May 2017, 07:32
|
Replies: 16
Views: 2,153
In vb2 and vb3, database was keeping searched...
In vb2 and vb3, database was keeping searched words in a simple structure where you could easily read with a single query. Hence the hacks above were easy to come up with.
In vb4, searching got...
|
Forum: vBulletin 4.x Add-ons
11 Apr 2016, 11:04
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
10 Apr 2016, 19:03
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
06 Apr 2016, 18:29
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
13 Feb 2016, 08:48
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
25 May 2014, 17:32
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
03 Mar 2014, 16:22
|
Replies: 340
Views: 64,161
Unfortunately my assistence with custom styles...
Unfortunately my assistence with custom styles can be pretty limited (close to none) because:
1- I'm a coder and I have very limited designing skills.
2- There are way too many custom skins users...
|
Forum: vBulletin 4.x Add-ons
03 Mar 2014, 08:31
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
02 Mar 2014, 20:45
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
02 Mar 2014, 12:32
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 3.7 Add-ons
01 Mar 2014, 09:13
|
Replies: 682
Views: 141,082
|
Forum: vBulletin 4.x Add-ons
25 Feb 2014, 09:22
|
Replies: 340
Views: 64,161
You can't directly run these SQL queries in...
You can't directly run these SQL queries in applications like phpmyadmin because it has a vbulletin replacement in it. (which is " . TABLE_PREFIX . " ).
So its NORMAL that BOTH of these queries...
|
Forum: vBulletin 4.x Add-ons
14 Feb 2014, 11:25
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
13 Oct 2013, 07:40
|
Replies: 340
Views: 64,161
Give more info please. At what URL do you get...
Give more info please. At what URL do you get that error? When did it start to happen?
If you get it in regular vb pages, I doubt its about webtemplates. Webtemplates does not have any hooks in vb...
|
Forum: vBulletin 4.x Add-ons
16 Sep 2013, 08:32
|
Replies: 340
Views: 64,161
VB4.x has changed the structure of variable...
VB4.x has changed the structure of variable support in templates so I removed outside variable support from the hack as it is now too complicated to use for non-coder users.
In vb4.x you can't...
|
Forum: vBulletin 3.7 Add-ons
07 Sep 2013, 07:39
|
Replies: 682
Views: 141,082
Try this line:
...
Try this line:
$WQfield[$WTWQqdateparsedvalue] =
vbdate($vbulletin->options['dateformat'], $WQfield[$WTWQqdateparsedvalue], true);}
|
Forum: vBulletin 3.7 Add-ons
06 Sep 2013, 22:18
|
Replies: 682
Views: 141,082
That part of the hack is inheriting date/time...
That part of the hack is inheriting date/time format you set in vbulletin options. So if you change vb option, it will also change accordingly.
But if you want to keep your vb option like that but...
|
Forum: vBulletin 3.7 Add-ons
05 Sep 2013, 08:45
|
Replies: 682
Views: 141,082
|
Forum: vBulletin 4.x Add-ons
11 Jul 2013, 19:19
|
Replies: 340
Views: 64,161
|
Forum: vBulletin 4.x Add-ons
13 Jun 2013, 09:14
|
Replies: 340
Views: 64,161
Its possible. You can customize default...
Its possible. You can customize default webqueries named "$WQ_last10threadfromforum2" OR "$WQ_last5threadcontentsfromforum2".
Eg.
SELECT t.threadid, t.title, t.firstpostid, t.lastpost,...
|
Forum: vBulletin 4.x Add-ons
24 Apr 2013, 17:26
|
Replies: 340
Views: 64,161
|