The Official vBulletin Modifications Site.
User Name
Password
Save?
Graphics
Styles
Mods
Articles
Forums
Home
vBulletin.org Forum
/
Search Forums
Search Results
Register
Help
Members List
Search
Today's Posts
Mark Forums Read
Page 1 of 2
1
2
>
Showing results 1 to 25 of 34
Search took
0.07
seconds.
Search:
Posts Made By:
ZERO <ibis>
Forum:
vBulletin 4.x Add-ons
12 Sep 2011, 06:25
Replies:
418
Integration with vBulletin - Steam Connect - Sign in with your Steam Account! [RC3]
Views:
97,151
Posted By
ZERO <ibis>
It would be more practical to store it as it will...
It would be more practical to store it as it will reduce load when requested if the value is already computed. For many users being able to show the actual id in the profile is useful. Admins use it...
Forum:
vBulletin 4.x Add-ons
09 Sep 2011, 22:23
Replies:
418
Integration with vBulletin - Steam Connect - Sign in with your Steam Account! [RC3]
Views:
97,151
Posted By
ZERO <ibis>
Is there any way this mod could automatically...
Is there any way this mod could automatically place a users steam id into a custom profile field. This would be a great help for those of us that already have many mods that use a players...
Forum:
Community Lounge
09 Sep 2011, 05:44
Replies:
87
Cloud Flare - Block spam, proxies, cyber attacks, and most unwanted cyber bots
Views:
8,500
Posted By
ZERO <ibis>
We recently switched to cloudflare to mitigate a...
We recently switched to cloudflare to mitigate a ddos attack and it worked great. Other than an increase in the speed of the website users have not even noticed it was there. It has been less than a...
Forum:
vB4 Design and Graphics Discussions
13 Jun 2011, 02:44
Replies:
6
CKEditor StyleVars
Views:
639
Posted By
ZERO <ibis>
That only allows me to change some things. No...
That only allows me to change some things. No options to control highlighting color over buttons, the color of the sides of the editor nor the new java popup boxes. To make matters worse I can not...
Forum:
vB4 Design and Graphics Discussions
12 Jun 2011, 04:30
Replies:
6
CKEditor StyleVars
Views:
639
Posted By
ZERO <ibis>
CKEditor StyleVars
I updated to 4.1.4 not realizing that the editor was changed. Now I can not figure out any way to edit its style. The default colors clash with my forums style and thus the inability to fix this is a...
Forum:
vB4 Programming Discussions
23 May 2011, 19:50
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
Oh they were declared with a global statement....
Oh they were declared with a global statement. They just did not work despite that but worked fine in other hooks...
Just a very strange glitch I never expected variables that were declared in a...
Forum:
vB4 Programming Discussions
23 May 2011, 18:26
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
Interesting that must mean that the issue is the...
Interesting that must mean that the issue is the variable that I was storing 16 in as that is the only difference. I will hard code in all numbers even for constant variables. In theory this should...
Forum:
vB4 Programming Discussions
22 May 2011, 19:08
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
I will make that change when I can but I can say...
I will make that change when I can but I can say it is not what is going wrong as that still outputs 6 as it should. I even bypassed it completely by just hardcoading $sbaid=6; in its place for a few...
Forum:
vB4 Programming Discussions
22 May 2011, 18:27
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
Oh I had it generating txt files that outputted...
Oh I had it generating txt files that outputted the values being passed to ensure they were working. I even had ones for various parts of the functions so I know it runs fine until it gets into that...
Forum:
vB4 Programming Discussions
22 May 2011, 01:40
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
Could this be the...
Could this be the problem:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Forum:
vB4 Programming Discussions
22 May 2011, 01:32
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
The above did nothing. No errors...
The above did nothing. No errors either.
--------------- Added 1306027999 at 1306027999 ---------------
For reference the following query runs fine:
Code:
---------------
Forum:
vB4 Programming Discussions
22 May 2011, 01:27
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
Invalid SQL: SELECT...
Invalid SQL:
SELECT vbb_membergroupids
FROM vbb_user
WHERE vbb_user.userid = 1;
MySQL Error : Unknown column...
Forum:
vB4 Programming Discussions
22 May 2011, 01:21
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
I tried: Code: --------------- Code is only...
I tried:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Forum:
vB4 Programming Discussions
22 May 2011, 01:06
Replies:
16
[SOLVED] SQL Help
Views:
452
Posted By
ZERO <ibis>
[SOLVED] SQL Help
I am running into a strange problem where the function below is not working:
*Note that $userid is feeding the correct value
Code:
---------------
Code is only visible to licensed users, and...
Forum:
vB4 Programming Discussions
17 May 2011, 20:35
Replies:
4
paidsub hook
Views:
239
Posted By
ZERO <ibis>
Code: --------------- Code is only visible to...
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So it runs that query when the userid is returned to it correctly.
in...
Forum:
vB4 Programming Discussions
17 May 2011, 20:04
Replies:
4
paidsub hook
Views:
239
Posted By
ZERO <ibis>
Tried (updated as I attempt multiple...
Tried (updated as I attempt multiple combinations):
(if one produces an error it will be indicated, otherwise does nothing)
Code:
---------------
Code is only visible to licensed users, and only...
Forum:
vB4 Programming Discussions
17 May 2011, 04:27
Replies:
0
Trigger a profile save
Views:
127
Posted By
ZERO <ibis>
Trigger a profile save
I want to trigger a users profile to "update" in that it does the same thing as pressing the save button on the users profile data which triggers the useradmin_update_save hook.
Does anyone know...
Forum:
vB4 Programming Discussions
17 May 2011, 03:14
Replies:
4
paidsub hook
Views:
239
Posted By
ZERO <ibis>
paidsub hook
I am trying to use the paidsub_build and paidsub_delete hooks to run a function however I can not seem to get it to work. I think that I am not getting the userid the correct way below is what I have...
Forum:
vB4 General Discussions
01 Apr 2011, 20:51
Replies:
6
different skin for cms and forums
Views:
197
Posted By
ZERO <ibis>
Wait, how would I set the forums to use a...
Wait, how would I set the forums to use a different style?
Ok I realized that I can set each subforum and force but then I would think that it would mess up the pm section too then and other parts...
Forum:
vB4 General Discussions
01 Apr 2011, 20:32
Replies:
6
different skin for cms and forums
Views:
197
Posted By
ZERO <ibis>
I am having the same problem. It appears that for...
I am having the same problem. It appears that for one the only way to even allow it to work is to enable users being able to change the style (which I do not want to do). Then you can change the...
Forum:
vBulletin 4.x Add-ons
10 Mar 2011, 19:44
Replies:
206
Anti-Spam Options - Solve Media CAPTCHA - Protect & Monetize your Forum
Views:
33,231
Posted By
ZERO <ibis>
I am definitely going to keep tabs on this mod. I...
I am definitely going to keep tabs on this mod. I just wish the payout was smaller to help out us little sites.
Forum:
vBulletin 4.x Template Modifications
24 Feb 2011, 01:05
Replies:
43
Mini Mods - Change Header Link to CMS
Views:
9,238
Posted By
ZERO <ibis>
This does the trick for the latest version :up:
This does the trick for the latest version :up:
Forum:
vBulletin 4.x Template Modifications
23 Feb 2011, 23:58
Replies:
55
Show Thread Enhancements - [SEO Enhancement] Replace "reload this page" to the thread title
Views:
9,268
Posted By
ZERO <ibis>
Thanks!
Thanks!
Forum:
Community Lounge
23 Feb 2011, 23:47
Replies:
36
My 14 yr old wants a forum.
Views:
2,476
Posted By
ZERO <ibis>
Opening up possibilities can really help a kid do...
Opening up possibilities can really help a kid do things you nor they would ever imagine. When I was 12 I wanted a gaming computer but rather than get that my dad told me I could have more money if I...
Forum:
vBulletin 4.x Styles
23 Feb 2011, 21:58
Replies:
246
Suite Style - Black-Stealth 4.2 [SKINION]
Views:
70,244
Posted By
ZERO <ibis>
Running fine on that version :up:
Running fine on that version :up:
Showing results 1 to 25 of 34
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Official vB.com Announcements
Mod of the Month
Board of the Month
vBulletin Pre-Sales Questions
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 General Discussions
vB3 Programming Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 4.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin Graphic Sets
vBulletin Status Icon Sets
vBulletin Smilie Sets
vBulletin Button Sets
vBulletin Avatar Sets
vBulletin Rank Sets
Miscellaneous Images
vBulletin Article Depository
Article Submissions
Submit New Article
Read An Article
vBulletin 5 Connect Articles
vBulletin 4 Articles
General Articles
vBulletin 3 Articles
Programming Articles
Graphics Articles
vBulletin Tips & Tricks
Management Articles
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
vBulletin 3.7 Modifications
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.6 Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Template Modifications
vBulletin 3.5 Modifications
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
Premium Modifications
vBulletin Open Source Products
ibProArcade
Archive
Modification Graveyard
vB.org Archives
General
vB1 Hacks
Member Archives
Big Board Discussions
General Hosting/Server Discussions
Testing Zone
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
Premium Archives
vB Chat
vbArticles
vBindex
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBgarage
Advanced Warning System (AWS)
vbBux / vbPlaza
vRewrite - SEOed URLs for vBulletin
New To Site?
Need Help?
About vBulletin.org
You will need to register to Participate
Review Our Site Rules
What is Board Of The Month (BOTM)?
What is Modification Of The Month (MOTM)?
Mark Forums Read
Do Your Research Before Hiring!
Site Map
Meet Our Staff
All times are GMT. The time now is
10:29
.
Layout Options |
Width:
Wide
Color:
Contact Us
-
vBulletin.org
-
Archive
-
Top