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...
Page 1 of 2
1
2
>
Showing results 1 to 25 of 34
Search took
0.00
seconds.
Search:
Posts Made By:
Necrophyte
Forum:
vB5 Programming Discussions
12-05-2016, 06:30 PM
Replies:
2
Creating a new poll post with php? Ideas?
Views:
704
Posted By
Necrophyte
So here's what worked for me in the end. I...
So here's what worked for me in the end.
I tried using actionpoll() function as a guide but it threw me off. Also tried looking at the ajax requested/sent info which again. Threw me off. The api...
Forum:
vB5 Programming Discussions
12-05-2016, 12:45 AM
Replies:
2
Creating a new poll post with php? Ideas?
Views:
704
Posted By
Necrophyte
Creating a new poll post with php? Ideas?
I know how to create a normal post with php, but I'm searching through the code and haven't yet figured out how to do it.
Thought someone here might be able to point me in the right direction.
I...
Forum:
vB5 Programming Discussions
12-02-2016, 11:49 PM
Replies:
5
How to use the built in username autofill in templates
Views:
685
Posted By
Necrophyte
Ok after some toying with it, I realized I needed...
Ok after some toying with it, I realized I needed to add jQuery js and the UI js as well.
But this works now. The css is off, but I can deal with/fix that.
Thank you once again sir!
I never...
Forum:
vB5 Programming Discussions
12-02-2016, 04:43 PM
Replies:
5
How to use the built in username autofill in templates
Views:
685
Posted By
Necrophyte
Glenn, Thanks for the point in the right...
Glenn,
Thanks for the point in the right direction. Tried this in a template with below code and isn't working. Keep getting 'vBulletin_Autocomplete is undefined' in console. Tried adding...
Forum:
vB5 Programming Discussions
11-28-2016, 06:07 PM
Replies:
5
How to use the built in username autofill in templates
Views:
685
Posted By
Necrophyte
How to use the built in username autofill in templates
I see that this is the input in the template [search_config].
<input type="text" name="searchFields[author]" class="searchFields_author textbox" />
How can I get the username autofiller to...
Forum:
vB5 Programming Discussions
11-13-2016, 02:43 PM
Replies:
8
Getting the latest Article to display
Views:
942
Posted By
Necrophyte
You are correct sir. I edited the post to use...
You are correct sir. I edited the post to use your changes.
Forum:
vB5 Programming Discussions
10-06-2016, 03:35 AM
Replies:
8
Getting the latest Article to display
Views:
942
Posted By
Necrophyte
TY, that's what I needed to know! ...
TY, that's what I needed to know!
--------------- Added 1475776484 at 1475776484 ---------------
For anyone that comes to this page looking for answers. You can open a PHP Module.
I wanted...
Forum:
vB5 Programming Discussions
10-06-2016, 01:49 AM
Replies:
8
Getting the latest Article to display
Views:
942
Posted By
Necrophyte
I could run the queries to show but then I have...
I could run the queries to show but then I have BB code through out. Is there a way to parse this to HTML?
Forum:
vB5 Programming Discussions
10-05-2016, 08:55 PM
Replies:
8
Getting the latest Article to display
Views:
942
Posted By
Necrophyte
Glenn, Thanks for the quick response as...
Glenn,
Thanks for the quick response as always. I'm lost on how I can get it to search and display the data in a PHP though. I can get the search function to find it properly, but I can't get it...
Forum:
vB5 Programming Discussions
10-05-2016, 06:19 PM
Replies:
8
Getting the latest Article to display
Views:
942
Posted By
Necrophyte
Getting the latest Article to display
So I'm trying to use one of the modules on my home page to list the latest article that has the tag 'spotlight' in it. Will only display the latest one, not all of them. I've no idea where to even...
Forum:
vB5 Programming Discussions
09-10-2016, 01:25 PM
Replies:
6
PHP Module loses user session info on form submit
Views:
958
Posted By
Necrophyte
Hey Glenn, So I run the forums of a gaming...
Hey Glenn,
So I run the forums of a gaming community. In Milsim style we have a sit rep report. If someone does something good, or something bad there is a report someone can fill out and only...
Forum:
vB5 Programming Discussions
09-09-2016, 06:33 PM
Replies:
6
PHP Module loses user session info on form submit
Views:
958
Posted By
Necrophyte
I wish my JS was decent. I barely scrape by using...
I wish my JS was decent. I barely scrape by using JS. I can do basic stuff like form validation, and manipulating variables. But other than that.
Was just a quick little Site Rep form that would...
Forum:
vB5 Programming Discussions
09-08-2016, 08:22 PM
Replies:
6
PHP Module loses user session info on form submit
Views:
958
Posted By
Necrophyte
PHP Module loses user session info on form submit
Creating a form inside the php module.+
The form calls itself.+
Quick little snippet example
global $vbulletin;
if (!empty($_POST['sbutton'])){
Do some stuff, but we can't userid = 0...
Forum:
vB5 Programming Discussions
09-07-2016, 06:23 PM
Replies:
0
Problem sending Ajax Post request from external loaded page
Views:
512
Posted By
Necrophyte
Problem sending Ajax Post request from external loaded page
I have an external script that is using vb5 data.
Forums are in /html/forum
The ajax is called from /html/external/member.php
Ajax is in /html/external/ajax.php
So the Ajax script works no...
Forum:
vB5 Programming Discussions
08-29-2016, 07:50 PM
Replies:
0
vb5 have something like vb4's popupmenu?
Views:
637
Posted By
Necrophyte
vb5 have something like vb4's popupmenu?
I've been looking through the code and I see a couple that are linked to ids but haven't found anything like vb4's popumenu where you could just put the class and the li's in the right order and it...
Forum:
Modification Requests/Questions (Unpaid)
08-28-2016, 03:52 PM
Replies:
15
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Views:
1,647
Posted By
Necrophyte
I have to agree. You both have taught me much. My...
I have to agree. You both have taught me much. My eyes started to glaze over on some of the stuff you guys were talking about. I do Database management, with some php scripts here and there to modify...
Forum:
Modification Requests/Questions (Unpaid)
08-26-2016, 01:41 PM
Replies:
15
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Views:
1,647
Posted By
Necrophyte
Glenn, Thank you for the assist. This is great if...
Glenn, Thank you for the assist. This is great if you want to post as someone else. (I will definitely keep this, I'm sure I can use it). What I was trying to do is. Right after the member has been...
Forum:
Modification Requests/Questions (Unpaid)
08-22-2016, 03:34 PM
Replies:
15
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Views:
1,647
Posted By
Necrophyte
Replicant. That worked like a charm! This also...
Replicant. That worked like a charm! This also allows to edit. Its all I need in one function. Pretty amazing.
Thank you for all your help Replicant. In this and the other things you've assisted me...
Forum:
Modification Requests/Questions (Unpaid)
08-22-2016, 03:27 PM
Replies:
15
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Views:
1,647
Posted By
Necrophyte
At Dragonsys. Currently there is no undo for the...
At Dragonsys. Currently there is no undo for the database. I've seen a couple folks that have managed to convert back but at this point I feel it would be easier to get this working.
Oh oh oh.. As I...
Forum:
Modification Requests/Questions (Unpaid)
08-22-2016, 02:22 PM
Replies:
15
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Views:
1,647
Posted By
Necrophyte
No sir. It gets the user info from...
No sir. It gets the user info from $vbulletin->userinfo.
The text input is a variable generated. Sample is:
while ($billetRow = $billetResult->fetch_assoc()){
$post_text.=...
Forum:
Modification Requests/Questions (Unpaid)
08-22-2016, 01:06 PM
Replies:
15
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Views:
1,647
Posted By
Necrophyte
Replicant, First let me thank you for...
Replicant,
First let me thank you for responding.
I get what your saying but here's the issue that I have.
Some of the people don't have the permissions required when these posts are made or...
Forum:
Modification Requests/Questions (Unpaid)
08-22-2016, 02:40 AM
Replies:
4
vBulletin 4 Request - Moving login box below banner
Views:
2,103
Posted By
Necrophyte
Quick and easy way to sorta search for where you...
Quick and easy way to sorta search for where you want it. If your using chrome. Right click, inspect.
Then in the box that opens find sorta where you want it in the divs and such. And find a class...
Forum:
Modification Requests/Questions (Unpaid)
08-22-2016, 01:29 AM
Replies:
15
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Views:
1,647
Posted By
Necrophyte
vBulletin 5 Request - Require (New Thread), (Edit Thread), (New Post), and (Move Post) Functions VB5.2.3
Require (New Thread), (Edit Thread), (New Post), and (Move Thread) Functions
As it says. I've have an external application from VB4 that used to do the above. However VB5 has changed so much. I...
Forum:
vBulletin 5.x Products & Extensions
08-20-2016, 09:00 PM
Replies:
1
Mini Mods -
Simple Age Restriction for Forums
Views:
8,265
Posted By
Necrophyte
Simple Age Restriction for Forums
I've seen a few folks looking around for something like this. I have an age limit of 16 on our forums. While this isn't an actually file you can click and download and here you go. It's very simple...
Forum:
vBulletin 5.x Products & Extensions
08-19-2016, 01:22 AM
Replies:
635
Chat Modifications -
[DBTech] vBShout v6 (vB5) [AJAX]
Views:
215,611
Posted By
Necrophyte
Can confirm now that this works on 5.2.3. Make...
Can confirm now that this works on 5.2.3.
Make special note that you must add : php_value max_input_vars 10000
To your .htaccess or make sure that it is set in the php.ini file.
With that said, I...
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
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
06:38 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.03340 seconds
Memory Usage
2,060KB
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)
pagenav
(1)
pagenav_curpage
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(17)
threadbit_pagelink
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0021
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
FULLTEXT Search
php_sapi_name(): fpm-fcgi