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)

Zachery 01-25-2004 09:35 AM

all good :) i think i got everything fixed :)

TheEDIGuy 01-25-2004 12:26 PM

Tigga and Faranth, remember when I installed a while back, and I said that the calendar events weren't showing up on the index page? I found out why, but not how to fix it.

What's happening is that only events that *I* add to the calendar show up. Since I have another (supermod) who does regular calendar additions, none of her additions show up on the front page.

Any ideas?

By the way, just installed on a fresh RC3, and things look great. Nice job!

digitalSite 01-25-2004 02:56 PM

Hi all:

Does anyone know:

1) Why all my images except "icons" folder don't show?
I have searched everywhere to make sure I have absolute paths for my images so that it shows, but I can't find where to tell vb where to go for the icons folder.

2) How I can make my vb forum as wide as the screen? I check the "index" template on vb, and it shows 100%, yet the forum is very narrow on a 1024 x whatever resolution.

3) How to prevent non-registered users from seeing the main FORUM page (i.e. forums/index.php) - It shows too much info to non registered user on my site, i.e. Who's Online, etc. I don't want anyone who is not registered to view the forum at all.

If I block non-registered users from "Viewing the Forum" then my vbAdvanced page doesn't work because then you'll just see the "You are not allowed to view this page, login, etc." page.

I'm sorry for all the questions, but I only had 3 hours of sleep last night messing with the new vb 3.0 C 3 and still haven't had this site up running properly.
It messed up another program I was running so I have been trying to get that fixed too (looks like I overwrote an "index.php" by accident and that's where the whole thing messed up.)

Anyway, I would appreciate any help :D Thank you.

digitalSite 01-25-2004 03:00 PM

Quote:

Originally Posted by TheEDIGuy
Tigga and Faranth, remember when I installed a while back, and I said that the calendar events weren't showing up on the index page? I found out why, but not how to fix it.

What's happening is that only events that *I* add to the calendar show up. Since I have another (supermod) who does regular calendar additions, none of her additions show up on the front page.

Any ideas?

By the way, just installed on a fresh RC3, and things look great. Nice job!

Hi:
Have you tried checking "Usergroups"?
After clicking usergroups, click Supermod.
Then scroll down to the Calendar permissions and check there.

TheEDIGuy 01-25-2004 05:41 PM

Quote:

Originally Posted by digitalSite
Hi:
Have you tried checking "Usergroups"?
After clicking usergroups, click Supermod.
Then scroll down to the Calendar permissions and check there.

The supermod is able to add things to the calendar just fine. But the items that the supermod adds to the calendar don't show on the front page (they do not cause a clickable link under the day in the mini-calendar). Only items that *I* add produce the clickable link.

If you look at the calendar, however, everything shows, regardless of who added it.

Sample at http://www.fansofrealitytv.com

Cali, a supermod, has added most of the items except for the one item I (the admin) added on the 22nd, which has produced the only clickable link (even though every single day has calendar items).

M.C. 01-25-2004 06:59 PM

strange but straight after changing The ID number of news forum i`ve got MySQL error:

PHP Code:

Invalid SQLSELECT thread.threadidthread.titlereplycountpostusernamepostuseridthread.dateline, IF(views<=replycountreplycount+1views) AS viewsforumidthread.iconidvotenumvotetotalpost.postidpagetextallowsmilieshowsignature
              
avatarpathNOT ISNULL(avatardata) AS hascustomcustomavatar.dateline AS avatardateline  
              
,thread.iconid 
               
,attachment.filenamefilesizeattachment.visibleattachmentidcounterthumbnailLENGTH(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(3)
                
GROUP BY post.postid
                ORDER BY dateline DESC
attachmentid LIMIT 5
mysql error
Column'filesize' in field list is ambiguous

mysql error number
1052

Date
Sunday 25th of January 2004 08:58:22 PM
Script
http://localhost/adv_index.php?styleid=2
Referer
UsernameM.C.
IP Address127.0.0.1 

I was testing on localhost that hack when i got that...

What i did wrong?

Ok i got it, I disabled "show attachements" and it`s work fine, BUT i want it work fine with "show attachements" enabled :(

And one more strange thing - in installation a gave right icons path (http://localhost/forum/images/icons/icon1.gif), but it show path like that: http://localhost/images/icons/icon1.gif

And for emprovement of hack i`d love to have option to change blocks position (left, right, center and up and down)

Thanks!

jaliam 01-25-2004 07:53 PM

<font color="DarkOrange">* Clicks install *</font>

Ok, I have made some modifications in my portal already but I want to do more. How about making an image display on the main page instead of a simple image path? This is what I am talking about...

Zachery 01-25-2004 08:11 PM

Quote:

Originally Posted by M.C.
strange but straight after changing The ID number of news forum i`ve got MySQL error:

PHP Code:

Invalid SQLSELECT thread.threadidthread.titlereplycountpostusernamepostuseridthread.dateline, IF(views<=replycountreplycount+1views) AS viewsforumidthread.iconidvotenumvotetotalpost.postidpagetextallowsmilieshowsignature
             
avatarpathNOT ISNULL(avatardata) AS hascustomcustomavatar.dateline AS avatardateline 
             
,thread.iconid 
              
,attachment.filenamefilesizeattachment.visibleattachmentidcounterthumbnailLENGTH(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(3)
                
GROUP BY post.postid
                ORDER BY dateline DESC
attachmentid LIMIT 5
mysql error
Column'filesize' in field list is ambiguous
 
mysql error number
1052
 
Date
Sunday 25th of January 2004 08:58:22 PM
Script
: [url]http://localhost/adv_index.php?styleid=2[/url]
Referer
UsernameM.C.
IP Address127.0.0.1 

I was testing on localhost that hack when i got that...

What i did wrong?

Ok i got it, I disabled "show attachements" and it`s work fine, BUT i want it work fine with "show attachements" enabled :(

And one more strange thing - in installation a gave right icons path (http://localhost/forum/images/icons/icon1.gif), but it show path like that: http://localhost/images/icons/icon1.gif

And for emprovement of hack i`d love to have option to change blocks position (left, right, center and up and down)

Thanks!

you didnt upgrade vBadvanced when you upgraded to RC3
Quote:

Originally Posted by digitalSite
Hi all:

Does anyone know:

1) Why all my images except "icons" folder don't show?
I have searched everywhere to make sure I have absolute paths for my images so that it shows, but I can't find where to tell vb where to go for the icons folder.

2) How I can make my vb forum as wide as the screen? I check the "index" template on vb, and it shows 100%, yet the forum is very narrow on a 1024 x whatever resolution.

3) How to prevent non-registered users from seeing the main FORUM page (i.e. forums/index.php) - It shows too much info to non registered user on my site, i.e. Who's Online, etc. I don't want anyone who is not registered to view the forum at all.

If I block non-registered users from "Viewing the Forum" then my vbAdvanced page doesn't work because then you'll just see the "You are not allowed to view this page, login, etc." page.

I'm sorry for all the questions, but I only had 3 hours of sleep last night messing with the new vb 3.0 C 3 and still haven't had this site up running properly.
It messed up another program I was running so I have been trying to get that fixed too (looks like I overwrote an "index.php" by accident and that's where the whole thing messed up.)

Anyway, I would appreciate any help :D Thank you.

for 2
http://www.vbulletin.com/forum/showthread.php?t=88013
read that

you sorta need to let them view at least the news forum.

closing off your board to all guests isnt a good idea

1 you still need to update your counters and stuff :)
Quote:

Originally Posted by jaliam
* Clicks install *

Ok, I have made some modifications in my portal already but I want to do more. How about making an image display on the main page instead of a simple image path? This is what I am talking about...

enable BB code and img code for the front page :)

digitalSite 01-25-2004 08:25 PM

Okay. My web site is only for certain members of an organization. Guests can still view vbAdvanced on the front page, but they cannot read the entire article though.

Basically, the reason I did this was because I am using the referral system and WISH that only those with a referral can get inside. But since that doesn't exist,

I have guests get referred by current members, verify their email, and then must be approved by me, while double-checking with the referrer to make sure they did invite them in. It's too bad I have to do this one by one.

Because of the referral system, I did not want tguests to view forum members' username, which would allow them to register by entering in the referral ID - one less security wall for me. So that's why I didn't want them viewing anything on the forum.

P.S. Why isn't it a good idea for me to block out guests? Was the counter update to me?

If anyone has an easier system of "only referred guests can enter" please let me know. Thanks!

Zachery 01-25-2004 08:32 PM

Quote:

Originally Posted by digitalSite
Okay. My web site is only for certain members of an organization. Guests can still view vbAdvanced on the front page, but they cannot read the entire article though.

Basically, the reason I did this was because I am using the referral system and WISH that only those with a referral can get inside. But since that doesn't exist,

I have guests get referred by current members, verify their email, and then must be approved by me, while double-checking with the referrer to make sure they did invite them in. It's too bad I have to do this one by one.

Because of the referral system, I did not want tguests to view forum members' username, which would allow them to register by entering in the referral ID - one less security wall for me. So that's why I didn't want them viewing anything on the forum.

P.S. Why isn't it a good idea for me to block out guests? Was the counter update to me?

If anyone has an easier system of "only referred guests can enter" please let me know. Thanks!

well i guess if your going to get alot of invite traffic...

yes you do need to update the counters

i think this could be solved with a conditional but im not sure


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