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)
-   -   Show user with posts in popup for each forum on forumhome [english/german] (https://vborg.vbsupport.ru/showthread.php?t=39040)

KarateKid 05-24-2002 10:00 PM

Show user with posts in popup for each forum on forumhome [english/german]
 
Hi,

I don't know if this hack is still written. I didn't found something like this, so I wrote it by myself.

This hack shows you, when you click on a link on the posts in forumbit who has how many posts in this forum in an popup window.

An easy hack with:
- one new template
- one modified template
- one fileupdate in misc.php

You can the an example on www.kampfkunst-board.de, while clicking on the posts on forumhome

This hack is available in german and english.

In this post the english one.

Greetings

KarateKid :)

KarateKid 05-25-2002 02:06 PM

And in this post the german one :)

(Someone should write a hack for more attachments as one in one post :D)

TWTCommish 05-25-2002 02:07 PM

Someone did indeed write something like this before. :)

Forum Post Breakdown (Per User)

KarateKid 05-25-2002 02:09 PM

++++, sorry, but I found nothing.

OK, my version might be a bit newer :(

In a couple of days I will update my hack with the created threads by users

MrLister 05-25-2002 04:04 PM

hehe I just have one off topic question. It's english/german and your name and avatar is asian? :D

KarateKid 05-25-2002 04:31 PM

hehe, you're right :D

Sigon 05-26-2002 12:24 PM

Ok I am getting a javascript error when clicking on the posts. Little help please. http://forums.lotronline.com thanks!

KarateKid 05-26-2002 01:10 PM

hm, very curious bug?! :confused:

Could you test it without javaskript? Only a Link:

PHP Code:

./misc.php?action=whopostedforum&forumid=$forum[forumid


Chris M 05-26-2002 01:18 PM

Sehr gut...

Es gefällt mir...

I like your forums...

Satan

Shaede 05-26-2002 05:27 PM

I modified this code to work with the javascript better:

Add to any template on your main page (like the header or forumhome template):

Code:

<script language="Javascript">
function who(forumid) { window.open("misc.php?action=whopostedforum&forumid="+forumid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230,height=300"); }
</script>

Then, change the link you modified in "forumhome_forumbit_level2_post" to:
Code:

<a href="javascript:who($forum[forumid])">$forum[replycount]</a>

Sigon 05-26-2002 08:22 PM

The non js one works. But I need it to open in a smaller window

Sigon 05-27-2002 01:20 PM

Ok I got it. It works now.

lifesourcerec 08-11-2003 01:10 AM

the javascript not working. How you fix it?


All times are GMT. The time now is 03:51 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.01053 seconds
  • Memory Usage 1,733KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)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