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)

LeeCHeSSS 10-07-2002 06:57 AM

Update: copied & pasted the "old" 3.2 poll-code in my current 3.3 index.php

Poll is working now again.

So I'm available for support, but only for version 3.3 or matters that are not dependant of version.

TECK 10-07-2002 07:07 AM

leechesss, you should upgrade to 3.4. the code was improved, especially the articles query.
upgrade and turn off the options you dont want. it will run faster then 3.3
however, the poll code never changed, except a little for the query. make sure you insert the $ipollperms the way they are now.

just skip the member.php and template related changes.

Smoothie 10-07-2002 07:10 AM

Quote:

Originally posted by TECK
quote from the upgrade script, welcome page:

i was tired of writing code, so i thought a note on the first page of the upgrader will be enough. i will add the info in the readmefirst file tomorrow. thanks smoothie.

Yea, sorry man, I was a little unclear about what to do. Didn't want to mess up all the work I had done to this point by making a silly mistake. BTW, I will gladly help anyone that needs it here, at least to the best of my ability. Teck has been more than accomodating, and it's the least I can do. Not an expert by any means, but I'll do my best. :)

LeeCHeSSS 10-07-2002 07:19 AM

Don't worry TECK. I will upgrade eventually, it's just that I don't have the time to keep up with you :) :)

And my current setup works, so I won't bother to change a winning team until there is serious reason to do so (eg. security issues).

TECK 10-07-2002 07:20 AM

i will not make a new release for a while. maybe next month, after i finish my forums.

LeeCHeSSS 10-07-2002 07:34 AM

I'm looking forward to your forums :)

Smoothie 10-07-2002 07:45 AM

Upgrade to 3.4 went well.

Smoothie 10-07-2002 07:58 AM

Question about avatars. The journalist group or whatever group I pick, by default has access to these avatars I upload, right? Now, this avatar that they pick only shows on the main index page, next to the news they post, right? Not in the forums postbit? The avatar in the postbit remains the one they uploaded, not the one from the jounalist group? Confused.........about this.

TECK 10-07-2002 08:37 AM

no, the avatar will be displayed also the postbit. the idea hiding them is to prevent other users to use the journalist avatars.
but they will work the same way like regular avatars. it's kind of a private avatar section for your staff only. the staff will have their predefined avatars that they select (the best way is to use pictures, it looks cool... look at sitepoint website). the rest of users can upload their custom avatars the usual way.

i did it this way to save a big JOIN, since the "default avatar" table will be alot smaller then the "custom avatar" one. the result will be a faster search onto the database, since the default table will have only few id's, instead of 10,000 for example, in the custom one.

also, if you disable the uploads, your custom avatars will not work, but the default ones, will.

btw, your no. of queries looks good now. :)

TECK 10-07-2002 09:44 AM

ok. i wrote in a better way now the poll query.
i need few beta testers with v3.4 installed to upload the new vbHL index.php file before i release it...

Atheyus 10-07-2002 10:17 AM

I'd like to try out this hack on my forums...

Link for my forums...
http://forums.orbsydia.com/index.php?s=

Please PM me the password for the zip.

Thank you..

LeeCHeSSS 10-07-2002 10:25 AM

Tried the file you send, doesn't work (simply no poll showing up)

nycunderground 10-07-2002 11:30 AM

I agree :)

hypedave 10-07-2002 12:18 PM

Quote:

Originally posted by TECK
no. just download again the package upload index.php file only. it's only a dot in there changed but that dot is important.
ok cool, thanks
Um I was wondering, since I am going to put vbhome on Mindsights, I was wondering how to keep my footer in tact as well has keep the vbhome footer their as well. I know you said dont remove the footer wich I want, but here is how my current vb footer looks like and was wondering if I can do the same with vbhome. thanks

oh yeah umm on my forum I have a second news section and was wondering will vbhome 3.5 allow you to have two news group forums for the main page.

refertech 10-07-2002 01:17 PM

[high]* refertech scratching his head.
[/high]
I dont see those codes in my templates.

Ok, ill buy the beer for some one on one. :) But I know your busy so ill keep working on it. But 3.4 is working great for me. Thank you for your patience with me. Teck. Your probably thinking, why did i ever start this thread. :)

Mark
Quote:

Originally posted by TECK
ok badham... i'm readdy to make you happy, as well as refertech. he had the same problem. :)
error_nopermission_loggedout template
FIND:
Code:

<form action="member.php" method="post">
[...html code...]
<a href="register.php?s=$session[sessionhash]&action=signup">

REPLACE WITH:
Code:

<form action="$bburl/member.php" method="post">
[...html code...]
<a href="$bburl/register.php?s=$session[sessionhash]&action=signup">

username_loggedout template
FIND:
Code:

<a href="register.php?action=signup">Want to register?</a>
[...html code...]
<a href="member.php?action=lostpw">Forgotten your password?</a>

REPLACE WITH:
Code:

<a href="$bburl/register.php?action=signup">Want to register?</a>
[...html code...]
<a href="$bburl/member.php?action=lostpw">Forgotten your password?</a>

enjoy. :)


refertech 10-07-2002 01:20 PM

This may help you out man.

https://vborg.vbsupport.ru/showthrea...&pagenumber=34
Quote:

Originally posted by hypedave


ok cool, thanks
Um I was wondering, since I am going to put vbhome on Mindsights, I was wondering how to keep my footer in tact as well has keep the vbhome footer their as well. I know you said dont remove the footer wich I want, but here is how my current vb footer looks like and was wondering if I can do the same with vbhome. thanks

oh yeah umm on my forum I have a second news section and was wondering will vbhome 3.5 allow you to have two news group forums for the main page.


badham 10-07-2002 01:26 PM

Quote:

Originally posted by refertech
* refertech scratching his head.
I dont see those codes in my templates.

Ok, ill buy the beer for someone on one. :) But I know your busy so ill keep working on it. But 3.4 is working great for me. Thank you for your patience with me. Teck. Your probably thinking, why did i ever start this thread. :)

Mark

refertech, did this fix the problem for you, cause it did not for me. I am on VBhome 3.4 and everything works great, BUT I still can't login at the www.mysite.com url. When I edited the templates mentioned, I could not login at all except under my admin control panel WTF??? Anyway, if someone trips across a cure, let me know.

PS TECK I could really use that logout and forum button from your site.........:)

refertech 10-07-2002 02:11 PM

No, i couldnt find the code that Teck was telling me to replace. Part of that code was in those templates but not all of it, so until i talk with Teck im scared to mess with much. Teck is a smart guy he will beable to tell us what we did wrong.

Mark

Goldknight 10-07-2002 02:18 PM

Quote:

Originally posted by Smoothie
Question about avatars. The journalist group or whatever group I pick, by default has access to these avatars I upload, right? Now, this avatar that they pick only shows on the main index page, next to the news they post, right? Not in the forums postbit? The avatar in the postbit remains the one they uploaded, not the one from the jounalist group? Confused.........about this.
I post about that and yet Teck didnt answer so I wonder if you understand Teck's post that he answer your QQ? If so can you clear it up? Really, I dont undy what Teck said. I wonder if you know how to get Journalist's avatar on home page? If so, can you explain a bit about this?

Thanks

badham 10-07-2002 03:02 PM

Quote:

Originally posted by refertech
No, i couldnt find the code that Teck was telling me to replace. Part of that code was in those templates but not all of it, so until i talk with Teck im scared to mess with much. Teck is a smart guy he will beable to tell us what we did wrong.

Mark

Well the code I understand, he had us adding $bburl in front of the member.php and the register.php in those lines. The problem is it didn't help, actually made it where you could not login at all. I a msure TECK will figure this out. I love the Vbhome, I am adding more to it now. Wonder if there is a way to get the vbulletin login box to not come up and instead use the vbhome login. Of course I have my board to where you ca nview nothing if you are a guest, so that may have something to do with it.

Still want then logout and forum button TECK............LOL

LeeCHeSSS 10-07-2002 03:10 PM

How about you add "$bburl/forums/" in front of member.php and register.php? (instead of just $bburl)

refertech 10-07-2002 03:14 PM

Yea, that would be cool. I'll keep on it and let ya know if i come up with something. I also have guest dis abled on my board too. :)

Mark

badham 10-07-2002 03:16 PM

Well I have not tried that, but the value for $bburl on my board is www.mysite.com/forums so I don't think it would help.

LeeCHeSSS 10-07-2002 03:18 PM

On your BOARD yes, but I've noticed that in vbHome it seems to point to your root instead. There's no harm in trying.

refertech 10-07-2002 03:18 PM

Ahh, Leechesss. That worked for me. :) Man thanks.

Mark

LeeCHeSSS 10-07-2002 03:25 PM

Thought so...

Smoothie 10-07-2002 03:42 PM

Ya, all your normal links in the nav bar on vbHome will have to set to $bburl/register.php, etc. Don't forget search as well.

Smoothie 10-07-2002 03:44 PM

Quote:

Originally posted by Goldknight

I post about that and yet Teck didnt answer so I wonder if you understand Teck's post that he answer your QQ? If so can you clear it up? Really, I dont undy what Teck said. I wonder if you know how to get Journalist's avatar on home page? If so, can you explain a bit about this?

Thanks

Basically, its set so that if you have members who report the news to your front page, you want to make sure they don't have a bad avatar. This prevents them from uploading one that would appear on the main index. YOU, have control over which avatar they would use.

Smoothie 10-07-2002 03:45 PM

Who wants to help with adding a forum jump to the vbHome page?

Smoothie 10-07-2002 03:46 PM

Does anyone know how many queries the forum jump adds?

badham 10-07-2002 04:14 PM

Quote:

Originally posted by LeeCHeSSS
On your BOARD yes, but I've noticed that in vbHome it seems to point to your root instead. There's no harm in trying.

You my friend, are the man!!!! That took care of it. Now all I need is that logout and forum standard button of of TECK's test board, and I will be set...................Thanks

I feel so duuuuuuuuummmmbbb. LOL :banana:

TECK 10-07-2002 04:36 PM

Quote:

Originally posted by Smoothie
Who wants to help with adding a forum jump to the vbHome page?
stay away from it, it will add 2 queries.

TECK 10-07-2002 04:40 PM

Quote:

Originally posted by badham
Now all I need is that logout and forum standard button of of TECK's test board, and I will be set...................Thanks
just un-quote in the header the "logout" button. :)

TECK 10-07-2002 04:50 PM

Quote:

Originally posted by hypedave


ok cool, thanks
Um I was wondering, since I am going to put vbhome on Mindsights, I was wondering how to keep my footer in tact as well has keep the vbhome footer their as well. I know you said dont remove the footer wich I want, but here is how my current vb footer looks like and was wondering if I can do the same with vbhome. thanks

oh yeah umm on my forum I have a second news section and was wondering will vbhome 3.5 allow you to have two news group forums for the main page.

all you have to do is make the graphic footer bar, saying:
Powered by vbHome (lite) and vBulletin ... (more text here)

then, use a <map> to place the link only in certain areas, more exacly over the product text.

TECK 10-07-2002 05:14 PM

i just looked at one our new vbHome members home page. no wonder he want to switch to vbHome:
Page generated in 0.48173304 seconds (27.39% PHP - 72.61% MySQL) with 49 queries.

Goldknight 10-07-2002 05:35 PM

Quote:

Originally posted by Smoothie
Basically, its set so that if you have members who report the news to your front page, you want to make sure they don't have a bad avatar. This prevents them from uploading one that would appear on the main index. YOU, have control over which avatar they would use.
Ok, thanks... I try and avatar refuse to show on home page, so I edit Teck's hack and modifty a bit with my code. It finally work and show it at homepage.

Thanks for response

obiwan8472 10-07-2002 05:36 PM

TECK.
Is it ok to modify the template so I include a small menu on the right hand side so Members can go straight to my forum, or goto other SHTML pages?
Just checking if I am allowed before I do.
Thanx

Dean C 10-07-2002 05:40 PM

i would like to try this out now Teck...

can u PM me that password :D

Regards

- miSt

Goldknight 10-07-2002 05:40 PM

Quote:

Originally posted by obiwan8472
TECK.
Is it ok to modify the template so I include a small menu on the right hand side so Members can go straight to my forum, or goto other SHTML pages?
Just checking if I am allowed before I do.
Thanx

Yes you are allow to do that.

I add several new codes and modifty templates myself this morning since I recieve no answer from Teck *shrug* but you are allow to do that as long as you leave copyright alone.

TECK 10-07-2002 06:19 PM

Quote:

Originally posted by Mist
i would like to try this out now Teck...

can u PM me that password :D

Regards

- miSt

read the copyright rules mist. thank you.


All times are GMT. The time now is 10:50 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.03034 seconds
  • Memory Usage 1,836KB
  • 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_code_printable
  • (15)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
  • (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