Forum: vB4 Programming Discussions
22 Jul 2017, 18:16
|
Replies: 4
Views: 504
|
Forum: vB4 Programming Discussions
21 Jul 2017, 03:20
|
Replies: 4
Views: 504
|
Forum: vB4 Programming Discussions
21 Jul 2017, 02:18
|
Replies: 4
Views: 504
Vb4 user option bitfields, how to extract
How in the world do you extract the bitfields on individual users. I'm really only looking for daylight savings time on, off, and auto dst.
If anybody could help me I'd be greatly appreciative.
|
Forum: vB4 Programming Discussions
21 Jul 2017, 00:19
|
Replies: 3
Views: 534
yes, an entry is in the session table that...
yes, an entry is in the session table that belongs to the user. I confirmed via IP address.
I confirmed that the settings for the cookie REQUIRES the folllowing for this code to work:
First...
|
Forum: vB4 Programming Discussions
20 Jul 2017, 23:57
|
Replies: 3
Views: 534
Vb4 Custom external php login script - need help
I have a script that allows me to login a user without a password, having had integrated an SSO into my vbulletin, i'm using criteria from the SSO to secure the process for signing on. However, when...
|
Forum: vBulletin 3 Articles
19 Jul 2017, 18:07
|
Replies: 162
Views: 117,803
|
Forum: vB4 Programming Discussions
25 Feb 2015, 21:01
|
Replies: 9
Views: 1,019
|
Forum: vB4 Programming Discussions
25 Feb 2015, 18:40
|
Replies: 9
Views: 1,019
|
Forum: vBulletin 3 Articles
25 Feb 2015, 18:39
|
Replies: 24
Views: 17,137
|
Forum: vB4 Programming Discussions
25 Feb 2015, 17:12
|
Replies: 9
Views: 1,019
http://puu.sh/gceSG/ff7874031a.png
Press F12...
http://puu.sh/gceSG/ff7874031a.png
Press F12 and look for the Console.
You will see the log entries.
I do a fair bit of Jquery coding as well on some custom pages and it is very annoying to...
|
Forum: vB4 Programming Discussions
24 Feb 2015, 16:27
|
Replies: 9
Views: 1,019
|
Forum: vB4 Programming Discussions
04 Feb 2015, 18:15
|
Replies: 4
Views: 571
require_once('./global.php');
$username =...
require_once('./global.php');
$username = mysql_real_escape_string($vbulletin->userinfo['username']);
$usergroupfield = $vbulletin->userinfo[usergroupid];
Only gets the viewing user's...
|
Forum: vB4 Design and Graphics Discussions
01 Feb 2015, 08:57
|
Replies: 1
Views: 653
Next we need a PHP file to take all the header...
Next we need a PHP file to take all the header requests that jquery is sending. Create a php file named "TemplateJQ.php". I Like to put JQ at the end of all my php files that have this role as its...
|
Forum: vB4 Design and Graphics Discussions
01 Feb 2015, 08:57
|
Replies: 1
Views: 653
Custom Edited Template utilizing JQuery
Custom Edited Template utilizing Jquery
Skill level: Late Beginner
Some Knowledge requred:
-PHP Syntax formatting
-Jquery Syntax formatting
If you dont know what JQuery is, check out some...
|
Forum: vB4 Programming Discussions
30 Jan 2015, 16:06
|
Replies: 1
Views: 997
How to: Auto Center your Header Logo
Greetings,
I've tried to google how you have your logo auto center across your header on the forum. There's a lot of people that have various ways. I do my own and many will have various ways to...
|
Forum: vB4 Programming Discussions
24 Jan 2015, 14:59
|
Replies: 3
Views: 427
That's a great way. You can also select the...
That's a great way. You can also select the membergroupids and then explode them into an array and add the ID you want and implode and insert again as well. You may have more flexibility if you're...
|
Forum: vB4 Programming Discussions
21 Jan 2015, 20:57
|
Replies: 0
Views: 456
|
Forum: vB4 Programming Discussions
21 Jan 2015, 20:36
|
Replies: 17
Views: 947
|
Forum: vB4 Programming Discussions
21 Jan 2015, 18:38
|
Replies: 17
Views: 947
Haha, Sounds great. I don't ever think I'll be...
Haha, Sounds great. I don't ever think I'll be that high up. However this is a pretty interesting project as I do a lot of other customized pages that apply and utilize things that people do in the...
|
Forum: vB4 Programming Discussions
21 Jan 2015, 15:17
|
Replies: 17
Views: 947
|
Forum: vB4 Programming Discussions
21 Jan 2015, 14:40
|
Replies: 17
Views: 947
|
Forum: vB4 Programming Discussions
21 Jan 2015, 12:39
|
Replies: 17
Views: 947
sweet deal man. Much appreciation. The options...
sweet deal man. Much appreciation. The options actually wont be to much of a problem. I've figured out that the options column in the forum table are a bit when it is saved. So I made a forum with...
|
Forum: vB4 Programming Discussions
21 Jan 2015, 11:04
|
Replies: 17
Views: 947
Thanks kh99,
The I saw the do:update thing...
Thanks kh99,
The I saw the do:update thing last night as I was cruisin through the code. I'm just not sure how to supply information to the datamanager and haven't yet tried to utilize it via PHP...
|
Forum: vB4 Programming Discussions
20 Jan 2015, 20:14
|
Replies: 17
Views: 947
New Forum via PHP, however.... Need help
I'm able to add a row to the "forum" table via PHP, however the newly created database entry for the forum only actually shows up anywhere in the forum and in the admin control panel is if you are in...
|
Forum: vB4 Programming Discussions
30 Aug 2014, 18:38
|
Replies: 5
Views: 910
I am simply trying to put some data into my...
I am simply trying to put some data into my database from an extra field i have in the template.
i have a conditional that only lets the field show up in newthread template with a specific...
|