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)

chrisvonc 05-20-2004 12:17 AM

On main page of vBAdvanced.com in the Program/Scripts section. :)

350Chevy 05-23-2004 12:55 AM

Once again you did an excellent job Tigga.. I've installed this. It's missing a Top 10 Posters hack though (like your MyVBIndex used to have..)

I was toying with this but I just can't get it to work.. So far this is what I have..

in adv_index.php I replaced the custom2 section with:

Code:

if ($vboptions['showcustom2'])
{
        $getstats_posters = $DB_site->query("SELECT username, userid, posts FROM ".TABLE_PREFIX."user ORDER BY posts DESC LIMIT 10");
        while ($getstats_poster = $DB_site->fetch_array($getstats_posters))
                {
                eval('$getstats_posters .= "' . fetch_template('index_topposters') . '";');
                }
        $getbgrow = getrowcolor();
        eval('$custom2 .= "' . fetch_template('index_custom2') . '";');
}

index_custom2 template was replaced with:

Code:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat" width="100%"><span class="smallfont"><b>$vboptions[blockbullet]Top 10 Posters</b></span></td></tr>
<tr>
<td width="100%">
$getstats_posters
</td>
</tr>
</span>
</td>
</tr>
</table>
<br />

I added a new template called index_topposters:

Code:

<b><a href="forums/member.php?u=$getstats_poster[userid]">$getstats_poster[username]</a></b>
<b>($getstats_poster[posts])</b>

the outcome shows the following attached image...

Sooo close.. yet so far.. Only the top poster and this wierd "Resource id #15" in front of the user's name (user ID of the top poster is #16 if that's anything..)

Any help to get this working would be greatly appreciative.. :)

Zachery 05-23-2004 02:13 AM

Just fyi, the new version of vBadvanced has been released ;) you should checkout vbadvanced.com ;)

350Chevy 05-23-2004 04:55 AM

Sure.. tell me now after I've installed it the other day from here.. :lol: j/k :D

350Chevy 05-23-2004 05:00 AM

Quote:

Originally Posted by Zachery
Just fyi, the new version of vBadvanced has been released ;) you should checkout vbadvanced.com ;)

All I see is vb 1.1 which is the same version on here, which is the same version that I installed, and which is the same version that does not have the top posters on it as MyVBIndex did.. Thnx though.. :rolleyes:

Zachery 05-23-2004 06:13 AM

vBadvanced CMPS is the new version, its a whole new system :)

350Chevy 05-23-2004 06:33 AM

Found it.. tried upgrading.. no upgrade instructions and it messed up the board.. would much rather keep what I have and what works and fix this tiny problem with the top posters.. Thnx though.. :)

350Chevy 05-23-2004 02:59 PM

I got my top poster add-on for vbadvanced 1.1 working.. thnx for the help...

Dark s.s. Trunk 05-24-2004 06:05 AM

OK for the news area on the vbadvanced is it posible to make just the news area or other select areas be included in a webpage as well. I am still new so I am not sure how to do some things yet.... sorry if its a stupid question.

350Chevy 05-24-2004 08:17 AM

I'm not sure I understand the question. Are you asking if it's possible to have nothing but the news as the home page? If so, I don't think it's possible without editing the index php file yourself..

Goto www.vbadvanced.com they seem to have a much newer version available along with mods and add-ons. I wish I'd known this before I installed this but it looks like the writer was too lazy to post it here even though 1.1 is about 5 months older than the newest version. it was my bad that I came here for all my hacking needs first I guess....

Dark s.s. Trunk 05-24-2004 03:34 PM

lol, I was actually cerious in if it is possible to add that news section to a webpage somewhere else....../ I run a site dah! lol. But I have 2 parts a site and the forums..... and want to use the vb to update theinfo and news on my site part.

350Chevy 05-24-2004 04:27 PM

I suppose you could just edit the index template and take everything out that you don't want/need but the $newsbit.

