vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Members who have visited the forum (Today or last 24 hours). (https://vborg.vbsupport.ru/showthread.php?t=82769)

Paul M 09-05-2005 06:48 PM

Quote:

Originally Posted by evesve
Maybe,
from my old asp-world :nervous: :
Code:

if usergroupid= 6 then
list_order= 1
elseif usergroupid=7 then
list_order=2
end if
=======
......order by list_order , username

or one more field in vb3_usergroups ("list_order")where I can put my usergroups in MY order and use that table in sql :nervous:

php is not the best part of me but I will learn!

What would you do without our crazy suggestions? :alien:

Hmm, all looks very complicated and I don't know if it would work (I'm not sure I even follow it). I can say with certainty that it's not going to get added, as only one person has asked about it. :)

evesve 09-05-2005 07:14 PM

Quote:

Originally Posted by Paul M
Hmm, all looks very complicated and I don't know if it would work (I'm not sure I even follow it). I can say with certainty that it's not going to get added, as only one person has asked about it. :)

they will come!! :cool:

Thanks anyway!! :up:

Zelda-King 09-05-2005 07:21 PM

Running fine on 3.5 RC2. :)

Thanks for sharing!

Mikecp421 09-05-2005 07:28 PM

i am new to vb but a long time code editor of my phpbb forum, which I just upgraded. Step 2 & 3 confuse me. How do I do the sql querie? Is it just like phpbb? And what do I do with the xml file?? Thanks alot!

Mikecp421 09-05-2005 08:17 PM

forget it, I installed this one for 3.0.8 which didn't have the index.php mod. I got it working thanks to Paul M's signature!

Paul M 09-05-2005 09:13 PM

First time I've ever known a signature install something, but hey .. :up: :)

Daniel 09-05-2005 10:02 PM

I get invalid file specified...

Paul M 09-05-2005 10:17 PM

Upload it as a plugin, not a product. :)

Daniel 09-05-2005 10:20 PM

Ok, I'll try it. Thanks.

evesve 09-11-2005 01:07 PM

Quote:

Originally Posted by Snake
Just add the group ID right next to the number "6".

ie: 6,7,8,9

So the final code will look like:

<if condition="$bbuserinfo[usergroupid] == 6,7,8,9">

Although I am NOT sure so backup your file(s) before proceeding.

Now I have used that code, but it wont work.

I have tryed other like ';' etc but nothing helps.

Other tip?

<if condition="$bbuserinfo[usergroupid] == 6"> is no problem!

BamaStangGuy 09-11-2005 02:08 PM

Quote:

Originally Posted by evesve
Now I have used that code, but it wont work.

I have tryed other like ';' etc but nothing helps.

Other tip?

<if condition="$bbuserinfo[usergroupid] == 6"> is no problem!

<if condition="in_array($bbuserinfo[usergroupid], array(17,15,4,2,1,3))">

Replace the numbers with your numbers you want

evesve 09-11-2005 03:32 PM

Quote:

Originally Posted by BrentWilson
<if condition="in_array($bbuserinfo[usergroupid], array(17,15,4,2,1,3))">

Replace the numbers with your numbers you want

thanks!
Now it works! :up:

Brandon Sheley 09-11-2005 11:58 PM

Quote:

Originally Posted by Paul M
Click install then please. :)


i did, works like a charm, thx for porting it :)

artonex 09-12-2005 08:24 PM

installed and working fine on vb3.5 rc3 :)

thanks for the nice addon.

xXxCalibur 09-14-2005 12:34 AM

Working great ....thanks!! :)

nhuhuu 09-20-2005 08:58 AM

thanks ! but my working is not good !
http://www.nhipsongtuoitre.net/forum....php?styleid=1 <-- even default styles ... can talk about that ! how to it work :(

Paul M 09-20-2005 09:25 AM

Quote:

Originally Posted by nhuhuu
thanks ! but my working is not good !
http://www.nhipsongtuoitre.net/forum....php?styleid=1 <-- even default styles ... can talk about that ! how to it work :(

Sorry but your site says "Powered by: vBulletin Version 4.0.9" which is clearly made up. I cannot help you unless you tell me what version of vB you are really using.

Brimstone 09-20-2005 02:35 PM

Does anyone have this mod for vBulletin v3.0.8? I love the feature, but haven't upgraded to 3.5 yet.

Thank you, in advance!!

Brim

Paul M 09-20-2005 09:14 PM

Click on the "view my hacks" link in my signature and you will find the 3.0.x version listed.

SlipNslide281 09-22-2005 03:56 PM

Quote:

Originally Posted by Chris M
Installed and working fine :)

Satan

Awesome, and very easy to install. Instructions are great.

d3fuse 09-23-2005 02:58 AM

Ok, I am stumped. I'm new to using the vB3.x.x software and am curious on how to install this plugin. Do I copy the contents of the XML file into the big textbox? If so, what do I set the 'Hook Location' to and what do I set the 'Title' to? Thanks

Paul M 09-23-2005 09:40 AM

Nope - you use the upload/download plugins section.

d3fuse 09-23-2005 05:09 PM

Thanks. I feel stupid for not seeing that...haha. Sad thing was...I was on that page before.

loonytune15 09-27-2005 12:22 PM

installs.

nhuhuu 09-28-2005 05:13 AM

Quote:

Originally Posted by Paul M
Sorry but your site says "Powered by: vBulletin Version 4.0.9" which is clearly made up. I cannot help you unless you tell me what version of vB you are really using.

Sorry :) Just fun only :) i know i wrong when edit Version of Vbulletin :devious:
I used Version : 3.5.0 RC3
thanks Man

Paul M 09-28-2005 05:22 AM

Either you haven't installed the plugin, or you have it (or the plugin system) disabled.

TMAC 09-29-2005 07:40 AM

Thanks Paul "Installed"

TMAC 09-29-2005 07:44 AM

anyway to make this viewable by admins only?

Rukas 09-29-2005 09:47 AM

Can I make it so that it is collapsed by default? We get thousands of users and this would stretch the page out a lot.

Paul M 09-29-2005 11:26 AM

Quote:

Originally Posted by TMAC
anyway to make this viewable by admins only?

https://vborg.vbsupport.ru/showpost....&postcount=123

Quote:

Originally Posted by Rukas
Can I make it so that it is collapsed by default? We get thousands of users and this would stretch the page out a lot.

https://vborg.vbsupport.ru/showpost....&postcount=473

southernlady 09-29-2005 01:36 PM

Btw, I upgraded to Gold last night and this works in 3.5 Gold. Liz

henken 09-29-2005 06:20 PM

Works like a charm Paul. Thank you :)

Ncturnal 09-29-2005 06:48 PM

Noob question...

Quote:

(remember to add your table prefix to 'user' if you use one)
How would I know?

Thanks in advance.

FreeFox 09-29-2005 08:24 PM

Hello Everybody here,

How can i do the step 3 ??

Please advice :)

Ncturnal 09-29-2005 08:26 PM

Quote:

Originally Posted by FreeFox
Hello Everybody here,

How can i do the step 3 ??

Please advice :)

Go to Plugin System - Download/Upload Plugins, scroll to the bottom to the Import Plugins section.

FreeFox 09-29-2005 08:32 PM

Ncturnal,

Thank you for your reply, and everything is OK now.

require make Plugin on and i made it By switching the system.

Is that right ?

Debate 09-29-2005 08:43 PM

Members-visited-today i just did the things it says but i need help.

how do i get to the install/upload page to install this??

Debate 09-29-2005 08:52 PM

ho;/;/ do u in$tall thi$ and upload it too?

FreeFox 09-29-2005 08:57 PM

Debate,

From your adminCP >>Plugin System - Download/Upload Plugins, scroll to the bottom to the Import Plugins section .

Regards,

Ericsson 09-30-2005 07:45 PM

Mines just blank: http://www.thenokiasite.com :(


All times are GMT. The time now is 07:57 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.01868 seconds
  • Memory Usage 1,796KB
  • 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
  • (1)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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