vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Threads on first page / Search on other page ++ (https://vborg.vbsupport.ru/showthread.php?t=42892)

Oystein 08-29-2002 11:30 AM

Threads on first page / Search on other page ++
 
I have several requests / needs:

1. Does anyone have a hack to show all posts on first page, instead of having to enter a forum/category. The board will only have one category/forum, and therefor we don't want more clicks than needed.

2. The website is on a different server than the board, and the owner wants a search-box on the website.. Of couse I can make it a link to the search-page on the board, but a hack on "external" search would be interesting.

3. How to skip the "agreement-screen" on registration?

4. Logging in from the website. They want a login-box there.. I know it's a common need, so I basically need a link to the thread/file etc...

All ideas, links and suggestions are highly appreciated.
Either as a reply here, or email me directly.

Best regards
?ystein Sanne
www.nrk.no

Oystein 09-02-2002 07:20 AM

Seriously?? NO replies?

I can't belive that NOONE has a hint or some kind of help for me on at least one of these problems.

Logician 09-02-2002 11:05 AM

Quote:

2. The website is on a different server than the board, and the owner wants a search-box on the website.. Of couse I can make it a link to the search-page on the board, but a hack on "external" search would be interesting.
4. Logging in from the website. They want a login-box there.. I know it's a common need, so I basically need a link to the thread/file etc...
It's plain HTML. View Source of web page you want to mimic (eg. search page or login page) then copy paste the <form....> </form> part to your new page. You may need to edit the URL of form target file if you are moving the page to an external server. eg. if it's "search.php" change it to "http://www.url.com/board/search.php" etc..


Quote:

3. How to skip the "agreement-screen" on registration?
Different methods:
1- Add "&who=adult" right after register link.
2- Edit the template "signupverify" and paste the content of signupadult here.
3- Hacking the register.php to skip this step will also work..

Quote:

1. Does anyone have a hack to show all posts on first page, instead of having to enter a forum/category. The board will only have one category/forum, and therefor we don't want more clicks than needed.
1- Edit all templates so that your board's main page's URL (index.php) will be replaced by "forumdisplay?forumid=X"

2- make a small .htaccess trick and forward all yourboard/index.php calls to forumdisplay?forumid=X


All times are GMT. The time now is 10:05 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.01228 seconds
  • Memory Usage 1,717KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete