vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   mYvBindex v3.1 (https://vborg.vbsupport.ru/showthread.php?t=44691)

RN BB guy 01-17-2004 09:47 AM

Quote:

Originally Posted by assassingod
This version wont, but look in the Full Releases forum for vB3, you'll find this and others.


Hmm, couldnt find them, they still working on them? I found some side bars but nothing as functional as this.

jaliam 01-17-2004 09:49 AM

Quote:

Originally Posted by Faranth
now if you are going to be using vB3 id suggest lookin at vBadvanced :) if youd like to upgrade mYvBindex :)

Actually, I am running vBPortal 2. Since vBP2 is not compatible with vB3, I will go ahead and try out vBadvanced. Thanks, Faranth!

MindTrix 01-17-2004 10:29 AM

RN BB guy, there are some vB3 portals released on this site, look at the vB3 release section, go to the subforums part, then scroll down to the portal area

Big J 01-17-2004 08:36 PM

I dont know what the deal is, but I'm using myVbindex for my home page and it either never loads or takes almost 2 minutes to come up. Anyone know what the problem might be? PLEASE HELP!

Heres the page that is lagging: http://www.extreme-athlete.com

Here's the forums http://www.extreme-athlete.com/forums


Thanks all!

Zachery 01-18-2004 12:02 AM

are you using the weather function?

hockyfan 01-18-2004 01:30 PM

Is there any way to allow the news area to get its threads from more than one forum?

h

Zachery 01-18-2004 04:44 PM

Quote:

Originally Posted by hockyfan
Is there any way to allow the news area to get its threads from more than one forum?



h

i belive so, read though the pages....

hockyfan 01-18-2004 09:50 PM

Quote:

Originally Posted by Faranth
i belive so, read though the pages....

I think I found it, however it was to have multiple mYvBindex's (different pages) pulling from different news forums.

All I would like, is to add a little side column (similar to the 'recent threads' column) on my current mYvBindex that will show the threads from a specific forum different from my news forum. Any way to do this?



h

Big J 01-24-2004 06:38 PM

Quote:

Originally Posted by Faranth
are you using the weather function?

yes, could this be why it's not loading? I removed the $weather from the template but it didnt fix the issue

Zachery 01-24-2004 08:12 PM

Quote:

Originally Posted by Big J
yes, could this be why it's not loading? I removed the $weather from the template but it didnt fix the issue

turn off wether in the ACP

Big J 01-24-2004 10:54 PM

Quote:

Originally Posted by Faranth
turn off wether in the ACP

I did that as well and it till didn't work. So I went to index.php and just removed the code from there. Now it works great!

Any idea why the weather stopped working out of the blue?

Zachery 01-25-2004 12:18 AM

Quote:

Originally Posted by Big J
I did that as well and it till didn't work. So I went to index.php and just removed the code from there. Now it works great!

Any idea why the weather stopped working out of the blue?

depding on how high the load is at the remote server is how long it takes for the page to be displayed

we_scooter 01-28-2004 02:22 PM

hello guyz

I have problem with redirecting after logging in using ( user log in box ) in homepage index

It goes to www.alqassim.org/member.php instead of www.alqassim.org/forums/member.php


so what is wronge ?

------------

I have the Cookie Domain
set to:

www.alqassim.org

is this ok?

Zachery 01-28-2004 07:02 PM

cookie domain should be .mysite.com nothing else.

we_scooter i dont belive you correctly did the insltation, please read the faq in the readme file

we_scooter 01-28-2004 07:15 PM

its www.domain.org

so u saying there must not be 'www' !

===========
u don't believe I did
Quote:

Suggestions for insltation:
1. insolation
2. insulation
3. insolations
4. illustration
5. elicitation
6. insulations
7. insanitation
8. insertion
9. elicitations
10. insulated

which one :P:P:P

sorry , I did the thing;) and hope to be like u someday...

thanx for replying master am happy to include ur clue ...

thanks..

we_scooter

Konrad0 01-29-2004 02:53 PM

How can i create a new page just with the right and left menu.. but no news in the middle.... but there should be such a table like the news.. :)

i hope u know what i mean :)

jarvis 02-02-2004 01:42 AM

Okay, I am not a php guru, but have fumbled along this far.

I have been running this hack for quite a while now, and am trying to get some scrolling news across the top of the page. I need to include some PHP code into my myvbindex.php that will scroll this news across the top.

