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 44
Search took
0.00
seconds.
Search:
Posts Made By:
JimL
Forum:
vB4 General Discussions
12-19-2011, 05:53 AM
Replies:
1
Hide all posts except thread owner
Views:
402
Posted By
JimL
Hide all posts except thread owner
Is this possible today in vbulletin? Any extensions that allow this?
Would be really helpful sometimes to be able to click a "hide all posts other than thread owner" button and only browse trough...
Forum:
vB4 Programming Discussions
10-29-2011, 09:28 PM
Replies:
4
memberlist.php - show single profile field
Views:
553
Posted By
JimL
Any way to just add them to the query / array in...
Any way to just add them to the query / array in the php file?
Forum:
vB4 Programming Discussions
10-29-2011, 12:49 PM
Replies:
4
memberlist.php - show single profile field
Views:
553
Posted By
JimL
Great. do you have the equal value for...
Great. do you have the equal value for showgroups.php ? :D
Forum:
vB4 Programming Discussions
10-29-2011, 11:27 AM
Replies:
4
memberlist.php - show single profile field
Views:
553
Posted By
JimL
memberlist.php - show single profile field
How can I show a profile field on the member list?
I want to be able to do something like this in memberlist_resultbit
<td width="50px">{vb:raw user.field7}</td>
Forum:
Modification Graveyard
10-22-2011, 07:56 PM
Replies:
840
Major Additions -
microCART: Shopping System for vB4
Views:
158,168
Posted By
JimL
Ok, will report back. The original quote was from...
Ok, will report back. The original quote was from the standard
cart_gateway.php file though..
are you sure this is correct? doesn't it have to be something like
$db->query_write("UPDATE...
Forum:
Modification Graveyard
10-22-2011, 04:05 PM
Replies:
840
Major Additions -
microCART: Shopping System for vB4
Views:
158,168
Posted By
JimL
I have a strange bug if I go to admincp -...
I have a strange bug
if I go to admincp - invoices - edit - save
it multiplies Subtotal, Shipping Fees and Amount to pay by 100.
Before edit:
Subtotal: 50.00
Shipping Fees: 7.00
Amount to...
Forum:
Modification Graveyard
10-22-2011, 09:48 AM
Replies:
840
Major Additions -
microCART: Shopping System for vB4
Views:
158,168
Posted By
JimL
Could this be a fix? in cart_gateway.php ...
Could this be a fix?
in cart_gateway.php
find
$db->query_write("UPDATE ".TABLE_PREFIX."microcart_usercoupon SET valid=0 WHERE userid=".$user['userid']);
replace with...
Forum:
Modification Graveyard
10-22-2011, 08:16 AM
Replies:
840
Major Additions -
microCART: Shopping System for vB4
Views:
158,168
Posted By
JimL
anyone else get these? I get 5-10 of them every...
anyone else get these? I get 5-10 of them every once in a while
Database error in vBulletin 4.1.7:
Invalid SQL:
UPDATE vb_microcart_usercoupon SET valid=0 WHERE userid=;
MySQL Error : You...
Forum:
Modification Graveyard
10-21-2011, 09:35 PM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
admincp - styles and templates - yourstyle -...
admincp - styles and templates - yourstyle - microclassifieds - microclassifieds_main
find
<table width="100%" cellspacing="0" cellpadding="0" style="border-bottom:1px solid {vb:raw...
Forum:
Modification Graveyard
10-21-2011, 09:31 PM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
Possibly another bug? in...
Possibly another bug?
in phpmydatagrid.class.php
find
require($this->lngPath . "languages/{$strLang}.php");
replace with
require($this->lngPath ....
Forum:
Modification Graveyard
10-20-2011, 10:27 PM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
bug in string microclassifieds_no_more <p...
bug in string microclassifieds_no_more
<p align="justify">You're trying to add a new ad, or to activate an old one, but this is not permitting
from your usergroup's settings. Please contact...
Forum:
Modification Graveyard
10-20-2011, 10:20 PM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
Change browsegrid width to 100% admincp -...
Change browsegrid width to 100%
admincp - styles & templates - yourtemplate - microclassifieds templates - microclassifieds_browsegrid
find
<table cellspacing="0" cellpadding="0" border="0">
...
Forum:
Modification Graveyard
10-20-2011, 07:25 PM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
Just tried a completely new install of vbulletin...
Just tried a completely new install of vbulletin 4.1.7 + Classifieds 5.1.7 and I can't get the fields defining max * to work correctly.
example:
registered users max days = 30
admin users max...
Forum:
Modification Graveyard
10-20-2011, 06:31 PM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
Any ideas about this?
Any ideas about this?
Forum:
Modification Graveyard
10-19-2011, 11:39 AM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
I'm having some trouble, usergroup permissions...
I'm having some trouble, usergroup permissions doesn't seem to work for additional usergroups (only primary). Is this intended or is it something wrong with our setup?
ie: a user with primary...
Forum:
vB4 Programming Discussions
10-15-2011, 07:47 PM
Replies:
2
showgroups.php - show single group
Views:
517
Posted By
JimL
Yeah I just thought it would be easier to copy...
Yeah I just thought it would be easier to copy showgroups.php and strip it of the other groups.
Dunno how easy it would be to write a new script which uses the showgroups templates and list all...
Forum:
vBulletin 4.x Add-ons
10-14-2011, 07:59 PM
Replies:
280
Add-On Releases -
vBulletin-Yellow Pages with advertising management
Views:
41,527
Posted By
JimL
When I update a premium listing I get this ...
When I update a premium listing I get this
Warning: implode() [function.implode]: Invalid arguments passed in [path]/vbyellowpage.php on line 3891
This is what it's complaining about...
Forum:
vB4 Programming Discussions
10-14-2011, 04:59 PM
Replies:
2
showgroups.php - show single group
Views:
517
Posted By
JimL
showgroups.php - show single group
Anyone have any ideas how one could achieve this? I want to be able to keep showgroups.php and have just copied it to members.php
What I'm after is showgroups.php lists all groups and users as...
Forum:
Modification Graveyard
10-11-2011, 11:14 AM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
Someone had changed the vbulletin database type...
Someone had changed the vbulletin database type to mysqli, changing back to mysql resolved the issue
Forum:
Modification Graveyard
10-11-2011, 09:40 AM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
Host says its a problem with the user@server, it...
Host says its a problem with the user@server, it shouldn't connect to localhost but to a different sql server. where can we change that "localhost" variable?
Forum:
Modification Graveyard
10-11-2011, 08:10 AM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
After a server upgrade we have gotten some...
After a server upgrade we have gotten some trouble with the category listings, everything else works (new items, front page, random items, viewing items, etc).
Forum:
Modification Graveyard
10-04-2011, 09:26 AM
Replies:
840
Major Additions -
microCART: Shopping System for vB4
Views:
158,168
Posted By
JimL
That is not a feature currently in microCART, so...
That is not a feature currently in microCART, so either you will have to make that header, or you will have to pay someone to do it for you. Sounds interesting though, just not applicable to the site...
Forum:
Modification Graveyard
10-04-2011, 07:52 AM
Replies:
840
Major Additions -
microCART: Shopping System for vB4
Views:
158,168
Posted By
JimL
I'm sorry I'm not a developer on this vBulletin...
I'm sorry I'm not a developer on this vBulletin extension, I just did some volunteer-work modifying microCART for a local club and figured I'd share if anyone else wanted the functionality.
You...
Forum:
Modification Graveyard
10-04-2011, 07:37 AM
Replies:
840
Major Additions -
microCART: Shopping System for vB4
Views:
158,168
Posted By
JimL
Table Shipping Rates WARNING: This will...
Table Shipping Rates
WARNING:
This will replace the default shipping system, not supplement it!
(it is also a quick and dirty hack, and is to be considered an internal release)
...
Forum:
Modification Graveyard
10-02-2011, 10:02 AM
Replies:
1,639
Major Additions -
Mary's Classifieds
Views:
145,095
Posted By
JimL
I wrote a post here somewhere saying the problem...
I wrote a post here somewhere saying the problem was actually in the template itself, I never figured out what exactly was the problem as I ended up deleting the template and rebuilding it.
Showing results 1 to 25 of 44
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
11:09 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.02035 seconds
Memory Usage
2,064KB
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
(57)
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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
FULLTEXT Search
php_sapi_name(): fpm-fcgi