Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 11:09 AM.


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