The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
Infinity101
Forum:
vB4 Programming Discussions
09-20-2012, 06:23 PM
Replies:
7
Load specific custom field in registration page?
Views:
835
Posted By
Infinity101
Oh I was believing they were required custom...
Oh I was believing they were required custom fields. Both of my snippets above were as if they were required during registration.
Forum:
vB4 Programming Discussions
09-20-2012, 03:01 AM
Replies:
7
Load specific custom field in registration page?
Views:
835
Posted By
Infinity101
The next idea would be to edit the register.php....
The next idea would be to edit the register.php. In the same snippet of code, remove:
if ($profilefield['required'] == 2)
{
// not required to be filled in but still show...
Forum:
vB4 Programming Discussions
09-19-2012, 11:09 PM
Replies:
7
Load specific custom field in registration page?
Views:
835
Posted By
Infinity101
Hello, I am unable to test this to ensure it...
Hello, I am unable to test this to ensure it works - however if you haven't tired already:
Reviewing register.php:
if ($profilefield['required'] == 2)
{
// not required to be filled in...
Forum:
vB4 Programming Discussions
09-18-2012, 04:18 AM
Replies:
2
Format Profilefield
Views:
485
Posted By
Infinity101
Yes, the above is with two change I've made. The...
Yes, the above is with two change I've made. The \n for the line break and the field value.
Forum:
vB4 Programming Discussions
09-17-2012, 07:48 PM
Replies:
2
Format Profilefield
Views:
485
Posted By
Infinity101
Format Profilefield
Hello,
I have a custom field which user's generally write several paragraphs. I display this field manually {vb:raw bbuserinfo.field}.
When the field displays, it does not include the...
Forum:
vB4 Programming Discussions
08-27-2012, 04:12 PM
Replies:
7
Comparing Friend UserID
Views:
758
Posted By
Infinity101
Excellent, thank you kh99. I'm going to try this...
Excellent, thank you kh99. I'm going to try this out.
--------------- Added 1346099203 at 1346099203 ---------------
Thank you kh99, I have had more success. I wanted to verify whether or not I...
Forum:
vB4 Programming Discussions
08-27-2012, 05:13 AM
Replies:
7
Comparing Friend UserID
Views:
758
Posted By
Infinity101
I continue to have difficulty with this. Any...
I continue to have difficulty with this. Any input? Thanks!
Forum:
vB4 Programming Discussions
08-13-2012, 02:46 AM
Replies:
7
Comparing Friend UserID
Views:
758
Posted By
Infinity101
Hi, I'm using misc_buddylist_start for the hook....
Hi, I'm using misc_buddylist_start for the hook. I'm using a module from vbadvanced cmps, more or less similar to the "News" module if you're familiar with it.
Thanks!
Forum:
vB4 Programming Discussions
08-12-2012, 04:55 PM
Replies:
7
Comparing Friend UserID
Views:
758
Posted By
Infinity101
Hi kh99, thank you for your response. This is not...
Hi kh99, thank you for your response. This is not the first time you have helped me and I'm very thankful.
If I do not include the array() in the conditional, I receive a malformed conditional...
Forum:
vB4 Programming Discussions
08-12-2012, 06:32 AM
Replies:
7
Comparing Friend UserID
Views:
758
Posted By
Infinity101
Comparing Friend UserID
Hello, I am in the process of writing a script which highlights buddy posts. I'm having trouble however passing a condition to only highlight the buddies and not everyone.
I have tried several...
Forum:
vB4 Programming Discussions
10-04-2011, 04:39 AM
Replies:
1
Profile Field For Buddylist
Views:
379
Posted By
Infinity101
Profile Field For Buddylist
Hello, I've searched the board and found several similar questions in regards to pulling custom profile fields into specific templates, however am still running into trouble. I'm currently having...
Forum:
vB4 Programming Discussions
09-30-2011, 03:53 AM
Replies:
3
Delete Visitor Message
Views:
1,857
Posted By
Infinity101
It's an href link and you only need to be the...
It's an href link and you only need to be the owner of the profile to delete your visitor message. The link is being attached to every visitor message - next to the edit link.
Thanks, but never...
Forum:
vB4 Programming Discussions
09-29-2011, 04:36 AM
Replies:
3
Delete Visitor Message
Views:
1,857
Posted By
Infinity101
Delete Visitor Message
Hello, I've been working on a link to delete a visitor message on a profile rather than doing it the default way. Currently, I have been using a iframe to a template which uses the form code, however...
Forum:
vB4 Design and Graphics Discussions
08-01-2011, 05:23 AM
Replies:
1
Bug or Glitch Resolution on Minimized Screen
Views:
378
Posted By
Infinity101
Bug or Glitch Resolution on Minimized Screen
Hello, I'm hoping to fix an error which I see is also present on vBulletin's website, but not here at .org.
If a screen is minimized, certain buttons will over lap one another including the...
Forum:
vB4 Programming Discussions
05-09-2011, 03:50 AM
Replies:
3
Template per Usergroup
Views:
466
Posted By
Infinity101
A style. However, I guess the same can be...
A style. However, I guess the same can be accomplished in a template.
I.E < if condition: $bbuserinfo['usergroupid'] == #></vb:else>
However, I have tried that with no luck. I'm sure the...
Forum:
vB4 Programming Discussions
05-08-2011, 05:17 PM
Replies:
3
Template per Usergroup
Views:
466
Posted By
Infinity101
Template per Usergroup
Hello, I am curious how to peform a check on a usergroup ID and select a different template depending on that group. I have seen two mods which perform this action and had no success. Preferably I...
Forum:
vB4 Programming Discussions
04-30-2011, 10:13 PM
Replies:
6
Changing Birthday Year to Future Year
Views:
541
Posted By
Infinity101
You answered my questions well, thank you for...
You answered my questions well, thank you for helping me out.
Forum:
vB4 Programming Discussions
04-30-2011, 04:24 AM
Replies:
6
Changing Birthday Year to Future Year
Views:
541
Posted By
Infinity101
Thank you very much. I tried searching all my...
Thank you very much. I tried searching all my files and couldn't find anything. Do you run a certain program and perform a search or did you know from experience?
Thanks!
Forum:
vB4 Programming Discussions
04-28-2011, 11:13 PM
Replies:
6
Changing Birthday Year to Future Year
Views:
541
Posted By
Infinity101
Sorry, you're right. I was typing the the tidbit...
Sorry, you're right. I was typing the the tidbit and missed the <. The error occurs just the same still however. I even commented the code out entirely and the invalid DOB comes up. The check must...
Forum:
vB4 Programming Discussions
04-28-2011, 02:44 AM
Replies:
6
Changing Birthday Year to Future Year
Views:
541
Posted By
Infinity101
Changing Birthday Year to Future Year
Hello, I'm trying to allow the birthday year to be further out than the current year. When done, a error will state, "invalid birthday entered" and not allow a change.
I edited in profile.php
...
Forum:
Modification Requests/Questions (Unpaid)
11-01-2006, 02:32 AM
Replies:
0
Post of the Month
Views:
666
Posted By
Infinity101
Post of the Month
Hi, I have been looking for a hack very similar to the one of which this forum uses (mod of the month). I'm not sure if it has been released, I have tried searching however no luck. Any ideas where I...
Forum:
vBulletin 3.6 Template Modifications
10-27-2006, 01:10 AM
Replies:
5
AdSense With NavBar Modification
Views:
3,379
Posted By
Infinity101
Yep, that is one of the problems. I have tested...
Yep, that is one of the problems. I have tested on a few forums, some it will look really good, others it just doesn't look good at all. It really depends on how you can modify the appearance to...
Forum:
vB3 General Discussions
10-27-2006, 12:58 AM
Replies:
2
Downloading Attatchment Permissions
Views:
725
Posted By
Infinity101
My concept would be editing attatchment.php and...
My concept would be editing attatchment.php and add in the appropriate location (a long the lines of) <if usergroupid == #> <if DownLNum == #> cannot download </if> </if> </else>
Of course that is...
Forum:
vBulletin 3.6 Template Modifications
10-26-2006, 10:00 PM
Replies:
5
AdSense With NavBar Modification
Views:
3,379
Posted By
Infinity101
AdSense With NavBar Modification
I have notice several people becoming more and more interested with advertising on their site. While some modifications work better than others, this modification when used correctly can help...
Forum:
vB3 General Discussions
10-26-2006, 06:54 PM
Replies:
2
Downloading Attatchment Permissions
Views:
725
Posted By
Infinity101
Downloading Attatchment Permissions
Hello,
I have been curious how I can add certian permissions for usergroups for downloading attatchments. For example, a guest can download 1 attatchment per day type of thing. I have a general...
Showing results 1 to 25 of 25
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
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
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
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
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
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 Programming Discussions
vB3 General 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
All times are GMT. The time now is
08:04 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01787 seconds
Memory Usage
2,032KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi