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)

digitalSite 01-26-2004 05:29 AM

Thanks all for your help and suggestions :)

CarolinaKid, I followed your instructions and all my settings were set and still no difference.
I did notice that the default icon works only if no "news" has an icon, and that if I "CHOOSE" an icon, it will show broken.

So in summary, I guess my forum is "different", lol and requires me not to choose an icon.

Thank you again Faranth...I may just delete the icon thingy, or just not put an icon and let the default icon take care of it for me.

THANKS ALL! :)

juno 01-26-2004 06:00 AM

quick fix for icons on front page:

create a replacement variable that

Searches for: images/icons
replaces with: forums/images/icons

**edit**
damn, but that breaks your forum icons.. grrr

digitalSite 01-26-2004 06:08 AM

Didn't work for me...

For whatever reason, I tried to post in my forum and icons were broken.
Their path were all: /forums/forums/images/icons

GameMania 01-26-2004 08:00 AM

i've some problem with the the tables on the index-site...

clicke here to see to problem...

can anyone help me please???

thanks... :)

Zachery 01-26-2004 08:11 AM

Quote:

Originally Posted by digitalSite
Didn't work for me...

For whatever reason, I tried to post in my forum and icons were broken.
Their path were all: /forums/forums/images/icons

try ./forums/images/icons

looks like you tried to add somthing or have somthing else installed into the navbar

TheEDIGuy 01-26-2004 11:14 AM

Quote:

Originally Posted by TheEDIGuy
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).

A little more information on this, with some screen captures to help explain...

Picture 1: The actual calendar in the forum's calendar page, with all links to all events.

Picture 2: The calendar on the front page, with only the link to the event I added myself on the 22nd.

Picture 3: My event on the 22nd.

Picture 4: One of Cali's public events on the 23rd that doesn't show on the front page. She's a supermod, userid=3, and is adding events to calendar #1 like me.

http://www.fansofrealitytv.com/forum...g/vba_cal1.jpg

http://www.fansofrealitytv.com/forum...g/vba_cal2.jpg

http://www.fansofrealitytv.com/forum...g/vba_cal3.jpg

http://www.fansofrealitytv.com/forum...g/vba_cal4.jpg

dandanfireman 01-26-2004 12:03 PM

Please forgive the newbie question. This may be more vB than vbadv related, but the issue is more pronounced with vbadv. How can I force vbadv page to take up more of the page? With the 3 columns, the center column showing the news is rather narrow. How can I make this bigger/wider?

Zachery 01-26-2004 12:11 PM

its a style issue

id suggest taking a look at the gamma release thread at vbulletin.com

alain4ever 01-26-2004 01:08 PM

hi

i have install this hack on my vb3.0.0 rc1 and it works fine.... but after upgrade my vb to rc3 and try to use the hack every thing work fine exept news, when i try to set forum news number i got an error, i try to uninstall and reinstall it 2 times but i got the same error....

Code:

Database error in vBulletin 3.0.0 Release Candidate 3:

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(76)
                                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: Monday 26th of January 2004 09:02:42 AM


Tigga 01-26-2004 01:27 PM

AutomatikStudio - Go to your icon manager in your Admin CP, modify one of the icons, and save it. You don't actually have to change anything there, but just save the icon. That should update the icon cache for all of them and fix the problem with the icons.
As for the PM problem - Are you running the most current version of this script? That was an issue in one of the earlier versions, but was fixed. Did you by chance replace $index_footer with $footer in your index template? If so, that could also be the cause.

rinkrat - Something like that would be fairly easy to do with conditionals. Just find the beginning <td> tag for the column you would like to disable, and add <if condition"!$page"> before that, and then </if> after the ending </td> tag.

13th_Disciple - I'm *hoping* to have the site up sometime this week. I'll be leaving for Cincinnati this Thursdsay though, so I haven't decided if it would be best to wait until after I get back or not. With Faranth around though, I may just leave him in charge while I'm away. ;)

digitalSite - If you add conditionals around the blocks you don't want guests to be able to see then that should fix the problem... Ex <if condition="$bbuserinfo[userid]">
As for the images - See my first response in this post.

TheEDIGuy - Could you possibly provide me with a temporary admin account at your forum, and FTP access to your site as well? I'm honestly not sure why the calendar would behave like that, but if you could PM me with that info I'll gladly take a look and see if I can figure out what the problem is.

FastAttack - I tried registering on your site to see what the problem is with the avatar, but apparently you turned that option off. Can you tell me what URL it's pointing at for your avatar? Are you using a default one from your site, a custom one that's been uploaded, or did you enter the URL for it?

Milhouse - See my first response in this post. ;)

GameMania - Remove the quote from your news post, or change your "News Maximum Characters" setting to a higher number so the ending quote tag will be included in the post.

alain4ever - Open your adv_index.php file and look for "filesize," (without the quotes) and change that to "attachment.filesize," (again, wthout the quotes).


All times are GMT. The time now is 09:56 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.01874 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)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