Here is the code:
PHP Code:

// rss news
define('MAGPIE_DIR''/home/mhogamin/includes/magpie/');
require_once(
MAGPIE_DIR.'rss_fetch.inc');

$url 'http://www.dailygame.net/rss.xml';

if ( 
$url ) {
    
$rss fetch_rss$url );
    
    echo 
"<marquee>";
    
$count=0;
    foreach (
$rss->items as $item) {
        if(
$count=="10"){
        break;
        }
        
$count++;
        
$href $item['link'];
        
$title $item['title'];    
        echo 
"<a href=$href><font size=-1>$title</font></a>";
        echo 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
    }
    echo 
"</marquee>";


The code works within the index.php fine but puts it at the top of the page. I have been trying to put a variable called $rssnews into the index template, but am lost at how I should go about next steps so that this code executes in the right location.

Thanks much for any help!!! :D

jokerjp 02-07-2004 03:50 PM

ive no idea what this is can anyone help?
Code:

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v084711/index.php:8) in /www/htdocs/v084711/forums/admin/functions.php on line 1850

Zachery 02-07-2004 11:33 PM

Quote:

Originally Posted by jokerjp
ive no idea what this is can anyone help?
Code:

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v084711/index.php:8) in /www/htdocs/v084711/forums/admin/functions.php on line 1850

You have whitespace after ?> or before <?php

in one of your files

Assault 02-08-2004 06:57 AM

i installed dis on 2.3.3..and the news doesnt show up on the front page

jokerjp 02-08-2004 08:24 AM

i seem to have sorted the 1st problem but now ive come to a bigger problem ><
the page wont load, it seems to take hours to do so and Ive asked a number of people who have all said the same, so I went over the whole setup thing again and noticed that in member.php the following is missing:

Code:

eval("standarderror(\"".gettemplate("error_cookieclear")."\");");
Im sure thats not normal because the install guide says:

Code:

Find:
eval("standarderror(\"".gettemplate("error_cookieclear")."\");");

Replace with:
eval("standardredirect(\"".gettemplate("error_cookieclear")."\",\"\$url\");");


This will ensure your users are redirected to the proper place when they log in or out.

can anyone tell me where to put that code please?

(aslo ty faranth for your help :))

jokerjp 02-08-2004 12:20 PM

ok all new problem lol i let the page load for about an hour and eventually got this
Code:

Warning: main(./admin/functions.php) [function.main]: failed to create stream: No such file or directory in /www/htdocs/v084711/forums/global.php on line 176

Zachery 02-08-2004 12:28 PM

Quote:

Originally Posted by jokerjp
ok all new problem lol i let the page load for about an hour and eventually got this
Code:

Warning: main(./admin/functions.php) [function.main]: failed to create stream: No such file or directory in /www/htdocs/v084711/forums/global.php on line 176

If your using the weather function turn it off.



Quote:

Originally Posted by Assault
i installed dis on 2.3.3..and the news doesnt show up on the front page



make a post in your news forum. then it should show up :)

jokerjp 02-08-2004 02:10 PM

woah!
I cant thank you enough m8 :D

thanks

freedom2support 02-14-2004 10:10 PM

Is there any way I can change the "Latest Forum Topics" Bit so it displays the date and time of the last post in the topic rather than the date the topic was started?

freedom2support 02-16-2004 11:44 AM

I take that as a no then?

Zachery 02-16-2004 01:19 PM

Quote:

Originally Posted by freedom2support
Is there any way I can change the "Latest Forum Topics" Bit so it displays the date and time of the last post in the topic rather than the date the topic was started?

Yes youd just need to change the varbiles, if you try searching you might find others whove asked.

Onkel_Tom 02-23-2004 12:36 PM

Quote:

Originally Posted by Sting
nice hack, but i am stupid and on the index page, where it displays the news and stuff its all fine BUT the post icons,

ex on the forum i pick 1.gif for the post icon, but on the index page it displays as icons18.gif

anyone know what i did wrong?

I had the same problem !
You have to edit your Icon table in this way.
Icon ID 1 must be /images/icons/icon1.gif
Icon ID 10 must be /images/icons/icon10.gif
Icon ID 18 must be /images/icons/icon18.gif

All Icon ID's must be the same as the IconXY name.
After changing that all Icons on the portal page are shown correct.

lorden 02-24-2004 01:53 PM

Hey, i'd like to know 2 things that i would like to change in the hack.

