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)
-   -   vbHome (lite) - your vBulletin(powered) main homepage (https://vborg.vbsupport.ru/showthread.php?t=36756)

TECK 11-04-2002 10:12 PM

ok

wolfe 11-04-2002 11:01 PM

d00d can u interigate the vPortal Reviews stuff like the reviews.php and the database file then i will add it to it and i won't loose my great reviews

wolfe 11-04-2002 11:42 PM

whats this image trying to load in the news boxes in the backgroud of it it says View DEATHCAT's Porfile

the image is called

929bdress.gif

whats this

wolfe 11-04-2002 11:42 PM

whats this image trying to load in the news boxes in the backgroud of it it says View DEATHCAT's Porfile

the image is called

929bdress.gif

whats this

TECK 11-05-2002 01:25 AM

you messed ur templates wolfe, is not from vbHL this file.
ahh wait.. is the avatar image for ur journalist.

Marshalus 11-05-2002 05:15 AM

Quote:

Originally posted by WebMasterAJ
Hmmm... I'll just put a } after the shorturl line... but if you want to take a look...

link removed

I'll let you know if my plan works...

The posting of whole vB files is strictly prohibited by the vB licence agreement. I would suggest you remove that link before the moderator I just reported it to does so and contacts you about it.

LeeCHeSSS 11-05-2002 11:32 AM

Quote:

Originally posted by BeatDown


"warn ... warn ... warn" :banana:

I am interested in this one for sure. Can you send it my way?

Do you think it would be simple to modify it to allow polls that are posted in several "named" forums to show up on the vbHome (Lite) page?

I'll go with a single forum instead of a single user, but being able to have polls from several forums (not all) would be ideal.

Many thanks, dude.

open your vbHome index.php. Find:
Code:

$iuserperms = 'AND thread.postuserid IN (' . $activepollusers . ')';
and REPLACE WITH:
Code:

$pollfora = 'AND forumid IN (' . $pollfora . ')';
then find
Code:

    WHERE thread.visible=1 AND thread.open<>10 $iuserperms
and REPLACE WITH:
Code:

    WHERE thread.visible=1 AND thread.open<>10 $pollfora
Save and upload modified index.php.
Next, go to your forum's admin directory and run setting.php (www.yourdomain.com/forums/admin/setting.php). Scroll all the way down to the section called "vbHome Page" and click on the [edit] link next to activepollusers.

Change the following settings to: Title ->
Code:

Poll Fora
Variable Name ->
Code:

pollfora
Description ->
Code:

The forum ID('s) assigned to your home page polls.<br>Multiple fora allowed - seperate each with a comma (,).
Leave the other settings alone.

Now go to your admin control panel and change the vbHome settings as you normally would.

Hope this works, cos I typed all this from memory.

wolfe 11-05-2002 01:31 PM

Quote:

Originally posted by TECK
you messed ur templates wolfe, is not from vbHL this file.
ahh wait.. is the avatar image for ur journalist.

yeah d00d i set admins as the journalist what ever that means

also d00d

is there a way i can change the post polls to usergroupid='X'

instead of

userid='X'

LeeCHeSSS 11-05-2002 03:37 PM

Quote:

Originally posted by wolfe


yeah d00d i set admins as the journalist what ever that means

also d00d

is there a way i can change the post polls to usergroupid='X'

instead of

userid='X'

You answered your own question...

TECK 11-05-2002 07:13 PM

leechesss, can you make me a favor? change the terminology to english, for your poll hack.
i want to link it to the first post. thanks. :)

wolfe 11-05-2002 09:10 PM

Quote:

Originally posted by LeeCHeSSS
You answered your own question...
i ment where do i change it lol

Oxygen 11-06-2002 02:29 AM

Installed perfectly per the instructions.

however, I get and error when a new poll is posted..

get_bbarraycookie

I tried to search on the .org for this, however your 1000 post topic is all that has it, so any help would be appreciated.

Regards,
Sean

TECK 11-06-2002 02:31 AM

sean, upgrade to latest vb version. it will solve your problem.
vbHL is based on vb228 functions.

if you don't want to upgrade, you should disable the poll.
hope that helps. cheers.

BeatDown 11-06-2002 08:38 PM

Quote:

Originally posted by LeeCHeSSS
open your vbHome index.php. Find:

Code:

$iuserperms = 'AND thread.postuserid=' . implode(' OR thread.postuserid=', explode(',', $activepollusers));
and REPLACE WITH:

Code:

$pollfora = 'AND forumid=' . implode(' OR forumid=', explode(',', $pollfora));

I cannot find the first line in the code. I find 2 lines with iuserperms in it. The closest line I find is the following:

Code:

$iuserperms = 'AND thread.postuserid IN (' . $activepollusers . ')';
Should I replace this line?

Thanks for doing this. This looks like exactly what I need.

LeeCHeSSS 11-06-2002 09:49 PM

Hmm, you aren't using the latest vbHome index.php file?

Jitway 11-06-2002 11:34 PM

OK I installed the hack by the book and it works great but now when I try to update my templates in the admin cp I get this error.......Parse error: parse error, unexpected '=' in /home/jitway/public_html/forums/admin/template.php on line 593 and this is that line of code....... $prop.="=\""; but that is the original line of code in the template.php file so what is up? Any help?

badham 11-06-2002 11:50 PM

ok, here is a question that is probably easily answered, but I can not get it to work. I want to make my VBhome page 3 columns like a vb portal. Rigth now I am just trying to move the latest disscussion and affilated links to the right side and reduce the articles size to balance. I can reduce the article size, but can not move the 2 bits to the right. Any help would be appreciated. This hack is great and works really well, by the way.

badham

Gutty 11-07-2002 12:26 AM

hey,

is it possible to set the news posting group to multiple user groups, cause i have thousands of user groups and tey all are different permissions for diff forums....

?

BeatDown 11-07-2002 12:34 AM

Quote:

Originally posted by LeeCHeSSS
Hmm, you aren't using the latest vbHome index.php file?
Ok. I have 2 different vbhomelite_v35.zip files, both downloaded from this site. Comparing index.php in them both:

VERSION I INSTALLED
-------------------------------------------------------------------------------
File: index.php
Size: 11,151
Date: 10/16/2002
Time: 3:31pm
Line in file: The line I state as finding.


VERSION I DID NOT INSTALL
--------------------------------------------------------------------------------
File: index.php
Size: 11,313
Date: 10/15/2002
Time: 4:34pm
Line in file: The line you state to find.


I *JUST* re-downloaded the archive from the first post, and it is different from the above 2:

File: index.php
Size: 11,215
Date: 10/18/2002
Time: 7:13am
Line in file: The line I state as finding.


It looks like I'm running a version between yours and the newest.

badham 11-07-2002 01:53 AM

Quote:

Originally posted by badham
ok, here is a question that is probably easily answered, but I can not get it to work. I want to make my VBhome page 3 columns like a vb portal. Rigth now I am just trying to move the latest disscussion and affilated links to the right side and reduce the articles size to balance. I can reduce the article size, but can not move the 2 bits to the right. Any help would be appreciated. This hack is great and works really well, by the way.

badham

Nevermind I got it, but now I am trying to add an user online column and strugling with it. Normally my hacking goes smooth, but I must be having a brain fart. Is there a homepage hack for users currently online and yes I have used the search button.

badham

LeeCHeSSS 11-07-2002 04:04 AM

Quote:

Originally posted by BeatDown


Ok. I have 2 different vbhomelite_v35.zip files, both downloaded from this site. Comparing index.php in them both:

VERSION I INSTALLED
-------------------------------------------------------------------------------
File: index.php
Size: 11,151
Date: 10/16/2002
Time: 3:31pm
Line in file: The line I state as finding.


VERSION I DID NOT INSTALL
--------------------------------------------------------------------------------
File: index.php
Size: 11,313
Date: 10/15/2002
Time: 4:34pm
Line in file: The line you state to find.


I *JUST* re-downloaded the archive from the first post, and it is different from the above 2:

File: index.php
Size: 11,215
Date: 10/18/2002
Time: 7:13am
Line in file: The line I state as finding.


It looks like I'm running a version between yours and the newest.

I checked the file in the zip yesterday as well, it seems your line is indeed in the file now :)
I'll update my post to work with only the latest index.php...

