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)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

neocorteqz 03-20-2004 09:08 PM

Quote:

Originally Posted by paul_r
right it works fine and bombs out when it trys to import the vbindex templates



what's the error message outputted??

If your getting an error that the template already exist, just run this query

[sql]
DELETE FROM template WHERE title like LCASE('vbindex%')
AND title NOT like 'vbindex_extra_%';
[/sql]

and start over at the begining of the installer.

neocorteqz 03-20-2004 09:09 PM

Quote:

Originally Posted by NTLDR
If the installer fails to import the templates correctly then use the Upload Style tool in the Admin CP to overwrite your style with the vbindex_templates.xml file. This will add the vBindex templates to your existing style.

heh, never thought of that. :)

paul_r 03-20-2004 09:24 PM

Quote:

Originally Posted by NTLDR
If the installer fails to import the templates correctly then use the Upload Style tool in the Admin CP to overwrite your style with the vbindex_templates.xml file. This will add the vBindex templates to your existing style.

done that :)

no different still bombs out i can skip the template bit then when it says edit image path that then bombs out :/

malcvvoc 03-20-2004 10:56 PM

I got a problem with the installation.

When i am at step 10 to click next step to upgrade to vbindex Rc3 complete.

It carrys on past this point and says "Next Step ()" And just keeps saying it every time i click.

I then try and access the vbindex.php page and it is blank

I go into the admin cp and the options for vbindex are all blank apart from some options "calender" and "poll"

What have i missed?

:)

paul_r 03-20-2004 11:08 PM

heres the error msg im getting emailed to me

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: INSERT INTO vb3_datastore (title) VALUES ('vbi_eventcache')
mysql error: Duplicate entry 'vbi_eventcache' for key 1

mysql error number: 1062

malcvvoc 03-20-2004 11:30 PM

Ok i managed to get the options menu working now.

When i try and create something in the vbindex i get an sql error...

Invalid SQL:
## GET POLL ##
SELECT thread.pollid, thread.forumid, open, threadid, replycount, question, poll.dateline,
options, votes, active, numberoptions, timeout, multiple, voters,
pollvote.voteoption, pollvote.userid AS voteuserid
FROM vb3_test_thread AS thread
LEFT JOIN vb3_test_poll AS poll ON (thread.pollid = poll.pollid)
LEFT JOIN vb3_test_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
LEFT JOIN vb3_test_pollvote AS pollvote ON(thread.pollid = pollvote.pollid AND pollvote.userid = 1)
WHERE forumid NOT IN (0)
AND deletionlog.primaryid IS NULL
AND thread.pollid <> 0
AND thread.open <> 10
AND thread.visible = '1'
AND thread.forumid IN (TEST)


ORDER BY thread.threadid DESC
LIMIT 1
mysql error: Unknown column 'TEST' in 'where clause'

mysql error number: 1054

P???t?l??k 03-21-2004 02:14 AM

I gave up on this mod due to massive errors.
I installed vbadvanced without any problems.

ChurchMedia 03-21-2004 04:27 AM

Install was perfect. I really like the control I have. Great job!

A couple of calendar questions:

Would it be possible to decide which calendar to display? Or better yet, multiple calendars?

Regardless of the answer to those questions, how can I move the calendar to the bottom of the page, right above the footer?

Thanks again! :D

ChurchMedia 03-21-2004 04:50 AM

Okay, I figured out how to put the calendar at the bottom of the page. In the VBINDEX template, I added this right above $home[footer]:

PHP Code:

<div align="center">
<
table cellpadding="0" cellspacing="0" border="0" class="tborder" width="250">
    <
tr>
        <
td>
            <
table cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%">
                
$calendarbits
            
</table>
        </
td>
    </
tr>
</
table></div>
<
br /> 

It's just a variation on the code from the vbindex_calendar template.

deano1 03-21-2004 12:08 PM

hello
i see on other portals here
the calendar is smaller
i have to cut two days off mine to make it fit right
how do i make the calendar smaller ?
to make it match the rest of the tables on the portal
to look like everyone elses

see for yourself , bottom right

http://www.deanosworld.net


All times are GMT. The time now is 05:56 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.02803 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
  • (5)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