1. After my members vote I want them to stay in the myvbindex page and not go straight into the forums.

2. I would like to modify the Custom2 Template for a 2nd poll and i don't know where to start. Thanks

Zachery 02-24-2004 03:59 PM

Quote:

Originally Posted by lorden
Hey, i'd like to know 2 things that i would like to change in the hack.

1. After my members vote I want them to stay in the myvbindex page and not go straight into the forums.

2. I would like to modify the Custom2 Template for a 2nd poll and i don't know where to start. Thanks

Lorden are you just starting with vBulletin? if so you really should be using vB3.

But anyway, this would require further hacking of external files to redirect them back to myvbindex. Youd need to add both another set of code, and all the html from the poll template(S)

lorden 02-24-2004 06:24 PM

Hey Zachery, yes I am jsut starting with Vbulletin. I used vb2 because vb3 seemed to have still been in beta... I wonder if i would be able to upgrade to 3? (I doubti t right?)

anyway, I'm not too good with hacking at all and I was wondering if anyone had created a type of hack like that. I can get aroundHTML, it's the php i am still having ah ard time with, like how a template gets invoked and all that stuff...

but if anyone does have any of the 2 hacks it would be great, otherwise i'll keep reading till i get it right ;)

Zachery 02-24-2004 08:50 PM

Yes you will be able to, and i advise you to upgrade esp if your just starting, and if theres no posts on your board now id tell you to do the upgrade RIGHT now.

Theres no real reason to start with vB2.

Solid-Snake 02-28-2004 05:04 AM

Ever Since I installed the hack all of my buttons have been out of whack. Now they all lead to http://ngrevolution.com/forum and mine is /forums

I must have forgot to add an s somewhere meh help please?

Russ_T 03-02-2004 10:05 PM

Hey all,

Is anyone having any problems with getting the news to update automagically? I have reindexed the news and its missed the latest post in my news forum. So I added another post, it didn't update, I uploaded the install file again and reindexed and then it showed it, but it's still missing the middle post.

Can anyone explain how it works or I'll figure it out tomorrow.

Cheers

WBFT 03-05-2004 11:18 AM

Hi I'm new here, I've installed mYvbIndex to the board and it works like a charm. It's a really great hack, and it has a great installation manual. But I have one small little problem, when I am going to admin/weather_install.php it says.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, p*****r@****.nl and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



--------------------------------------------------------------------------------

Apache/1.3.27 Server at www.*********.com Port 80


Well it isn't a big problem, cause the rest works fine.
But it would be nice if it worked.
Anyways, thanks for this great hack!

XtReMaTriX 03-06-2004 03:49 AM

I am lost...

I have had this hack installed for a good time now. I am moving to a new server and I cant get it to work.

The forums work fine, but I am getting two errors on the index page.

Quote:

SELECT template FROM template WHERE title='index_pleasevote' AND (templatesetid=7) ORDER BY templatesetid DESC LIMIT 1
AND

Quote:

UPDATE session SET lastactivity=<timestamp i think>,location'/' WHERE sessionhash'<hash>'
Any ideas why this isnt working would be GREATLY appriciated...

BTW, I am running myvbindex3-2-2 and vBulletin 2.2.8

I am on a FreeBSD server... not sure what else you need to know...

Dolamite 03-06-2004 02:28 PM

Quote:

Originally Posted by Tigga
I'm not that creative


hehe... least he's honest :P

actually i was digging your current weather more than anything.... nice little addition there :)

Dolamite 03-06-2004 02:45 PM

hehe jeezz nevermind... 2.x hacks here didnt realize

StepFenz 03-07-2004 09:04 PM

Hi there

I want to add reply-info on the newsbit.

Next to views, I'd like to add:
- reply if no one replied before, or
- the name of the last person that replied.

I had this on VBhome but I changed to Myvbindex. I've tried, but my skills are limited :ermm:
Can someone help me?

THE REAL BLAZE 03-17-2004 07:13 AM

I got this error


Database error in vbHome 2.3.4:

Invalid SQL:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( ) AND dateline>1079506531

mysql error: You have an error in your SQL syntax near ') AND dateline>1079506531
' at line 4

mysql error number: 1064

Date: Wednesday 17th of March 2004 01:16:21 AM
Script: http://rapblock.com/forums/
Referer:


All times are GMT. The time now is 05:17 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.04789 seconds
  • Memory Usage 1,849KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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