vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBadvanced Homepage (https://vborg.vbsupport.ru/showthread.php?t=59803)

msimplay 02-20-2005 04:50 PM

wow i thought i was the only one using the hack these days as everyones moved over to vbadvanced cpms

SuperGLS 02-20-2005 09:27 PM

Quote:

Originally Posted by tteal
FYI... worked fine in 3.0.3... I upgraded to 3.0.7 and uhh... now it doesn't work. < DOH! >

Is that right? Damn, I was about to install in 3.0.7. Did you try to reinstall it after you did the upgrade from 3.0.3 to 3.0.7?

tteal 02-24-2005 10:47 PM

Quote:

Originally Posted by SuperGLS
Is that right? Damn, I was about to install in 3.0.7. Did you try to reinstall it after you did the upgrade from 3.0.3 to 3.0.7?

Does NOT work with 3.0.7

rajc007 02-24-2005 11:08 PM

Quote:

Originally Posted by tteal
Does NOT work with 3.0.7

It's working for me on 3.0.7. Did you reinstall the templates? Before I did that I was getting a blank page.

mili 02-25-2005 02:18 AM

Does it support VBskinz or just the default one?

mili

Zachery 02-25-2005 02:46 AM

It should work for the most part with any style.

hoangminh 03-13-2005 06:39 AM

Quote:

Warning: main(/forum/admincp/FCKeditor/fckeditor.php): failed to open stream: No such file or directory in /www/a/andrews/htdocs/forum/admincp/vbarticles.php on line 29
Although I have check many times about CHMOD of file and file path. My VBulletin 3.0.3

Guess 03-14-2005 09:24 PM

Any idea what the heck is going on with my version of vbadvanced? Its freshly installed...

http://www.blackberryforums.com/portal.php

KW802 03-14-2005 10:56 PM

Guess, the problem is with the quotes; it doesn't like breaking in the middle of other tags. You'll need to bump up the number of characters before it cuts off or turn off the option.

Also, unless you've purchased the branding free option you'll need to restore the 'powered by' wording in the footer.

mstolp 04-13-2005 01:56 PM

I am having problems upgrading my registration. I think I followed the directions, and am a licensed vB user.

Mike

Quote:

Originally Posted by Tigga
vBadvanced.com Account Upgrade Password:
PHP Code:

gvoekguettrauvnikdsel 

If you cannot see the password in the box above it is because you are showing up as unlicensed here. To be able to download hacks and/or receive support here at vBulletin.org, we ask you to please click here (vB-germany users click here) and enter your email address, to show us that you are licensed.

You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive.


Note: This will change on a regular basis, but once you have been marked as licensed there will be no need to enter the password again.


Jacko 04-13-2005 06:54 PM

anyone got this to work in 3.0.7 its fresh install and first hack..?!

summit do with functions.php i think.

get the following error:

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: SELECT thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid
                  , thread.iconid AS threadiconid
                        ,thread.forumid, forum.title AS forumtitle
                        , post.pagetext AS preview
                        , NOT ISNULL(subscribethread.subscribethreadid) AS subscribed
                        FROM thread as thread
                        LEFT JOIN forum AS forum ON (thread.forumid = forum.forumid)
                        LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
                        LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
                        LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
                        WHERE open <> '10' AND thread.forumid NOT IN(2,) AND deletionlog.primaryid IS NULL
                        ORDER BY lastpost DESC
                        LIMIT 5
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND deletionlog.primaryid IS NULL
                        ORDER BY lastpost DESC

mysql error number: 1064


KW802 04-13-2005 07:26 PM

Jacko, it works fine with all flavors of vB 3.0.x -- Did you install any modifications to CMPS or is that a stock install? If you want you can always submit a support ticket over at vbadvanced.com to have somebody take a look at it for you.

The Piper 04-14-2005 12:55 PM

I've searched all around this thread and on the vbadvanced.com forums, and I've seen a lot of users requesting a random thread module, in which a random thread would be picked from a specific forum and shown in the main page (or any other VBCMS page, for that effect), although no solution has shown up.

I (and certainly other people) would really appreciate any feedback on this, please.

USAMustangs.com 04-06-2007 05:55 AM

how do you keep a particular forum from showing up on the home page new threads?

my private admin forum is showing up in new post on home page?

how do you keep them from appearing in new posts/recent threads on vbadvanced portal?

magamaga1 10-19-2007 03:22 AM

will this mod work with 3.6.7 ?

KW802 10-19-2007 03:36 AM

Quote:

Originally Posted by magamaga1 (Post 1363504)
will this mod work with 3.6.7 ?

No. vBadvanced Homepage has long ago been updated to vBadvanced CMPS. For vB 3.6.x you can find it here.

puregraf 10-19-2007 07:50 PM

so why is this not supported anymore?

KW802 10-19-2007 09:40 PM

Quote:

Originally Posted by puregraf (Post 1363911)
so why is this not supported anymore?

Because it's several years old and has been replaced with vBadvanced CMPS?

sdavis2702 05-03-2008 06:49 AM

:) I love this!

akame 05-08-2008 02:22 PM

Dear Tigga,

I downloaded and followed all of your instructions. I have a problem. The includes/functions.php file does not contain this:

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

I am on VB 3.7.

Akame

edgeyveggie 05-18-2008 03:55 AM

Quote:

Originally Posted by akame (Post 1512715)
Dear Tigga,

I downloaded and followed all of your instructions. I have a problem. The includes/functions.php file does not contain this:

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

I am on VB 3.7.

Akame

Same. :mad:

Jase2 05-18-2008 03:09 PM

Guys, they now have their own website: http://vbadvanced.com/

This is an old version. They have since updated this - which can be found at their SITE.

enginethatcan't 07-08-2008 04:35 AM

Tried installing, got the the install page clicked "Click here to begin the installation process -->" and it wont go any firther than the main page

any suggestions?

tuaguild 07-08-2008 11:35 AM

again they have their own website with the NEWEST VERSION on it at http://www.vbadvanced.com

PHILIPS-08 09-19-2008 07:43 AM

thanx for the nice mod


All times are GMT. The time now is 09:09 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.02352 seconds
  • Memory Usage 1,777KB
  • 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)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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