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 09-30-2002 05:48 PM

post here bouncer your url. you could also pm it to me if you want it undisclosed and not added to the 2nd post list.
thanks

bouncer18 09-30-2002 05:51 PM

its www.purposebuilt.org

TECK 09-30-2002 05:55 PM

i send you the pm bouncer18.
thank you for installing my hack.

bouncer18 09-30-2002 06:49 PM

99% sure i followed exact instructions.

my problem is when i hit the VOTE POLL button it is taking me to www.url.com/poll.php rather then www.url.com/forum/poll.php

i manually edited the templates to correct the links but am unable to locate where to edit the submit button


duh n/m i see poll.php now

TECK 09-30-2002 07:14 PM

You are correct, another bug fixed thanks to bouncer18. :)
In template home_polloptions find:
Code:

<form action="poll.php" method="post">
Replace it with:
Code:

<form action="$bburl/poll.php" method="post">
Find:
Code:

<a href="poll.php?s=$session[sessionhash]&action=showresults&pollid=$poll[pollid]">
Replace it with:
Code:

<a href="$bburl/poll.php?s=$session[sessionhash]&action=showresults&pollid=$poll[pollid]">
In template home_pollcomment find:
Code:

<a href="showthread.php?s=$session[sessionhash]&threadid=$poll[threadid]">
Replace it with:
Code:

<a href="$bburl/showthread.php?s=$session[sessionhash]&threadid=$poll[threadid]">
In template home_pmloggedin find:
Code:

<a href="private.php?s=$session[sessionhash]" title="Open Your Private Messages $inboxname">
Replace it with:
Code:

<a href="$bburl/private.php?s=$session[sessionhash]" title="Open Your Private Messages $inboxname">
I will update the installer now. Let me know if you see any other template bugs. Thanks.

bouncer18 09-30-2002 07:29 PM

nice work

i love this version, it so much more user/newbie friendly.

Ever publish the addon that shows images like phpnuke?

TECK 09-30-2002 07:30 PM

i will work on it.. probably on the v3.2
for now i have alot coding work to be done for my site, so i let it out for a while...

Marshalus 10-01-2002 12:08 AM

Can I get a password?

I'm want to use this for testing to see if I'd like to use it on a new site I'm creating. It's located at http://216.40.233.68/forums right now.

Thanks.

TECK 10-01-2002 12:11 AM

hello marchalus, i pm you the password.
thanks for trying my hack. the url is not valid, please submit a valid url.

Marshalus 10-01-2002 12:18 AM

It's valid now, I was installing it.

TECK 10-01-2002 12:44 AM

i still get a page cannot be found.

blackice912 10-01-2002 02:30 AM

Teck, Marsh's page is real :) I was there.

Anyways, need a password for it.

http://forums.exquisiteanime.com/

Much thanks man.

Marshalus 10-01-2002 02:33 AM

Oh, try: http://216.40.233.68/forums/ or just http://216.40.233.68/ (with the slash) my server is being nutty right now.

TECK 10-01-2002 02:35 AM

is wierd.. IE is crazy sometimes.. i get 404 error still, sorry Marchalus...

blackice912, is done i send you the password. check your pm's.
thanks for installing my hack.

TECK 10-01-2002 02:35 AM

Quote:

Originally posted by Marshalus
Oh, try: http://216.40.233.68/forums/ or just http://216.40.233.68/ (with the slash) my server is being nutty right now.
it's working :D thanks.

TECK 10-01-2002 02:39 AM

ermmm i forgot to correct the damn poll template.. so the links wont point to the right locations.. it will be done asap..
i just checked marchalus's site.. in5min i will update the poll :)

TECK 10-01-2002 02:48 AM

ok done.. read here:
https://vborg.vbsupport.ru/showthrea...364#post304364

i will upload the new file...

and it's updated now. sorry guys. i guess i need coffee right? :)

TECK 10-01-2002 03:52 AM

Another bug fixed....
in vbHome (lite) index.php, find:
Code:

  eval("\$articlelink = \"".gettemplate('home_articlelink')."\";");
Delete that line. It will drop your queries to 14, or 17 with all options enabled.

bouncer18 10-01-2002 04:38 AM

damn

dropped 5 queries for me.

:) gj

TECK 10-01-2002 04:41 AM

yep... i forgot to remove the code, i was testing something earlier and i left it there by accident... :)
i freaked me to when i saw it on my test page that the queries are 21...
bouncer, i also found few minor template corrections... read more here, all of you:
https://vborg.vbsupport.ru/showthrea...364#post304364

TECK 10-01-2002 04:43 AM

i will do a new release probably tonite... to insert all options you have onto you vbHL page directly into your admin CP, so you change there the news forum, turn the pm's or poll on/off... etc.
and also, i will make an upgrader for all of you who installed 3.1 already.

Marshalus 10-01-2002 05:26 AM

Wow, that fix did wonders. Dropped 5 queries.

The reason I'm testing out vbHome is because right now I'm running vBPortal at http://www.federationstudios.net and as you can see at the bottom of the page, the query and page load is horrible.

Right now I think its at like 59 querys on the front page. No big deal, if only 2 people are looking at the site. We commonly have 20-30 looking at it at any given time, so that kind of load is not acceptable. As our site gets more and more popular, which is has been very steadily for the last few months, we need a faster more flexable solution.

I have yet to try out the new vBPortal betas, but so far, I'm very impressed with vbHome, and if it keeps working the way I want to, I'll be using it.

One flaw I do see it right now is that when you edit a post that was made on the main page, it is not updated on the main site. It would be very nice if that was added in your update.

TECK 10-01-2002 05:28 AM

np, marshalus.. i will check it. i already know where is the problem.. so i will fix it in the release.

Marshalus 10-01-2002 06:01 AM

Excellent. Thanks!

TECK 10-01-2002 06:49 AM

marshalus?? i just tested the editing and it's working fine.

LeeCHeSSS 10-01-2002 12:36 PM

Hey Teck, 2 things:
First you forgot me on your list of people who agreed to the 2 rules.

Second is a question:
Currently the variables $thread[date] and $thread[time] contain the time for when the thread was started. How would I have to change index.php to make them contain the time/date of the last post?

I know it doesn't seem to make sense to change that, but as soon as I've got my vbHome templates finished and vbPortal removed (Yuch!) it WILL make sense ;)

PIMPY 10-01-2002 01:07 PM

one bug i have found is it not displaying the news post if you have edited anything from vBHome

maybe theres a way to reparse?

TECK 10-01-2002 03:41 PM

whohoooooooo... :)
i almost finished 3.2...
new features are:
- print article (not the hole thread)
- email article to a friend
- links to favorite sites
- code even further optimised, now with only 15 queries while all options are enabled (11 as guest)
- settings are done in admin cp, no more file editing

btw, i tested the editing thing and it's working perfectly for me. i dont know what you guys are doing?? ;)
anyway, we will see how things go in 3.2 cya in a while...

but let me know if anyone else had the same prob like pimpy. thanks.

vcwebmin 10-01-2002 04:15 PM

Can i have the password ? www.aznonline.com

TECK 10-01-2002 04:15 PM

wait another hour.. i'm released soon v3.2 it's kicking ass... :)

LeeCHeSSS 10-01-2002 04:17 PM

Damn, it's hard keeping up with you :)

But I'm NOT complaining.

TECK 10-01-2002 04:25 PM

leechesss... tell me about the editing??? when you edit a post do you have any problems? i dont see any, it's working great on mines...

LeeCHeSSS 10-01-2002 04:30 PM

I've got no problem with editing either: But since I'm changing from vbPortal I already had a news forum. The old posts that were made with vbPortal show up on the vbHome page, but WITHOUT content. Any new post I make after switching to vbHome shows up perfectly.

vbHome is living up to my expectations (I'm almost finished with the templates - take a look at the temporary http://www.online-role-playing.com/vbHome/). As you can see the poll thingy isn't working, but I haven't been working on that yet, so I bet I can get it fixed.

EDIT: Btw, I don't want to whine, but could you tell me how to change $thread[date] and $thread[time] to hold the date/time of the LAST post in a thread (as opposed to the first).

TECK 10-01-2002 04:31 PM

my question is: when you edit a post you made for vbHome, does it show edited? on your vbHome page?
also, can you put back the way it was the vBulletin link? is part of the agreement. thank you.

LeeCHeSSS 10-01-2002 05:07 PM

Yes, it shows up edited.

And about the vBulletin link: it is there, right? Or am I losing my marbles?

TECK 10-01-2002 05:11 PM

take a look at the original template please.
there is no need to add a "teckwizards" written aside or to remove the tracking from my referral to vBulletin site.
is just a small favor i ask all of you in exchange of hours of coding to come up with a high quality and free piece of code.

in the agreement is specified that you do not remove or alter the links. you can only remove the version.

LeeCHeSSS 10-01-2002 05:16 PM

D'oh, I really didn't see you had a referral in there. I'll put it back (although I can imagine that people who want to use their OWN referral won't like that).

I'll remove the teckwizards too (thought it looked better with something next to it, just like the vBulletin link).

Btw, do you have Paypal? I think talent like you deserves some rewards. After all, I use 2 of your hacks.

TECK 10-01-2002 08:02 PM

vbHL 3.3 screenshot 5

TECK 10-01-2002 08:03 PM

vbHL 3.3 screenshot 6

TECK 10-01-2002 09:03 PM

Quote:

Originally posted by LeeCHeSSS
D'oh, I really didn't see you had a referral in there. I'll put it back (although I can imagine that people who want to use their OWN referral won't like that).

I'll remove the teckwizards too (thought it looked better with something next to it, just like the vBulletin link).

Btw, do you have Paypal? I think talent like you deserves some rewards. After all, I use 2 of your hacks.

thanks for your offer but i dont accept money.
all i ask in return for my work is to have 2 links displayed as they are, intact. is not alot for the features you get in the package.
i always update my code and add some new things that people request...

so for the rest of you, feel free to let me know what you would like to see next in vbHL...
the next on my to do list are the iconews, like phpnuke.


All times are GMT. The time now is 02:59 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.02662 seconds
  • Memory Usage 1,820KB
  • 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
  • (9)bbcode_code_printable
  • (2)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