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 3
1
2
3
>
Showing results 1 to 25 of 54
Search took
0.00
seconds.
Search:
Posts Made By:
singabaloo
Forum:
vB3 Programming Discussions
10-02-2012, 05:35 AM
Replies:
4
SQL Query - format Date
Views:
1,173
Posted By
singabaloo
As above, using the FROM_UNIXTIME I was able to...
As above, using the FROM_UNIXTIME I was able to reformat the lastactivity time correctly.
Now to tackle getting a search from two separate tables working.
Forum:
vB3 Programming Discussions
10-02-2012, 04:44 AM
Replies:
4
SQL Query - format Date
Views:
1,173
Posted By
singabaloo
Thanks. I've found theMySql format but I can't...
Thanks. I've found theMySql format but I can't seem to get it to display. I get no errors so I assume it's not massively wrong.
SELECT `user`.`username`, `user`.`usergroupid` ,...
Forum:
vB3 Programming Discussions
10-02-2012, 03:20 AM
Replies:
4
SQL Query - format Date
Views:
1,173
Posted By
singabaloo
SQL Query - format Date
I'm trying to run a MySQL query to list the members of a group and show the last activity date. The results gives me the date in a serial number like 1349148662
Here is my code. What do I need...
Forum:
vB3 General Discussions
09-29-2012, 12:13 AM
Replies:
3
Reorganising Forums and import
Views:
548
Posted By
singabaloo
It must be more than the forum and forum...
It must be more than the forum and forum permissions table as those two didn't seem to move move the form structure.
Forum:
vBulletin 4.x Add-ons
09-27-2012, 11:08 AM
Replies:
2,076
New Posting Features -
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Views:
422,680
Posted By
singabaloo
Is there anyway to make one form lead to another...
Is there anyway to make one form lead to another ? I am thinking of a basic workflow.
User submits form and becomes a new thread in a subgroup, admin opens it and after some checks can click...
Forum:
vB3 General Discussions
09-26-2012, 12:29 AM
Replies:
3
Reorganising Forums and import
Views:
548
Posted By
singabaloo
I guess that's a resounding "no" then.
I guess that's a resounding "no" then.
Forum:
vBulletin 3.8 Add-ons
09-20-2012, 11:18 PM
Replies:
216
New Posting Features -
[AJAX] vB Post Templates 1.5.0
Views:
59,511
Posted By
singabaloo
Does this add on allow fields in a template ? So...
Does this add on allow fields in a template ? So a user just fills in the blank fields and the template wil then post the formatting needed along with the values ?
Forum:
vBulletin 3.8 Add-ons
09-20-2012, 01:26 AM
Replies:
200
Miscellaneous Hacks -
Cyb - Sub-Forum Manager
Views:
77,763
Posted By
singabaloo
I have an issue where this mod works fine on the...
I have an issue where this mod works fine on the main forum page but when I select a forfum category, the formatting screws up.
A screenshot is attached. The issue is with 2nd level subforums. ...
Forum:
vBulletin 3.6 Add-ons
09-19-2012, 08:48 AM
Replies:
396
Major Additions -
Recipe Mod Database
Views:
73,642
Posted By
singabaloo
I've created a script that will export the...
I've created a script that will export the recipes made by this mod, or at least the 3.8 version which I purchased, convert them into a normal post with some formatting and import it back into VB.
...
Forum:
vB3 General Discussions
09-18-2012, 12:42 AM
Replies:
3
Reorganising Forums and import
Views:
548
Posted By
singabaloo
Reorganising Forums and import
I have a test board which is a mirror image of our prod board.
We want to go through an extensive re-organisation of the forums and we were wondering if it's possible to do all the work and...
Forum:
vB3 Programming Discussions
09-17-2012, 11:10 PM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
That auto-merge is annoying. All converted...
That auto-merge is annoying.
All converted now. Thanks for you help.
Forum:
vB3 Programming Discussions
09-17-2012, 06:03 AM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
Ended up install a plugin that lets you use [...
Ended up install a plugin that lets you use [ NBSP] BBCode to insert a nbsp; A bit over the top but it worked.
Forum:
vBulletin 3.8 Add-ons
09-17-2012, 12:57 AM
Replies:
1,671
New Posting Features -
Easy Forms - Create a form or multiple forms without php or html knowledge
Views:
379,766
Posted By
singabaloo
Is there any way I can get the "Form Output Top"...
Is there any way I can get the "Form Output Top" to include some of the form answers ?
I can get {formtitle} which is a fixed value for each form. Ideally I want to be able to have the form...
Forum:
vB3 Programming Discussions
09-13-2012, 08:40 PM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
No, that worked well. I kept the bbcode tags and...
No, that worked well. I kept the bbcode tags and outputted to pre and it allows me to see the correct formatting I was after (after I copy and paste a row into the VB editor and preview it.
...
Forum:
vB3 Programming Discussions
09-13-2012, 12:19 PM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
Thanks and no need to apologise. I'm very...
Thanks and no need to apologise. I'm very thankful for the help.
Here's what I have now
$query="SELECT thread.title, firstpostid, recipe_time, recipe_description, recipe_prep,...
Forum:
vB3 Programming Discussions
09-13-2012, 07:46 AM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
I've managed to start a script that seems to read...
I've managed to start a script that seems to read in the correct rows from the table I want. I didn't screw anything up which is a bonus.
Now some guidance (or if I should ask on another site...
Forum:
vBulletin 3.8 Add-ons
09-13-2012, 02:54 AM
Replies:
1,671
New Posting Features -
Easy Forms - Create a form or multiple forms without php or html knowledge
Views:
379,766
Posted By
singabaloo
I keep being impressed by Easy Forms. Thanks...
I keep being impressed by Easy Forms. Thanks bananalive and Simon for the pointer on pulling DB fields out. I even took a leap of faith and found I could get more complicated results. here's my...
Forum:
vBulletin 3.8 Add-ons
09-12-2012, 01:37 PM
Replies:
1,671
New Posting Features -
Easy Forms - Create a form or multiple forms without php or html knowledge
Views:
379,766
Posted By
singabaloo
Thanks, that worked nicely. I managed to...
Thanks, that worked nicely.
I managed to pull gender out too following your example.
Time to try the profile URL.
Thanks again.
Forum:
vBulletin 3.8 Add-ons
09-12-2012, 01:17 PM
Replies:
1,671
New Posting Features -
Easy Forms - Create a form or multiple forms without php or html knowledge
Views:
379,766
Posted By
singabaloo
I'm using Easy Forms 3.7 on a 3.8.5 VB install. ...
I'm using Easy Forms 3.7 on a 3.8.5 VB install. I've had Easy Forms running for a while ands it's been great, but my forms were/are very basic.
The form(s) create a new thread in a forum when...
Forum:
vBulletin 3.8 Add-ons
09-10-2012, 06:09 AM
Replies:
682
Add-On Releases -
Yet Another Awards System
Views:
158,209
Posted By
singabaloo
Thanks. Are these options available on the VB...
Thanks. Are these options available on the VB 4.x version of the Mod ?
Forum:
vB3 Programming Discussions
09-10-2012, 03:46 AM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
Thanks. They are in one forum ( Forum ID 101...
Thanks.
They are in one forum ( Forum ID 101 in this case) but if I'm going to create this script then I'll try and make it generic enough so that others who may need it can use it.
The mod...
Forum:
vBulletin 3.8 Add-ons
09-08-2012, 05:35 AM
Replies:
682
Add-On Releases -
Yet Another Awards System
Views:
158,209
Posted By
singabaloo
I was wondering if there was a way to give an...
I was wondering if there was a way to give an award to a group of users. The Mod option only allows a single user at a time. Is there a way to add a list of users for an award, all with the same...
Forum:
vB3 Programming Discussions
09-08-2012, 12:22 AM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
Thanks for the advice. My php skills match my...
Thanks for the advice. My php skills match my SQL skills which means this is going to be a long slog. But I'll give it a shot as I've got nothing to lose and plenty to gain.
I'm assuming there...
Forum:
vB3 Programming Discussions
09-07-2012, 05:16 AM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
If this isn't the forum to post this request for...
If this isn't the forum to post this request for help, which one should I post in ? I really don't want to lose all the threads created by the mod (ironically it's the first and only mod I actually...
Forum:
vB3 Programming Discussions
09-04-2012, 11:06 AM
Replies:
14
Need to convert custom thread template to normal post
Views:
1,973
Posted By
singabaloo
Need to convert custom thread template to normal post
I have a (paid) Mod which I'm struggling to get any support for. It's causing conflicts with other Mods so I need to replace it.
The Mod adds 7 Columns in the thread table. When a thread in a...
Showing results 1 to 25 of 54
Page 1 of 3
1
2
3
>
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
07:03 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.02000 seconds
Memory Usage
2,043KB
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
(48)
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.0010
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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