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)

Tigga 02-06-2004 06:08 PM

Hmm... This is just a guess, but try editing your index template. In the first table, you'll see class="page". Try removing that and see if it has an effect. You will also see the welcome box in the index template, just a little below the code I just asked you to remove. ;)

milkmycow 02-06-2004 06:24 PM

sweet, worked great. thanks

DigitalEclipse 02-06-2004 11:25 PM

Just FYI. I upgraded to RC4 and it still works like a charm from what I can tell.

Blackbeard 02-07-2004 05:35 AM

i have just upgraded and uninstalled and reinstalled now iam getting the following error,

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: SELECT thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, forumid, thread.iconid, votenum, votetotal, post.postid, pagetext, allowsmilie, showsignature
, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline
,thread.iconid
,attachment.filename, filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN user AS user ON (user.userid = post.userid)
LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
WHERE forumid IN(55,7)
GROUP BY post.postid
ORDER BY dateline DESC, attachmentid LIMIT 5
mysql error: Column: 'filesize' in field list is ambiguous

mysql error number: 1052

what are the mysql error relating to

Steve^CHUK 02-07-2004 06:46 PM

I have created the hidden News and Poll forum - but when one of my users click on "New Posts"

Its showing him my hidden news forums - Is there any way to get around this ???

Thanks

Steve

milkmycow 02-07-2004 07:22 PM

Quote:

Originally Posted by rinkrat
I have another request. It would be nice to make custom templates with just the left sidebar visible for wide tables and other pages. Maybe call it with index?pageleft= or something. This would be very cool since having both the left and right sidebars on every page really limits space for content.


after searching, i dont see that anyone responded to this.. is it bc no one saw? or can it not be easily done?

PET 02-07-2004 09:14 PM

Tigga

This is my gode now :

PHP Code:

######################### News #########################
// Extra Pages
if ($page AND $page != 'mypage'

    eval(
'$newsbits = "' fetch_template("index_$page") . '";'); 

else 

    if (
$page == 'http://localhost/ro-hattrick/vb/index.php?page=news2'
    { 
        
$vboptions['newsforum'] = 2
    }

    if (
$vboptions['newsforum'])
    {

        if (
$vboptions['newslimit'])
        {
            
$newslimit "LIMIT $vboptions[newslimit]";
        }
        
$getnews $DB_si........
...
etc... 

I replace MYPAGE with the new link...also...the forum ID is 2.
I also create a new emply templated named index_news2 but it don't works.

chas_h 02-08-2004 03:23 PM

Quote:

Originally Posted by Steve^CHUK
I have created the hidden News and Poll forum - but when one of my users click on "New Posts"

Its showing him my hidden news forums - Is there any way to get around this ???

Thanks

Steve


I'm not sure but I think that might have been a bug with VB-3 RC-2 or 3, have you upgraded to the latest version of VB-3? (RC-4 is the newest)

Chas.

cosmin 02-09-2004 05:09 AM

--
QUESTION: how did you incorporate the portal template with PhotoPost in your differentdawn.com link you provided in the first post as an example of this portals usage?

i've been looking for a portal for vb3 that has an easy way of incorporating multimple skins for vb3.

SVTBlackLight01 02-09-2004 07:41 PM

Quote:

Originally Posted by cosmin
--
QUESTION: how did you incorporate the portal template with PhotoPost in your differentdawn.com link you provided in the first post as an example of this portals usage?

I'm interested in doing something like this as well. Is there a way to include php files in the custom blocks?

Tigga,

Great job on this.


All times are GMT. The time now is 12:29 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.03133 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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