Home arrow Forum Latest posts of: simon n
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 03, 2008, 03:04:46 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1]
1  Joomla Hacks / Joomla-SMF 2.0.x / Re: Updated SMF .... problems with redirecting now on: May 01, 2007, 04:05:40 PM
Did you checked the user guide?

Sure did and saw nothing that was of any use. I am off on vacation shortly so shall tackle the issue when I return in more detail.
2  Joomla Hacks / Joomla-SMF 2.0.x / Re: Updated SMF .... problems with redirecting now on: April 29, 2007, 05:44:52 PM
I too have this issue.

Everything runs fine and quoting works but creating a post breaks the wrapping.

Did the poster above get this solved?
3  Joomla Addon Discussion / Joomla Mambots / Re: SMF Discuss Bot 2.0.2 - Bugs Report on: April 28, 2007, 06:33:41 AM
I have come so close to giving up with this discussbot after it flooded smf.

I have joomla, virtuemart, community builder and smf all bridged and working yet when I come to add the discussbot it goes nuts.

I think its an awesome mod but its just not good for heavily bridged sites.
4  Joomla Addon Discussion / Joomla Modules / Re: Personal Gallery Module for Joomla on: April 27, 2007, 03:50:58 PM
If your using community builder then yes there is something...

CB Gallery (aka Nant's Gallery) 1.0 RC2

Just run a google search for it as I do not have the links to hand.
5  Joomla Hacks / Joomla-SMF 2.0.x / Re: Virtuemart+joomla+smf = arghhhh on: April 09, 2007, 06:01:21 AM
OK I have printed out my virtuemart modded index.php and also printed out the prehacked index.php and a plain unaltered index.php.

From here I can decipher whats going on and the changes made by both virtuemart and the smf bridge.

Virtuemart has (at a quick glance) the following added:

Code:
// VIRTUEMART MOD
// Let's see how long this page takes to load.
list($usec, $sec) = explode(" ", microtime());
$joomla_start = ((float)$usec + (float)$sec);

Code:
// loads template file
if ( !file_exists( $mosConfig_absolute_path .'/templates/'. $cur_template .'/index.php' ) ) {
echo _TEMPLATE_WARN . $cur_template;
} else {
       
        ///////////////////////
        // VIRTUEMART MOD
        ob_start();
       
require_once( $mosConfig_absolute_path .'/templates/'. $cur_template .'/index.php' );
        echo "<!-- ".date("r")." -->";
       
        // Catch the Site Output
        $my_content = ob_get_contents();
        ob_end_clean();
       
        // XHTML compliance: Safely replace all occurences of & with &amp;
        $my_content = preg_replace("/&(?!([a-zA-z0-9|#]+[;]))/msi","&amp;", $my_content);
       
        // Javascripts sometimes contain such logical operators: &&
        // we must re-convert them from &amp; to &, otherwise the Scripts and links in it don't work
        if (preg_match_all("'<script[^>]*?>(.*?)<\/script>'si", $my_content, $scripts) > 0) {
          foreach( $scripts as $script ) {
                $my_content = str_replace( $script, str_replace( "&amp;", "&", $script ), $my_content );
          }
        }
        // Finally output the HTML String to the Browser
        echo $my_content;
       
        // END VIRTUEMART MOD
        ////////////////////////
        // Original Version follows:
        /*     
        require_once( 'templates/'. $cur_template .'/index.php' );
        echo "<!-- ".time()." -->";
        */
       
}
6  Joomla Hacks / Joomla-SMF 2.0.x / Virtuemart+joomla+smf = arghhhh on: April 08, 2007, 03:47:46 PM
Okay so I have virtuemart up and running, I have smf and community builder installed and running so now comes the bridge part.

I install and do everything except it wont patch the index.php file; this is because its different to the standard one as it contains the virtuemart extra code.

So does anyone have a list of the code changes I need to make by hand to index.php?
7  Joomla Hacks / Joomla-SMF 2.0.x / Re: [solved]Login problems with CB-Login and cb_plug_smf_2_0_3 on: April 08, 2007, 03:45:38 PM
But this would then render the virtuemart section of the site broken yes?

Anyone got a link to the list of code changes that need to be made to index.php?
Pages: [1]


Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login