Anitah 11-07-2002 05:03 AM

I'm not sure I understand this:

The default avatars will be from now your staff images. I recommend you to use pictures. They will work the same way like normal avatars, with the exception that they will be viewed only by your staff. The rest of members will be able to upload their own custom avatars, as usual.

I would like for journalists to use avatars but not to the exclusion of the rest of the members.

Can't I have both? ;)

Gutty 11-07-2002 10:35 AM

Quote:

Originally posted by Gutty
hey,

is it possible to set the news posting group to multiple user groups, cause i have thousands of user groups and tey all are different permissions for diff forums....

?


wolfe 11-07-2002 01:48 PM

something gone wrong i have done everthing right and now its not showing :(

http://wwws.s2k2.com/index.php

wolfe 11-07-2002 01:49 PM

sorted had url wrong LMFAO

wolfe 11-07-2002 02:26 PM

an i allowed to modify it alot like adding a left and right colum :D

LeeCHeSSS 11-07-2002 02:54 PM

wolfe: WHY are you so bloody ignorant and have you removed vbHome's copyright?!

wolfe 11-07-2002 02:59 PM

no i have not removed it and wtf you mean Ignorent ??

LeeCHeSSS 11-07-2002 03:23 PM

Do you really think you can fool us by quickly replacing it? Anyway I won't bother with helping you...

BeatDown 11-07-2002 03:34 PM

Quote:

Originally posted by LeeCHeSSS
I checked the file in the zip yesterday as well, it seems your line is indeed in the file now :)
I'll update my post to work with only the latest index.php...

