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 43
Search took
0.00
seconds.
Search:
Posts Made By:
PntSingularity
Forum:
vBulletin 3.6 Add-ons
10-01-2008, 05:14 PM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
No problem, it's in my subscriptions so I receive...
No problem, it's in my subscriptions so I receive an e-mail each time there's an update. ;)
Forum:
vBulletin 3.6 Add-ons
10-01-2008, 10:13 AM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
It's not looking like it's going to happen soon...
It's not looking like it's going to happen soon I'm afraid. Lately I've been too busy to do any actual work on it at all. I have been contemplating some ideas for it but that's about it.
But I'll...
Forum:
vBulletin 3.6 Add-ons
08-29-2008, 06:50 AM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
Wasn't that in 1.002? Hmm, well that will...
Wasn't that in 1.002? Hmm, well that will definitely be included.
This wouldn't work in conjunction with the ability to roll strings with multiple rolls of different dice. Well, unless the options...
Forum:
vBulletin 3.6 Add-ons
08-28-2008, 03:33 PM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
Thanks. :) Regarding the modifier. I've...
Thanks. :)
Regarding the modifier. I've actually already implemented modifiers into 1.003. I just haven't gotten around to actually finishing that version due to lack of time (I just started a...
Forum:
vBulletin 3.6 Add-ons
08-28-2008, 03:21 AM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
I feel the config-plugin is easy enough to...
I feel the config-plugin is easy enough to configure, do you really need it more graphical?
The last suggestions I feel are great ideas however.
My spare-time is very limited at the moment, and...
Forum:
vBulletin 3.6 Add-ons
08-27-2008, 02:21 AM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
Feel free to do so. ;) Thanks. Like I...
Feel free to do so. ;) Thanks.
Like I said, the one that's connected to the Postbit Display Complete hook.
The plugin is simply called "Diceroller". I'm attaching a picture as well.
Forum:
vBulletin 3.6 Add-ons
08-26-2008, 04:40 PM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
I have added a note regarding the issue and will...
I have added a note regarding the issue and will have it fixed asap. I'll see about adding those security tokens as well. Oh and there will be quite a few other improvements in the next update as...
Forum:
vB3 Programming Discussions
08-20-2008, 04:21 AM
Replies:
9
db query @ postbit_display_start
Views:
1,786
Posted By
PntSingularity
I don't think I ever tried a query_first there....
I don't think I ever tried a query_first there. However, I've used the variable Opserty mentioned there with query_read.
$foo = $this->registry->db->query_read('SQL STRING');
while ($bar =...
Forum:
vBulletin 3.6 Add-ons
08-09-2008, 02:09 PM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
v1.002 is up! It's still in beta, but I've done...
v1.002 is up!
It's still in beta, but I've done some quick tests in IE 7, Firefox 3 and Safari (think it's the latest version) and it seems to run at least.
Unless there are any special requests I...
Forum:
vB3 Programming Discussions
08-09-2008, 09:07 AM
Replies:
3
Writing to $post[message] - Safe?
Views:
768
Posted By
PntSingularity
That's what I thought. Thanks for your input.
That's what I thought. Thanks for your input.
Forum:
vB3 Programming Discussions
08-09-2008, 06:09 AM
Replies:
3
Writing to $post[message] - Safe?
Views:
768
Posted By
PntSingularity
Writing to $post[message] - Safe?
I'd like to use it as a display hook and it seems alright in my testing environment so far.
Could writing to this variable (at postbit_display_complete) cause any problems?
Forum:
vBulletin 3.6 Add-ons
08-08-2008, 05:30 PM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
When you roll dice they will be stored for that...
When you roll dice they will be stored for that specific post in the database, then be displayed for everyone to see when they view the post.
For example, in a play-by-post game I'm supposed to...
Forum:
vBulletin 3.6 Add-ons
08-08-2008, 05:09 PM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
v1.002 will use template hooks (not sure if I can...
v1.002 will use template hooks (not sure if I can fit everything into the hooks but I'm trying ;) ) so installation/uninstallation/upgrade will be EVEN EASIER!
I'm also working on making it work...
Forum:
vB3 Programming Discussions
08-07-2008, 04:41 AM
Replies:
6
Collapsable area... inside another collapsable area?
Views:
815
Posted By
PntSingularity
Hmm, didn't work with the collapse feature when I...
Hmm, didn't work with the collapse feature when I did... maybe it's cos I had two <head>s as well... but then, I'm sure I didn't have any <head> at all the first time I tried and it didn't work.
...
Forum:
vB3 Programming Discussions
08-06-2008, 09:01 PM
Replies:
6
Collapsable area... inside another collapsable area?
Views:
815
Posted By
PntSingularity
Ok, I got this to work now. I now have the...
Ok, I got this to work now. I now have the collapse code on my <tr> tags and it seems to work so far while inside another collapsible menu.
Is there an advantage to using tbody tags?
It might...
Forum:
vB3 Programming Discussions
08-05-2008, 10:44 PM
Replies:
6
Collapsable area... inside another collapsable area?
Views:
815
Posted By
PntSingularity
That's basically what I did and it didn't work.
That's basically what I did and it didn't work.
Forum:
vBulletin 3.6 Add-ons
08-05-2008, 09:01 AM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
Thanks for the tip, I'll get right on that. I...
Thanks for the tip, I'll get right on that. I apologize for the unuserfriendly install. I'll use the fact that it's my first plugin as an excuse.
It's for play-by-post roleplaying. ;)
EDIT:...
Forum:
vB3 Programming Discussions
08-05-2008, 07:41 AM
Replies:
9
db query @ postbit_display_start
Views:
1,786
Posted By
PntSingularity
Thanks, but like I mentioned... ;)
Thanks, but like I mentioned...
;)
Forum:
vB3 Programming Discussions
08-05-2008, 04:07 AM
Replies:
9
db query @ postbit_display_start
Views:
1,786
Posted By
PntSingularity
Ah ok, now I understand. Thing is that I wanted...
Ah ok, now I understand. Thing is that I wanted all rows, I just hadn't figured out how to do that yet. I'm basically learning php while writing a plugin. :rolleyes:
Forum:
vB3 Programming Discussions
08-05-2008, 12:06 AM
Replies:
6
Collapsable area... inside another collapsable area?
Views:
815
Posted By
PntSingularity
Collapsable area... inside another collapsable area?
Been trying to do this with <tbody> using vB's standard collapse thingie.
I've got a db with info I'm fetching, and would like it in multiple collapsable areas. However, as soon as I'm adding...
Forum:
vB3 Programming Discussions
08-05-2008, 12:00 AM
Replies:
9
db query @ postbit_display_start
Views:
1,786
Posted By
PntSingularity
Thanks. But like I said I switched onto another...
Thanks. But like I said I switched onto another hook that worked better. ;) Thanks for the info though, might need to use those hooks some other time. :)
Umm... why? Unless I'm mistaken...
Forum:
vBulletin 3.6 Add-ons
08-04-2008, 10:00 PM
Replies:
36
New Posting Features -
Diceroller
Views:
10,469
Posted By
PntSingularity
Diceroller
Diceroller by PointSingularity, originally written for 2d4.orgVersion 1.002
This feature adds the functionality to post dice rolls. The rolls are associated with posts but cannot be edited even...
Forum:
vB3 Programming Discussions
08-03-2008, 07:25 PM
Replies:
9
db query @ postbit_display_start
Views:
1,786
Posted By
PntSingularity
db query @ postbit_display_start
I'm trying to run db queries at the hook postbit_display_start, but for some reason it doesn't seem to work...
When I try this line:
$foobar = $db->query_read("SELECT username FROM " ....
Forum:
vB3 Programming Discussions
08-02-2008, 02:10 PM
Replies:
2
The Attachments feature
Views:
818
Posted By
PntSingularity
It is just text, but it will be stored in...
It is just text, but it will be stored in different entries connected to a post just like attachments.
Forum:
vB3 Programming Discussions
08-01-2008, 10:10 PM
Replies:
2
The Attachments feature
Views:
818
Posted By
PntSingularity
The Attachments feature
I'd like to know what files are associated with the attachments feature in vBulletin since I'd like to write a much similar feature. Especially I'd like to know what .php files are used and what...
Showing results 1 to 25 of 43
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
09:42 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.01634 seconds
Memory Usage
2,050KB
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
(36)
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.0008
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi