![]() |
The option of excluding usersgroups not working
I put the id # 3 and select the option Exclude List, but still shows me these users in the mod https://vborg.vbsupport.ru/attachmen...1&d=1246651446 https://vborg.vbsupport.ru/attachmen...1&d=1246651446 |
Thats because you are misunderstanding the option. It means members of usergroup 3 cannot see the modification, not that they are excluded from the display list.
|
Oh sorry a thanks for the reply, but is it possible? how?
|
No, there is no such ability in the mod. I may think about it when I have to upgrade it for vb4.
|
well, I change the sentecias "SQL" to deal with it, adding
Code:
and `usergroupid` <> 3 Code:
SELECT * FROM ".TABLE_PREFIX."user FORCE INDEX (lastactivity) |
Cool thanks installed. .. .
|
Can I change this
Code:
forumhome_wgo_pos2 Code:
forumhome_wgo_pos3 |
Yes, if you really want to.
|
Nice one thanks.
:) |
Hi, I get a database error when I try to import the XML on the "Importing Product, Please Wait..." bit.
Code:
Database error in vBulletin 3.8.3: |
I would guess you have a very low timeout value, and its timing out on the index creation. Did you try it again ?
|
Yeah, I've tried it about 5-6 times now.
|
Is there anyway to reset the most logged in value to 0?
|
how can i change the outputted html i cant find a template with the info and phrases? i also want to change the image which is used and where it links... help
|
Display_Visitors is the template.
Look in the xml file to find all the phrase names. |
Thanks, works great!! :D:D
|
good job
|
thank you guys
Mark as installed |
Installed. Working good on 3.8.4. Thanks!
|
Unfortunately, I have a huge customized forum and this mod won't work for me (have to insert the hook in the footer template). Is there any alternative or plan to allow the hook being inserted elsewhere than on FORUMHOME?
Thanks anyway for the great mod. |
I know I posted this before, but I need to know the answer.
The most members online over 24 hours was XXXX How do I reset the the XXXX value to 0? Thanks. |
There is no method to do this.
You could try messing directly with the datastore, but thats not something id advise unless you really know what you are doing. Other than that, you would need to run some code to reset it. |
If you can tell me the table name and what column to search on, I can find and update that row to change it back to 0.
Thanks. |
Im afraid its not that simple, which is why I said you really need to know what you are doing.
The data is stored in the Datastore (table), as part of a serialised array, in the maxloggedin row. |
Change this line in the manage plugin area in the admin:
Code:
if ($totaltoday > intval($vbulletin->maxloggedin['maxvisitors'])) Code:
if ($totaltoday < intval($vbulletin->maxloggedin['maxvisitors'])) |
Nice script change! Thanks for sharing!
I had to change mine once in the database when a hoard of spiders practically doubled the count. I didn't want members wondering about the number being a real number. I don't mind playing around in a database, but your script change would have been about as quick and easy. I'll backup what Paul said: "You could try messing directly with the datastore, but thats not something id advise unless you really know what you are doing." If you're not comfortable diving into a database and understand its relational schema, you better watch out. You can easily hose the whole database. |
Quote:
Quote:
|
Quote:
it sure did thanks |
great and thanks Paul...my vb3.8.4 is updated...;):up:
|
Paul, im using the 3.7 version on a 3.8.4, it works perfect (or at least seems to) do i need to upgrade to this one?
|
Nope, there is no need to upgrade.
|
Thanks for that, one other question, i currently use username html (in usergroups) and for some members i have some text that shows on hover, unfortunately on hover i now cannot see the last time logged in as your mod does is there something i can add in the usergroup markup to display the last logged in time? as i thought it was a great feature - but i want both :)
|
Nope, you cant have both, if you add a title in the html markup it will override the title added by the mod.
|
hi paul....i notice that guest can't view this to my forum...did i missed somethig here?
|
Another flawless install. Thanks Paul :up:
|
Quote:
|
Quote:
Thank you. Installed |
Having seen this posted a couple of times, I feel I should point out its actually slightly incorrect, the actual hook position should be as below ;
Code:
</tr> |
Quote:
:confused:hmmmm |
thanks so much.
|
All times are GMT. The time now is 02:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|