The vB Geek

Go Back   The vB Geek > vB Geek Modifications > Add-ons

Add-ons Modifications and add-ons for vB Geek stuff.

Advertisement
  Learn how to remove ads

Comment
 
Release Tools Display Modes
 
Old 08-23-2006, 07:42 PM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default Release/Install Package

Make sure that once you import via GARS import system, you MUST edit the new Release Module Set and then edit the release module, making sure each custom field is assigned correctly. Its also...

Last edited by The Geek; 03-24-2007 at 08:17 AM..
Reply With Quote
  #230  
By Morgan on 12-04-2008, 06:02 AM
Default

Do you have this line near the top of the marked.php file?
Code:
	$specialtemplates = array('GARS_settings');
It should appear before this line:
Code:
	require_once('./global.php');
Also in the vB datastore database table, do you have a GARS_settings entry? If so, what is the content of the entire row where title is GARS_settings in the vB datastore database table?
Reply With Quote
  #231  
By Cocko on 12-04-2008, 11:57 AM
Default

the marked.php is the original one /forums/marked.php

its content lines 21st ff

PHP Code:
    $specialtemplates = array('GARS_settings');

    if (
$_REQUEST['do']=="show")
    {
            
$actiontemplates = array();
            
$globaltemplates = array('gars_marked_main''gars_marked_row''im_aim''im_icq''im_msn''im_skype''im_yahoo');
    }
    else
    {
            
$actiontemplates = array();
            
$globaltemplates = array('gars_marked_main''gars_marked_row''im_aim''im_icq''im_msn''im_skype''im_yahoo');
            
$phrasegroups = array();
    }
    
$phrasegroups = array('GARS_marked');

    require_once(
'./global.php'); 
the datastore table is exported sql-file 55 kb - to much for including
in bbcode [CODE] and shouldn't be posted in public for secret reasons.

I'll send pm for asking email address.
Reply With Quote
  #232  
By Morgan on 12-04-2008, 06:16 PM
Default

Undo the previous edits to the marked.php file and then add this edit and see what happens:
Code:
		$settings = unserialize($vbulletin->GARS_settings);

		if (!$settings)
		{
			$settings2 = $db->query_first("SELECT data
				FROM " . TABLE_PREFIX . "datastore
				WHERE title = 'GARS_settings'
			");

			$settings = unserialize($settings2['data']);
		}

		if (!$settings)
		{
			echo 'Settings2: ' . $settings2['data'];
			exit();
		}
Reply With Quote
  #233  
By Cocko on 12-04-2008, 06:32 PM
Default

What a long run, finally that was the trick.
Thanx & hugs.
Reply With Quote
  #234  
By PixelFX on 01-11-2009, 09:04 PM
Default

does this support 3.8 thread prefixes when adding new tutorials? as far as the install script goes ?
Reply With Quote
  #235  
By Morgan on 01-12-2009, 04:41 PM
Default

Untested but you'd probably need to copy the thread prefix HTML from the vB templates into the equivalent template of this modification. Not sure what you mean by install script though.
Reply With Quote
  #236  
By PixelFX on 01-18-2009, 08:19 AM
Default

any idea which template?
Reply With Quote
  #237  
By Morgan on 01-21-2009, 03:09 PM
Default

This add-on comes with three templates: GARS_release_pb, GARS_release_threadbit, and GARS_release_forumdisplay. Those would be used in place of the vBulletin postbit or postbit_legacy, threadbit, and forumdisplay templates respectively.
Reply With Quote
  #238  
By tazzarkin on 01-31-2009, 03:28 PM
Default

so, this doesn't work with vb 3.8?
Reply With Quote
  #239  
By Morgan on 02-02-2009, 02:04 AM
Default

This site is running vB 3.8. There is a demo at http://www.thevbgeek.com/forumdisplay.php?f=16
Reply With Quote
Comment

Release Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Release Release Starter Category Comments Last Post
New GARS download package henrikhansen Geek Article and Review System 1 04-25-2008 09:04 PM
Release/Install: Show all installed pixie Geek Article and Review System 2 05-16-2007 04:48 AM
Numerous Errors Trying to Install Release somedude99 Geek Article and Review System 9 03-27-2007 06:08 PM
GARS Image Package Aria Design jluerken Add-ons 3 08-29-2006 08:52 PM
GARS Image Package Kirsch Design jluerken Add-ons 1 08-29-2006 03:40 PM


All times are GMT. The time now is 03:18 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.

Release powered by GARS 2.1.9 ©2005-2006