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)

cecdah 10-22-2005 06:19 PM

Quote:

Originally Posted by texasasl
By using the vbindex how is possible to add a news page e.g a code from APN news
>>>>>>>>>>>>>>>>>>>>>>>>>

<table width="400" cellpadding=0 cellspacing=0>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000099" face="arial,helvetica,sans-serif" size="3"><b>
apn.gr
<br><br>
</b></font>
</td>
</tr>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content -->

</table>



>>>>>>>>>>>>>>>>>>>>>>

that's the addition I want to install in my portal how I can do that via vbindex???

I will be appreciate if somebody can help me.

Hi!

You go to admincp/templates and find one of your vbindex customblocks that is available.
Replase all of the content with this:


<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" style="text-align: center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
<strong>Diverse</strong>
</td>
</tr>
</thead>
<tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
<tr><div>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content --></div></>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<br />


I tested the code on my forum, and it worked fine.
After inserting into one of your customblocks, you have to go to vbulletin options/vbindex options and set active the customblock on either left og right side of your vbindexportal.

:)

vBFreak 10-25-2005 07:09 PM

Quote:

Originally Posted by Mukashi
The creator of this hack has apparently not even been on this forum in a year. Unless someone else is going to duplicate the hack somehow, I'd say we're screwed.

mh, someone should do it because I think it's a very nice and useful hack which many users here would want to have back...

the problem is, I don't like vBAdvanced because the login isn't working and all the links redirect to the bburl variable, some browsers don't like the redirect from the bburl to the redirection of the forums, I also can't report bugs there and I'm missing my good old vBIndex shoutbox :/

NTLDR, please come back :D

texasasl 10-26-2005 04:15 PM

Quote:

Originally Posted by cecdah
Hi!

You go to admincp/templates and find one of your vbindex customblocks that is available.
Replase all of the content with this:


<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" style="text-align: center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
<strong>Diverse</strong>
</td>
</tr>
</thead>
<tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
<tr><div>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content --></div></>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<br />


I tested the code on my forum, and it worked fine.
After inserting into one of your customblocks, you have to go to vbulletin options/vbindex options and set active the customblock on either left og right side of your vbindexportal.

:)

Really thank you appreciate your help.

chris frolic 11-01-2005 12:50 AM

Yikes. I was looking forward to upgrading to 3.5 but my whole site is based on vbindex, so I don't know what my options are. Guess I'm stuck with the older vbulletin for a while.

grains 11-10-2005 08:09 PM

I renamed my vbindex.php to index.php so that the portal is the first thing people see when they login to the domain.

HOWEVER, how do i show the forum list under the welcome box in the portal?

Behrooz_Ice 11-11-2005 03:52 PM

hello all; i have a big problem :speechless:
i install vbulletin 3.5.0 and this work fine in my windows host. but when i do install vbindex i have a get this eror:

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in \admincp\vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.;c:\php4\pear') in C:\sites\Single15\mahvahost\webroot\forums\admincp \vbiupgrade.php on line 57

please help me how to solve this problem. do you install vbindex in vbulletin 3.5.0?
sorry for poor english. regards

hjmaier 11-17-2005 12:27 PM

Quote:

Originally Posted by Behrooz_Ice
hello all; i have a big problem :speechless:
i install vbulletin 3.5.0 and this work fine in my windows host. but when i do install vbindex i have a get this eror:

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in \admincp\vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.;c:\php4\pear') in C:\sites\Single15\mahvahost\webroot\forums\admincp \vbiupgrade.php on line 57

please help me how to solve this problem. do you install vbindex in vbulletin 3.5.0?
sorry for poor english. regards

vBIndex is not for vBulletin 3.5.x

best regards
hj

shtuart 01-03-2006 03:09 PM

Hi, bit rusty at this but just uploaded all the correct files to the roo and admincp directory, except the config file and getting this error after the login page:

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in /admincp/vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.:/usr/share/pear') in /home/devweb/ukmonster.co.uk/user/htdocs/monster/admincp/vbiupgrade.php on line 5

I've checked and double checked all the right files are there.

thanks in advance,

Stuart

JustCurious 01-12-2006 02:12 PM

I have an issue with the calendar on the main screen. It displays properly but when I click on an event, it goes to an error page "Page cannot be found." How is that possible if it's pulling the events correctly to the mini calendar?

corn dog 01-31-2006 10:12 AM

Will this work for 3.5.3?


All times are GMT. The time now is 10:10 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.03616 seconds
  • Memory Usage 1,787KB
  • 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
  • (4)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