Zachery 05-24-2004 05:45 PM

Quote:

Originally Posted by Dark s.s. Trunk
lol, I was actually cerious in if it is possible to add that news section to a webpage somewhere else....../ I run a site dah! lol. But I have 2 parts a site and the forums..... and want to use the vb to update theinfo and news on my site part.

anything is possible

www.usshomestarrunner.com << thats vBadvanced :)

Randomlove 05-25-2004 09:50 AM

Looks good, a lot of work need to be done to customize...clicking install :)

R.L. :)

Zachery 05-25-2004 09:52 AM

Quote:

Originally Posted by Randomlove
Looks good, a lot of work need to be done to customize...clicking install :)

R.L. :)

Site is down atm for everyone to know

Actuatlly that only took me about 30 min to do, but i also know my way around vBa way more than most people ;p0

(edit MY sites not vBadvaced's

Dark s.s. Trunk 05-26-2004 06:26 AM

Quote:

Originally Posted by 350Chevy
I suppose you could just edit the index template and take everything out that you don't want/need but the $newsbit.

yea it would work however I want to keep both vbadanced and my page.

350Chevy 05-27-2004 01:34 AM

There's a news hack I saw in one of the forums. Sounds like that's what you're looking for. This is a portal.. ;)

Casparian 05-27-2004 08:51 PM

I upgraded my vBulletin a few weeks ago and the script broke. I've only just got around to reinstalling it, but now I've got a problem - in the Options in admin cp, all the options dont have titles, just the radio or text entry boxes. And on the vbAdvanced page, many of hte boxes don't have titles or other text showing correctly. Any idea how to fix this? I think I did it once long ago but can't remember now :(

http://forums.wiccauk.com/adv_index.php

MustangLisa 05-30-2004 11:09 PM

When I run the adv_index.php I get this error:
Fatal error: Failed opening required '.global.php' (include_path='.:/usr/local/nf/lib/php') in /mnt/web_a/d24/s26/b01b4b09/www/adv_index.php on line 77

Please help!
Lisa.
BlackMustangClub.com

Zachery 05-31-2004 03:58 AM

Quote:

Originally Posted by MustangLisa
When I run the adv_index.php I get this error:
Fatal error: Failed opening required '.global.php' (include_path='.:/usr/local/nf/lib/php') in /mnt/web_a/d24/s26/b01b4b09/www/adv_index.php on line 77

Please help!
Lisa.
BlackMustangClub.com

You didnt edit your path correctly

MustangLisa 05-31-2004 01:38 PM

When I did the info.php thing to get the proper path, it doesn't give me a _SERVER["PATH_TRANSLATED"] to get the proper path. I'm not sure what to put on line 77 of the adv_index.php

Thanks,
Lisa.

Zachery 05-31-2004 01:44 PM

Quote:

Originally Posted by MustangLisa
When I did the info.php thing to get the proper path, it doesn't give me a _SERVER["PATH_TRANSLATED"] to get the proper path. I'm not sure what to put on line 77 of the adv_index.php

Thanks,
Lisa.

Line 77? the chdir line should only be like 10-15 lines down

MustangLisa 05-31-2004 01:45 PM

My adv_index.php page has 722 lines ???

Zachery 05-31-2004 01:47 PM

Quote:

Originally Posted by MustangLisa
My adv_index.php page has 722 lines ???

yes, but the chdir line which needs to be edited is only a few lines from the begining of the file.

MustangLisa 05-31-2004 01:59 PM

Right, on line 15. But when I did that, I get the above error which says there is a problem on line 77.

FallingIdol 05-31-2004 05:13 PM

I have a question in the read me it says to in the includes/adminfunctions_template.php to find 'forumhome' => $vbphrase['forum_home'], I can only find this 'forumhome' => $vbphrase['group_forum_home'] I was wondering if anyone could help me i searched using the find and everything can anyone help.

r6xual 06-03-2004 07:38 AM

Well i got it installed on my site however i am running into a few questions/probelms.

1. go to www.gpfanatix.com and for some reason the blocks on the right hand side are squeezing in toward the middle? How can this be fixed?
2. How am i able to edit the custom boxes? I dont see anywhere in the admin cp. Any ideas?

Zachery 06-03-2004 07:42 AM

You havent added a forum to get news from, and you can edit the custom boxes from the AdminCP's style manager

MustangLisa 06-03-2004 11:02 PM

Can someone please help me...see my posts above.
Thanks.

MustangLisa 06-06-2004 11:51 PM

Hello...can someone help me, please. I'm wondering if the $160 was a waste of money...

Amzadi 06-07-2004 12:34 AM

You mean for VB?
Best VB Pro - Still the best Forum software available.
Worst VB Con - Only works with MySQL database software. Not a good choice for corporations wanting to use Oracle, MsSQL or any other database software.

As for your problems regarding hacks, it sounds like you need to get someone more in touch with MySQL and PHP to fix it for you.

0zone 06-08-2004 11:53 AM

Quote:

Originally Posted by FallingIdol
I have a question in the read me it says to in the includes/adminfunctions_template.php to find 'forumhome' => $vbphrase['forum_home'], I can only find this 'forumhome' => $vbphrase['group_forum_home'] I was wondering if anyone could help me i searched using the find and everything can anyone help.

'forumhome' => $vbphrase['group_forum_home']

That is the phrase you want.

In the install file they left out 'group_.

|oR|Greg 06-09-2004 01:43 PM

With this hack, can the index.php be renamed to something like main.php and everything still work?

Highlander 06-10-2004 05:33 AM

everything is working fine, but i noticed a little error.
This error only shows up, if the user is not logged in or a guest (unregitered user).

The Error:
The page loads normally, but a script error is reported in IE v6.0 on line 2. You know the script Errors reported in IE, you can klick on details or klick OK so the browser will go on, the page still loads and the content is showing without problems, but this message is slicky for first time visitors .. they see an error and are closing the page ..
If users are logged in, no script error message is reported, also in the bottomline of the brwoser nothing is reported .. only guests or not logged in users get this error.

It says something from undefined ... error on line 2

i have no idea what this can be, please help me out to kill this little bug/error

thanx
Highlander

himerus 06-14-2004 04:09 PM

Does anyone have a query set up to pull the last posts from the DB rather than the original thread?

I want to highlight a couple of forums, and have the most recent post & posters info show up rather than the original post from thread, as many of them are well outdated, and not always related to most recent posts.

Any Ideas??????? TIA

lichtflits 06-14-2004 04:13 PM

you shoud use the new adv version. The cms version. Its a lot better.

himerus 06-14-2004 04:43 PM

Is that the only one being developed on anymore?

My main issue is wanting to highlight new posts rather than news in the main newsbit section of the index page....

Can I upgrade from vbadvanced homepage to the CPMS?

Zachery 06-14-2004 05:05 PM

Quote:

Originally Posted by himerus
Is that the only one being developed on anymore?

My main issue is wanting to highlight new posts rather than news in the main newsbit section of the index page....

Can I upgrade from vbadvanced homepage to the CPMS?

Im not sure if brian plans to continuely update this system anymore, i think he might release a final fix and continue to fix bugs, but im not sure about new features.

Yes you can :)

Reeve of shinra 06-15-2004 03:11 AM

Two quick questions for those that are using the CMPS or are familiar with it:

1. If I post an image to the thread will it show in the news section of the front page?

2. If I have a thread thats news worthy in one of the forums, can I select that and have it appear on the news section of the main page?

Zachery 06-15-2004 03:50 AM

1. yes if you enable img code in the options otherwise no

2. No, but you could copy it into your news forum.


All times are GMT. The time now is 09:10 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.02583 seconds
  • Memory Usage 1,826KB
  • 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
  • (3)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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