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

Showing results 1 to 25 of 58
Search took 0.00 seconds.
Search: Posts Made By: Satviewers
Forum: vB4 General Discussions 05-11-2010, 07:21 PM
Replies: 0
Views: 390
Posted By Satviewers
Problem with a phrase

Hi,

I have this phase in my product xml.

<phrasetype name="TestArea" fieldname="testarea">
<phrase name="welcome_customer" date="0" username="" version=""><![CDATA[Welcome to the...
Forum: vB4 Design and Graphics Discussions 04-27-2010, 05:00 PM
Replies: 0
Views: 374
Posted By Satviewers
Creating New Stylevar

Hi,

Is there an easy way to convert my stylesheet.css to stylevar.

If there isn't an easy way, how would I convert this:

.boxTitle {
font-family: Verdana, Arial, sans-serif;
font-size:...
Forum: Modification Requests/Questions (Unpaid) 04-07-2010, 07:45 PM
Replies: 79
Views: 24,003
Posted By Satviewers
Hi, This is my own product

Hi,

This is my own product
Forum: Modification Requests/Questions (Unpaid) 04-07-2010, 01:22 AM
Replies: 79
Views: 24,003
Posted By Satviewers
Oscommerce has been Integrated into vBulletin 4...

Oscommerce has been Integrated into vBulletin 4 here:

http://www.itvault.com
Forum: Modification Graveyard 04-06-2010, 10:00 PM
Replies: 1
Integration with vBulletin - vB Osc Shopping Cart Pro
Views: 3,324
Posted By Satviewers
vB Osc Shopping Cart Pro

Hi,

vB Osc Shopping Cart Pro 1.0.6, has now been released.

This is osCommerce 2.2 Integrated into vBulletin.

* vBulletin 4.0.2 Compatible
* One User Login.
* One Registration....
Forum: vB4 Programming Discussions 03-18-2010, 07:57 PM
Replies: 24
Views: 4,813
Posted By Satviewers
Oscommerce has been integrated here:...

Oscommerce has been integrated here: www.itvault.com

If anyone wants to check it out.
Forum: Modification Requests/Questions (Unpaid) 03-18-2010, 07:53 PM
Replies: 38
Views: 5,922
Posted By Satviewers
Oscommerce has been integrated here:...

Oscommerce has been integrated here: www.itvault.com
Forum: vB4 General Discussions 03-14-2010, 10:33 PM
Replies: 7
Views: 439
Posted By Satviewers
Can anyone help with this please

Can anyone help with this please
Forum: vB4 General Discussions 03-12-2010, 08:12 PM
Replies: 7
Views: 439
Posted By Satviewers
Sorry about that

Sorry about that
Forum: vB4 General Discussions 03-12-2010, 07:58 PM
Replies: 7
Views: 439
Posted By Satviewers
Here is an example of what I have. I created...

Here is an example of what I have.

I created a plugin called oscShop Body.
Hook Location is gobal_start
Code in the plugin is:
if (THIS_SCRIPT == 'osc_shop')
{
ob_start();...
Forum: vB4 General Discussions 03-12-2010, 12:43 PM
Replies: 7
Views: 439
Posted By Satviewers
Help please

Help please
Forum: vB4 General Discussions 03-11-2010, 03:19 AM
Replies: 7
Views: 439
Posted By Satviewers
Help Please - Overriding a Charset

Hi,

Is there a way to set the Charset to utf-8 on an integrated product and leave the default charset set in the Admincp left alone.
Forum: vB4 General Discussions 03-07-2010, 12:24 PM
Replies: 0
Views: 491
Posted By Satviewers
.htaccess RewriteRule problem

Hi,

I am using 'Mod Rewrite Friendly URLs => .htaccess' off vbulletin.com http://www.vbulletin.com/forum/showthread.php?325798

# Author: Matty Asia
# Version 1.6
# Downloaded from:...
Forum: vB4 General Discussions 03-04-2010, 01:25 AM
Replies: 2
Views: 449
Posted By Satviewers
I tried that, but the space below the Navbar also...

I tried that, but the space below the Navbar also goes missing then.

--------------- Added 1267724717 at 1267724717 ---------------

Here is the fix for it.

Remove the line ...
Forum: vB4 General Discussions 03-04-2010, 12:09 AM
Replies: 2
Views: 449
Posted By Satviewers
How do I remove space in header

Hi, how do I remove this space in the Header, please.

http://www.itvault.com/nav.jpg
Forum: vB4 Design and Graphics Discussions 03-03-2010, 08:01 PM
Replies: 0
Views: 434
Posted By Satviewers
VB4 Header

In my vb 3.8.4 Header I have 3 images to make up the header.
<table width="$stylevar[outertablewidth]" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="385"...
Forum: vB4 General Discussions 02-26-2010, 08:17 PM
Replies: 3
Views: 440
Posted By Satviewers
Hi, Tried that and it gives this error when...

Hi,

Tried that and it gives this error when installing the plugin:

Parse error: syntax error, unexpected T_VARIABLE in /var/www/html/test/vb4/includes/adminfunctions_plugin.php(450) : eval()'d...
Forum: vB4 General Discussions 02-26-2010, 02:24 PM
Replies: 3
Views: 440
Posted By Satviewers
Someone must have an answer to this.

Someone must have an answer to this.
Forum: vB4 General Discussions 02-25-2010, 10:54 PM
Replies: 4
Views: 611
Posted By Satviewers
If the database been used by vbulletin is called...

If the database been used by vbulletin is called test123.

If I have in my php code something like

echo dbname;

This will print the database name test123 to screen.

What do I need to have...
Forum: vB4 General Discussions 02-25-2010, 08:46 PM
Replies: 4
Views: 611
Posted By Satviewers
I have already created a Database. I want to...

I have already created a Database.

I want to echo database name.

e.g

echo dbname;
Forum: vB4 General Discussions 02-25-2010, 06:52 PM
Replies: 4
Views: 611
Posted By Satviewers
Howto call Database name

Hi,

How do I call the database name.
Forum: vB4 General Discussions 02-25-2010, 12:48 AM
Replies: 3
Views: 440
Posted By Satviewers
Problem when installing product

In the product xml I have :
$db->query_write("
CREATE TABLE " . TABLE_PREFIX . "osc_address_format (
address_format_id int NOT NULL auto_increment,
address_format varchar(128) NOT NULL,
...
Forum: vB4 Programming Discussions 02-17-2010, 11:47 AM
Replies: 8
Views: 638
Posted By Satviewers
Is there any other way I can get it to call the...

Is there any other way I can get it to call the file.
Forum: vB4 Programming Discussions 02-17-2010, 12:44 AM
Replies: 8
Views: 638
Posted By Satviewers
I am trying to call a file to show in the...

I am trying to call a file to show in the admincp.

In my admincp/configuration.php in have:
<?php

// ####################### SET PHP ENVIRONMENT ###########################...
Forum: vB4 General Discussions 02-16-2010, 06:37 PM
Replies: 0
Views: 336
Posted By Satviewers
Is there a guide for creating tabs in Admincp

Hi,

Is there a guide for creating Tabs and Options in the Admincp.
Showing results 1 to 25 of 58

 
Forum Jump

All times are GMT. The time now is 01:43 PM.


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.02343 seconds
  • Memory Usage 2,037KB
  • 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
  • (12)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