Many thanks.....

BeatDown 11-07-2002 03:48 PM

Quote:

Originally posted by LeeCHeSSS
I checked the file in the zip yesterday as well, it seems your line is indeed in the file now :)
I'll update my post to work with only the latest index.php...

Sweet! This works like a charm.

*MANY THANKS* for taking the time to write and post this.

:banana:

camikazi2k 11-07-2002 06:10 PM

am having a problem i cant see anything in the main page?
any idea why?

camikazi2k 11-07-2002 06:17 PM

here is another thing
how can i add to the main page that bar on top of vbulletin.org with Home FORUM

BeatDown 11-07-2002 06:43 PM

Quote:

Originally posted by camikazi2k
am having a problem i cant see anything in the main page?
any idea why?

Ensure you are running vBulletin 2.2.8

If so, rerun through everything. All of the steps are in the readme that comes with vbHL. If they are followed TO THE LETTER you will be successful (as everyone else has been).

BeatDown 11-07-2002 06:45 PM

Quote:

Originally posted by camikazi2k
here is another thing
how can i add to the main page that bar on top of vbulletin.org with Home FORUM

I'm goingto assume you mean the button bar with "home" "hacks" "chat", etc. You'll need to create your own graphics (as I doubt vbulletin.org would appreciate you taking theirs) and then update your templates.

TECK 11-07-2002 06:46 PM

thanks beatdown :)
btw very nice job on customizing vbHL... at the first look, i thought it was phpportals.. lol.

TECK 11-07-2002 07:04 PM

vbHome (lite) is nominated for HOTM. :)
read and vote for your favorite hack here:
https://vborg.vbsupport.ru/showthrea...threadid=45397

camikazi2k 11-07-2002 07:40 PM

Quote:

Originally posted by BeatDown


Ensure you are running vBulletin 2.2.8

If so, rerun through everything. All of the steps are in the readme that comes with vbHL. If they are followed TO THE LETTER you will be successful (as everyone else has been).

i followed every single step all over
and i am running 2.2.8

camikazi2k 11-07-2002 07:41 PM

Quote:

Originally posted by BeatDown


I'm goingto assume you mean the button bar with "home" "hacks" "chat", etc. You'll need to create your own graphics (as I doubt vbulletin.org would appreciate you taking theirs) and then update your templates.

i meant that
and i have my own buttons just want to know which template i need to edit
thank you

LeeCHeSSS 11-07-2002 09:19 PM

Quote:

Originally posted by camikazi2k
am having a problem i cant see anything in the main page?
any idea why?

You made a mistake.

That's all we can conclude from your post. If you want us to help you, at least try to provide us with details...


All times are GMT. The time now is 10:52 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.03140 seconds
  • Memory Usage 1,835KB
  • 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
  • (10)bbcode_code_printable
  • (17)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