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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 169
Search took
0.01
seconds.
Search:
Posts Made By:
Cedric_FP
Forum:
Modification Requests/Questions (Unpaid)
12-31-2014, 12:42 AM
Replies:
17
Comments per Post (Comments for Single Posts)
Views:
1,992
Posted By
Cedric_FP
Oh, I had thought they removed it! Thanks. But...
Oh, I had thought they removed it! Thanks. But after doing some reading, I'm not sure I want to upgrade to VB5. It seems there is a lot of controversy about its state.
Forum:
Modification Requests/Questions (Unpaid)
12-28-2014, 10:25 PM
Replies:
17
Comments per Post (Comments for Single Posts)
Views:
1,992
Posted By
Cedric_FP
Thanks, Ozzy, but it seems to me that mod isn't...
Thanks, Ozzy, but it seems to me that mod isn't working properly with later versions of VB.
This particular feature would be very useful and is making me consider switching to Xenforo or IPB. I...
Forum:
Modification Requests/Questions (Unpaid)
12-27-2014, 09:56 AM
Replies:
17
Comments per Post (Comments for Single Posts)
Views:
1,992
Posted By
Cedric_FP
Comments per Post (Comments for Single Posts)
Hey,
Does anybody know of a mod that allows comments per post? That is, you can create comments on a single post?
Is this a particularly difficult project to code?
Thanks.
Forum:
Modification Requests/Questions (Unpaid)
07-10-2014, 06:13 AM
Replies:
0
Comments for Single Posts
Views:
488
Posted By
Cedric_FP
Comments for Single Posts
Does anybody know if a mod exists that allows comments to be posted on a SINGLE POST within a thread?
For example, if I have a thread of updates, each post represents an update I post, and other...
Forum:
vBulletin 4.x Add-ons
07-01-2014, 02:35 AM
Replies:
98
Miscellaneous Hacks -
Quote Notification via PM
Views:
41,731
Posted By
Cedric_FP
Something like this (from realgm.com PHPBB...
Something like this (from realgm.com PHPBB forums) would be ideal for quote notifications: http://i.imgur.com/ZweWbLN.jpg
Edit: Mod tagged! Looks promising. :) Will need to play with PM limits for...
Forum:
vB4 General Discussions
03-15-2014, 07:38 AM
Replies:
8
Number of Unread Posts per Thread?
Views:
655
Posted By
Cedric_FP
Thanks cellarius. Though my ability to write...
Thanks cellarius. Though my ability to write something like that is severely limited, I will try to give it a go anyway. The server load is a good point. I wonder if it is possible to only have it...
Forum:
vB4 General Discussions
03-12-2014, 03:04 AM
Replies:
8
Number of Unread Posts per Thread?
Views:
655
Posted By
Cedric_FP
Thanks for the help anyway, tbworld :)
Thanks for the help anyway, tbworld :)
Forum:
vB4 General Discussions
03-11-2014, 01:44 PM
Replies:
8
Number of Unread Posts per Thread?
Views:
655
Posted By
Cedric_FP
I have to be honest, I can't find anything in...
I have to be honest, I can't find anything in that plugin to use as a template call for unread post count per thread. Perhaps it's something that is not even tracked?
Forum:
vB4 General Discussions
03-07-2014, 09:19 AM
Replies:
8
Number of Unread Posts per Thread?
Views:
655
Posted By
Cedric_FP
Number of Unread Posts per Thread?
Hello,
I am interested in implementing functionality like the Something Awful forums where, after a user has read a thread, the "go to first new post" button also reads out the *number* of unread...
Forum:
vBulletin 4.x Add-ons
09-29-2013, 02:25 AM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,276
Posted By
Cedric_FP
Thank you both for your replies. I didn't realize...
Thank you both for your replies. I didn't realize the spambots were so advanced :S I'll try switching these things up and see if that helps!
I'll try to avoid words like join, sign up, register,...
Forum:
vBulletin 4.x Add-ons
09-28-2013, 04:49 AM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,276
Posted By
Cedric_FP
Despite renaming my register.php, I'm still...
Despite renaming my register.php, I'm still getting around 150 failed registrations per day from spambots. I use spamhammer, which blocks registrations that take shorter than a certain time (bots...
Forum:
vBulletin 4.x Add-ons
06-27-2010, 11:25 AM
Replies:
648
Show Thread Enhancements -
[v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!!
Views:
132,011
Posted By
Cedric_FP
I get the same problem. With VBSEO installed, the...
I get the same problem. With VBSEO installed, the quick edit is bypassed altogether on FF. Once I disable this mod, it works again.
Forum:
vBulletin 4.x Add-ons
06-10-2010, 06:42 AM
Replies:
2,076
New Posting Features -
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Views:
402,850
Posted By
Cedric_FP
I want to use the following code below which...
I want to use the following code below which creates a new thread to also create 2 or 3 replies in the same thread with the same form output.
What code would I need to add? I've tried adding the...
Forum:
vBulletin 4.x Add-ons
06-07-2010, 07:30 AM
Replies:
2,076
New Posting Features -
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Views:
402,850
Posted By
Cedric_FP
Using the following code: $forumid2 = 31; ...
Using the following code:
$forumid2 = 31;
if ($complete)
{
if (!$vbulletin->userinfo['userid'])
{
$vbulletin->input->clean_array_gpc('p', array(
...
Forum:
vB4 Programming Discussions
06-07-2010, 06:07 AM
Replies:
0
Change Posts per Page Per Style VB4
Views:
492
Posted By
Cedric_FP
Change Posts per Page Per Style VB4
I'm not sure if this will be useful to anyone, but I've been playing around and just figured this out.
THIS IS FOR VB4 BUT THE CODE WOULD WORK ON VB3.8/3.7/3.6 I believe.
Anyhow, if you want...
Forum:
vB4 General Discussions
06-06-2010, 03:37 PM
Replies:
0
Edit Post Updates Timestamp
Views:
471
Posted By
Cedric_FP
Edit Post Updates Timestamp
Does anybody know if any mod currently does this, or how easy it would be to implement this?
Specifically, I only want to enable this in certain forums to act as article forums where no replies...
Forum:
vBulletin 4.x Add-ons
06-06-2010, 11:39 AM
Replies:
51
New Posting Features -
Merge Double Post
Views:
17,856
Posted By
Cedric_FP
Would it be possible to only merge the post if...
Would it be possible to only merge the post if the message contains certain text?
That is, if a post does NOT contain certain text it is not counted as a double post?
Forum:
vBulletin 4.x Add-ons
06-03-2010, 05:34 AM
Replies:
87
Miscellaneous Hacks -
VSa - Auto Reply
Views:
28,062
Posted By
Cedric_FP
Could this auto reply be configured to only post...
Could this auto reply be configured to only post when a user clicks a button located in a thread, and then to auto reply to that thread?
Forum:
vB4 Programming Discussions
06-03-2010, 05:25 AM
Replies:
0
Button to automatically insert text into bottom of post.
Views:
466
Posted By
Cedric_FP
Button to automatically insert text into bottom of post.
How would I go about automatically inserting text into the bottom of a post via editing the post at the click of a button?
The text inserted could be a time-stamp for example.
I've got no...
Forum:
Modification Requests/Questions (Unpaid)
06-01-2010, 02:20 AM
Replies:
4
Modification System Like Here At VB.org
Views:
790
Posted By
Cedric_FP
Thank you again! You're a lifesaver. :)
Thank you again! You're a lifesaver. :)
Forum:
Modification Requests/Questions (Unpaid)
05-31-2010, 03:46 PM
Replies:
4
Modification System Like Here At VB.org
Views:
790
Posted By
Cedric_FP
I get an error "Sorry no matches" - did you find...
I get an error "Sorry no matches" - did you find the specific modification for VB4?
Thanks in advance.
Forum:
vB4 Programming Discussions
05-31-2010, 10:44 AM
Replies:
0
Possible to pre-populate editor?
Views:
390
Posted By
Cedric_FP
Possible to pre-populate editor?
Is it possible to prepopulate the editor in vbulletin 4?
Forum:
Modification Requests/Questions (Unpaid)
05-31-2010, 10:09 AM
Replies:
4
Modification System Like Here At VB.org
Views:
790
Posted By
Cedric_FP
Modification System Like Here At VB.org
I know that the hack is available somewhere, but I can't for the life of me find the modification system that vbulletin uses (nominate, tag, install etc.).
I know other sites use it, for example:...
Forum:
vBulletin 4.x Add-ons
05-30-2010, 03:58 PM
Replies:
234
Add-On Releases -
RPG PET System For Forum
Views:
35,221
Posted By
Cedric_FP
Indeed. It looks great. I'd be interested in...
Indeed. It looks great. I'd be interested in seeing a demo.
Forum:
vBulletin 4.x Add-ons
05-30-2010, 08:24 AM
Replies:
2,076
New Posting Features -
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Views:
402,850
Posted By
Cedric_FP
promopromt - I mean the developer of this...
promopromt - I mean the developer of this modification :)
Showing results 1 to 25 of 169
Page 1 of 7
1
2
3
>
Last
»
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
03:28 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.03164 seconds
Memory Usage
2,069KB
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
(2)
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.0028
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi