vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin Forum Sideblocks - Current Staff Online Forum Sideblock and CMS Widget by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=284617)

BirdOPrey5 07-16-2012 09:50 AM

It does work on non-built in usergroups, but they must be primary usergroups. It will not pick up additional (secondary) usergroups as staff.

doctorsexy 07-25-2012 05:13 PM

Smashin...thanks....

fishmaster 07-26-2012 04:54 AM

Awesome mod

r00028304 08-04-2012 05:00 PM

Perhaps you can help. It seems the profile image is too big thus overlapping the block? I've tried to halve the sizes in additional.css without success.. Am i doing something wrong?

BirdOPrey5 08-05-2012 10:18 AM

i don't know... weird the name is below it too. And you say the size in additional.css isn't working? Make sure any code in additional.css is valid. A missing semi-colon for example can ruin lines below it. Try moving this mod's code to the top of additional.css.

If that doesn't help I'd need a link to see it first hand.

r00028304 08-05-2012 11:17 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2354620)
i don't know... weird the name is below it too. And you say the size in additional.css isn't working? Make sure any code in additional.css is valid. A missing semi-colon for example can ruin lines below it. Try moving this mod's code to the top of additional.css.

If that doesn't help I'd need a link to see it first hand.

Will check this out once i get home, cheers
-----------------------------------------------------

EDIT: Everything working fine by moving code to the top of additional.css

caf20012 08-21-2012 02:24 PM

Help?

http://puu.sh/XqZ3

Its showing underneith the forum footer

BirdOPrey5 08-26-2012 01:19 PM

Please post a link to your forum so I can see it in action.

Stormlilly 11-06-2012 12:59 AM

Hey,

This looks like an awesome Mod and is exactly what I am looking for.

I noticed there was an update in July, does it now work on 4.x by any chance, or still only 4.2?

I am still way back on 4.0.7.

BirdOPrey5 11-10-2012 08:10 PM

I've only tested it on 4.2, feel free to try it on earlier versions but no promises. Personally however I do not think it will work.

krysune 11-13-2012 01:10 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2380067)
I've only tested it on 4.2, feel free to try it on earlier versions but no promises. Personally however I do not think it will work.

How hard do you think it would be to port to VB 3.8.7? Is it even possible to get this working on it?

BirdOPrey5 01-26-2013 10:50 PM

As there is no sidebar nor CMS in 3.x there is no way to port it to 3.x. It would need to be a completely separate mod. I would not be interested in making that mod, sorry.

Amaury 01-27-2013 03:40 AM

Does this require any server work or do you just upload the .xml file with Add/Import Product and you're done?

BirdOPrey5 01-27-2013 11:27 PM

Just import the xml file, and then some manual steps but no file uploads.

Andrei29 01-29-2013 01:53 PM

Hi not working with 4.20 displaying the "Array" text inside the side block

Amaury 01-30-2013 01:04 AM

I found a typo in your instructions. See the bold text below:

Quote:

========= INSTALL or UPGRADE ========

To Install:
In Admin CP go to Plugins & Products -> Manage Products -> Add/Import Product
Click on "Choose File" and browse to the product xml file that was packaged in the .zip file.
Click "Import"

Next you must add the code below to the additional.css template of each style (Admin CP -> Style Manager -> (Choose Style) -> Edit Templates -> CSS Tmplatees -> additional.css
Also, I don't suppose you have a sidebar modification to show normal members? :)

EDIT: I found one by Lynne last night.

Justinphx 01-30-2013 08:16 AM

I installed it on 4.1.12 p2 and worked just fine. Looks great!

Andrei29 01-30-2013 01:51 PM

The side block alignment all went out of order and avatar and names overlap each other

Stormnet 01-30-2013 02:30 PM

Works great, thank you!

BirdOPrey5 01-31-2013 09:20 PM

Quote:

Originally Posted by Andrei29 (Post 2400280)
Hi not working with 4.20 displaying the "Array" text inside the side block

Make sure you have reverted all your templates to the VB 4.2.0 versions. This happens if you still have older 4.x templates being used- there is usually a message in the top of the Admin CP saying X number of templates need to be reverted.

Quote:

Originally Posted by Amaury25 (Post 2400410)
I found a typo in your instructions. See the bold text below:



Also, I don't suppose you have a sidebar modification to show normal members? :)

EDIT: I found one by Lynne last night.

Good eye.

Quote:

Originally Posted by Andrei29 (Post 2400509)
The side block alignment all went out of order and avatar and names overlap each other

Likely due to custom styles, you will probably need to play with the CSS.

Amaury 02-01-2013 03:41 AM

Is there a way to increase the spacing between the avatars? Long user titles wrap and go right against the username of the user below:

https://vborg.vbsupport.ru/external/2013/01/1.jpg

I'm assuming it's in the modification's CSS that I added in additional.css somewhere.

Amaury 02-14-2013 03:44 PM

Quote:

Originally Posted by Amaury25 (Post 2400955)
Is there a way to increase the spacing between the avatars? Long user titles wrap and go right against the username of the user below:

http://i101.photobucket.com/albums/m...pscb261e44.jpg

I'm assuming it's in the modification's CSS that I added in additional.css somewhere.

Bump? :)

I fixed this a while ago by increasing the sidebar width to 400px, making the user title be all on one line, but reverted it to the default 270px yesterday because it was just too long and causing some minor issues with thread title trimming.

Amaury 02-22-2013 11:16 PM

*posts*

Just curious if you saw my posts or oversaw them by mistake. :)

BirdOPrey5 03-03-2013 12:13 PM

Not missed, just don't have time to check in that often anymore.

Try adding this to additional.css:

Code:

.bop5staffol { padding: 0 0 10px 0 !important; }
That should add 10 pixels between the spacing on bottom, change 10px to whatever value works for you. Do not change the zeros.

Amaury 03-03-2013 05:14 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2407578)
Not missed, just don't have time to check in that often anymore.

Try adding this to additional.css:

Code:

.bop5staffol { padding: 0 0 10px 0 !important; }
That should add 10 pixels between the spacing on bottom, change 10px to whatever value works for you. Do not change the zeros.

Thanks for the response.

I finally got it a while ago, though.

I changed this in the code that came with it:
Code:

.bop5staffli {
    height: 50px;
}

You had 42px by default.

Dimentio 05-01-2013 10:02 PM

Database error when installing on 4.2.0

Edit: Problem gone had to turn off the "Do Custom Fonts?" setting.

Fatal Hazard 06-03-2013 02:10 PM

My sideblock says Array???

BirdOPrey5 06-03-2013 03:13 PM

Make sure you are using this on VB 4.2.0 or higher.

Go to Admin CP -> Settings -> Languages & Phrases -> Find Updated Phrases and update any phrases listed.

Fatal Hazard 06-03-2013 08:55 PM

I forgot to change the template used when adding the forum block. Fixed it now. Oh and nice plugin, like XenForo's but better :)

BirdOPrey5 06-03-2013 11:13 PM

Quote:

Originally Posted by Fatal Hazard (Post 2425643)
I forgot to change the template used when adding the forum block. Fixed it now. Oh and nice plugin, like XenForo's but better :)

Thanks. Please "Mark as Installed" on the side in the first post. :up:

Fatal Hazard 06-05-2013 08:55 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2425663)
Thanks. Please "Mark as Installed" on the side in the first post. :up:

Marked ;)

Paul. 06-06-2013 05:17 PM

Installed on 4.2.0 and it shows the user names overlapping each other.
How can this be resolved?

BirdOPrey5 06-06-2013 06:39 PM

Did you add the required code to additional.css template?

Can you post a link where it happens or a screenshot?

0verl0rd 06-09-2013 11:16 PM

Hi,

Mine is showing a very big avatar and a username below the avatar... btw I changed the avatar size of a usergroup to 150/190... where can I specify the height/width of the avatar in staff online?

also..

how can I make it look like that... avatar on the left side and a username on right side... and rank title below the username?

mine is not using a rank title.

just a big avatar on top and this the username below the avatar

0verl0rd 06-09-2013 11:26 PM

here is the image..

http://i.imgur.com/jXXJ1n9.png

BirdOPrey5 06-10-2013 10:30 PM

You need to add the code in the readme / instructions file to the additional.css template as described.

Also it shows User Titles, not ranks.

0verl0rd 06-11-2013 12:51 AM

Ah sorry I forgot that part... Thanks.. its working fine now...

Amaury 06-26-2013 06:24 PM

If there are no staff online, instead of saying there are no staff online, any way to hide the block completely and go to the next block? (In my case, Currently Active Users.) Like on XenForo.

BirdOPrey5 07-06-2013 09:33 PM

Will look into that in a future update.

findingpeace 07-08-2013 12:18 PM

This is great! Is there any way to get the # of Staff currently online? For example, in the block title "Staff Online (#)"

I imagine this must be a SQL query or plugin somewhere. Any help would really be appreciated!


All times are GMT. The time now is 09:50 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.01632 seconds
  • Memory Usage 1,818KB
  • 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_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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