vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - [OzzModz] Classifieds (https://vborg.vbsupport.ru/showthread.php?t=304635)

sadiq6210 11-26-2013 11:27 AM

Quote:

Originally Posted by ozzy47 (Post 2463747)
It's just a block on the left side that contains the various links to the product. Clicking on the dropdown opens a menu with links to click on and go to. It is the same links you see in the sub-nav bar.

Thanks dear

Rich 11-27-2013 01:04 PM

Quote:

Originally Posted by ozzy47 (Post 2463739)
@Rich I still have not forgot about you, I just have not found the right variable yet, to get it to work.

I haven't either and I just spent another hour and a half trying to get it to show. It is very frustrating. lol

ozzy47 11-27-2013 04:11 PM

Yeah it is, I spent about 2 hrs or more, I need to confer with the original developer, or just make the query myself.

K4GAP 11-27-2013 10:23 PM

Everything looking good so far. Again, really nice work ozzy.

ozzy47 11-27-2013 10:29 PM

Thanks, glad ya like it. :)

JBWeibelt 11-29-2013 07:30 PM

With VB 4.2.2 I get this error in the header.

Warning: Assigning the return value of new by reference is deprecated in ..../christeris/classifieds/includes/functions.php on line 1166

Any ideas? I've uninstalled Panjo and reinstalled Classifieds.

www.cageforum.com

ozzy47 11-29-2013 07:36 PM

What is on line 1166 of that file for you?

JBWeibelt 11-29-2013 09:40 PM

In this Function

Code:

function parseBbCode($bbcode, $limit = 0)
{
  global $db, $vbulletin, $vbphrase, $vboptions;
  require_once(DIR . '/includes/class_bbcode.php');
  $parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
  $text = $parser->do_parse($bbcode);
  if($limit != 0) {
          if(strlen($text) > $limit)
                  $text = substr($text, 0, $limit).' ...';
          }
    return $text;
}

it's this line
Code:

$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
The error seems to only be present in the Classifieds tab is selected.

ozzy47 11-29-2013 09:52 PM

That should be fixed in the latest version, redownload the files and upload them again. If that don't remove the error, remove the & from that line.

JBWeibelt 11-30-2013 02:22 PM

It should be a clean install already, but I'll try it again. Thanks for the quick responses, I can't tell you how awesome that is in itself.


All times are GMT. The time now is 08:19 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.01194 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete