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.


All times are GMT. The time now is 03:33 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.03534 seconds
  • Memory Usage 1,739KB
  • 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
  • (8)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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