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 24 of 24
Search took
0.00
seconds.
Search:
Posts Made By:
lionheart53
Forum:
vB3 Programming Discussions
01-17-2008, 06:51 PM
Replies:
0
Mod to hide specific content from a usergroup
Views:
682
Posted By
lionheart53
Mod to hide specific content from a usergroup
I'm looking for a way to use a custom bbcode to denote parts of a post that I want to hide from a specific usergroup. I've tried a number of things in different areas to no avail. Anyone got any...
Forum:
vBulletin 3.6 Add-ons
08-19-2007, 08:36 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,215
Posted By
lionheart53
I believe this addon will be a great addition. I...
I believe this addon will be a great addition. I eventually want the full implementation but for now I'm trying to install and just get the instant notification of new posts via email, but it...
Forum:
Modification Requests/Questions (Unpaid)
04-12-2006, 06:40 PM
Replies:
0
User list for a specific forum section
Views:
576
Posted By
lionheart53
User list for a specific forum section
What I'd like to have is a way for users with access to a specific section to view the list of users in that same section. I can do this with a usergroup (all members are part of one usergroup) so...
Forum:
vB3 Programming Discussions
04-10-2006, 03:41 AM
Replies:
0
Comparing post date versus datetimestamp
Views:
705
Posted By
lionheart53
Comparing post date versus datetimestamp
I'm trying to have my search results show older posts differently based on the user group. I've got a calculated date using something like below:
$startpostdate = time() - (90 * 24 * 60 * 60);
...
Forum:
vBulletin 3.5 Add-ons
03-31-2006, 05:17 PM
Replies:
35
Instant Thread Notification for Subscribed Forums
Views:
12,187
Posted By
lionheart53
I'm using this mod but would also love to have a...
I'm using this mod but would also love to have a way to subscribe to a parent forum and it automatically add subscriptions to all child forums. Is there anything out there already built?
Forum:
vBulletin 3.5 Add-ons
02-22-2006, 08:44 PM
Replies:
94
Post by Proxy - Let your staff post using another username(s)
Views:
34,815
Posted By
lionheart53
Thanks. I found the one about threads and going...
Thanks. I found the one about threads and going to see if I can find one about building replies (since all the posts right now will actually be replies rather than new threads).
Forum:
vBulletin 3.5 Add-ons
02-22-2006, 08:14 PM
Replies:
94
Post by Proxy - Let your staff post using another username(s)
Views:
34,815
Posted By
lionheart53
Yes, that's the way I'd normally go. I just have...
Yes, that's the way I'd normally go. I just have to figure out all the tables it has to hit and particularly for the subscriptions how it needs to parse the data and load the tables to send out the...
Forum:
vBulletin 3.5 Add-ons
02-22-2006, 07:57 PM
Replies:
94
Post by Proxy - Let your staff post using another username(s)
Views:
34,815
Posted By
lionheart53
I'm looking to install this for a reason that's a...
I'm looking to install this for a reason that's a bit different. I've got incoming mails that are to be replies to existing topics. So what I'm thinking is actually using this hack along with a...
Forum:
vB3 General Discussions
02-21-2006, 08:12 PM
Replies:
0
Searching posts even when they can't be viewed
Views:
598
Posted By
lionheart53
Searching posts even when they can't be viewed
I'm trying to modify the search.php file so it will return results that contain the text in the content of the message, even if the user doesn't have rights to view the actual posts (but they can...
Forum:
vBulletin 3.5 Add-ons
02-20-2006, 04:54 PM
Replies:
220
Member Bots 1.0 - Allow bots to act as members
Views:
86,714
Posted By
lionheart53
I'm not an expert in this and don't know about...
I'm not an expert in this and don't know about the Google spider for content, but I do know that for adsense the contact at google I was emailing with specifically mentioned that it was okay for me...
Forum:
vBulletin 3.5 Add-ons
02-17-2006, 08:07 PM
Replies:
220
Member Bots 1.0 - Allow bots to act as members
Views:
86,714
Posted By
lionheart53
Thanks. That resolved it. Very weird but I can...
Thanks. That resolved it. Very weird but I can work with that.
Forum:
vBulletin 3.5 Add-ons
02-17-2006, 07:34 PM
Replies:
220
Member Bots 1.0 - Allow bots to act as members
Views:
86,714
Posted By
lionheart53
I want only the spider for google adsense to get...
I want only the spider for google adsense to get through and not the others. So I tried changing the spiders_vbulletin.xml to just what's below but then my pages in the forum don't come up at all. ...
Forum:
vB3 General Discussions
02-17-2006, 07:10 PM
Replies:
2
Any hack to let the google adsense spider into forums requiring login?
Views:
769
Posted By
lionheart53
Thanks. That's perfect. I'm going to use it...
Thanks. That's perfect. I'm going to use it only for google adsense so I'll adjust the xml for that.
Forum:
vB3 General Discussions
02-17-2006, 05:32 PM
Replies:
2
Any hack to let the google adsense spider into forums requiring login?
Views:
769
Posted By
lionheart53
Any hack to let the google adsense spider into forums requiring login?
I'm looking for a way to let the Google adsense spider in so I can show google adsense ads even though all the forums requires logins to view. So basically something like where I can create a login...
Forum:
Modification Requests/Questions (Unpaid)
02-17-2006, 12:06 AM
Replies:
2
New Posts show with actual post details
Views:
982
Posted By
lionheart53
Okay, I think I've found a hook...
Okay, I think I've found a hook (search_getnew_start) I can use and I put in the following and it seems to work (definitely let me know if you see problems with this).
$prefs = array(...
Forum:
vB3 General Discussions
02-15-2006, 07:48 PM
Replies:
12
Database Table Definitions
Views:
1,093
Posted By
lionheart53
Okay, I'm starting to understand a lot more...
Okay, I'm starting to understand a lot more (looking at hooks, etc). I see the mailqueue gets all the queued messages, can you tell me where I find the code that actually ends up processing the...
Forum:
vB3 General Discussions
02-14-2006, 10:31 PM
Replies:
12
Database Table Definitions
Views:
1,093
Posted By
lionheart53
Thanks. Do you know if exec_send_notification in...
Thanks. Do you know if exec_send_notification in the functions_newpost.php is used by anything other than the instant post notifications? Just want to figure out if I can change that function...
Forum:
vB3 General Discussions
02-14-2006, 10:27 PM
Replies:
12
Database Table Definitions
Views:
1,093
Posted By
lionheart53
I should say that what I want to do is basically...
I should say that what I want to do is basically set the reply to address of the message to something that changes with each sent message.
Forum:
vB3 General Discussions
02-14-2006, 10:24 PM
Replies:
12
Database Table Definitions
Views:
1,093
Posted By
lionheart53
Thanks. Actually I'm trying to find the actual...
Thanks. Actually I'm trying to find the actual PHP code that sends the messages to those who get instant notifications.
Forum:
vB3 General Discussions
02-14-2006, 08:08 PM
Replies:
12
Database Table Definitions
Views:
1,093
Posted By
lionheart53
Thanks. Thought I'd try. I'm a database geek so...
Thanks. Thought I'd try. I'm a database geek so can probably figure most out but it's always nice when someone else has already.
I'll open a new thread if needed but do you know where the coding...
Forum:
vB3 General Discussions
02-14-2006, 07:59 PM
Replies:
12
Database Table Definitions
Views:
1,093
Posted By
lionheart53
Database Table Definitions
I'm working on some coding that needs to interact direct with the database from a standalone application. I can probably make sense of a lot of it but is there any posting or information that...
Forum:
Modification Requests/Questions (Unpaid)
02-14-2006, 08:09 AM
Replies:
2
New Posts show with actual post details
Views:
982
Posted By
lionheart53
New Posts show with actual post details
Okay, I'm looking to see if either of the two options I currently have on my current forums has a hack to make them possible with vbulletin (or if I need to find someone to build it).
First, I'd...
Forum:
vBulletin Pre-Sales Questions
01-25-2006, 07:18 PM
Replies:
9
Possibly converting from Snitz to Vbulletin
Views:
3,368
Posted By
lionheart53
Thanks, I'm using MS SQL so that may cause an...
Thanks, I'm using MS SQL so that may cause an issue. Do you know if I can copy the data from my MS SQL to to a Snitz MY Sql database and if it would transfer correct? I have to ask.
Forum:
vBulletin Pre-Sales Questions
01-25-2006, 04:40 PM
Replies:
9
Possibly converting from Snitz to Vbulletin
Views:
3,368
Posted By
lionheart53
Possibly converting from Snitz to Vbulletin
I'm looking into possibly converting from Snitz to VBulletin. I know there are a lot of hacks in vbulletin and a lot that can be done (and that I can import a lot of the existing data). What I'm...
Showing results 1 to 24 of 24
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
02:27 PM
.
-- 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.01847 seconds
Memory Usage
2,020KB
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
(24)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0008
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
FULLTEXT Search
php_sapi_name(): fpm-fcgi