vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   User Profile Block (https://vborg.vbsupport.ru/showthread.php?t=276465)

Raioneru 01-04-2012 10:38 PM

User Profile Block
 
First of all, thank you to whoever helps me and I apologize if I posted this on the wrong forum. Just 3 "questions"

o1. I'm trying to move around the blocks on the user profiles. Instead of having the picture, information, groups, et cetera to the left I'm trying to move it to the right.
o2. Also, I want to change the looks of the blocks so if anyone can point me to the right file I'll really appreciate it.
o3. And last, I also want to change the look of the profiles on post (http://vvcap.net/db/6OOjOD8Us2bgwiq3Kgz-.png)

Thanks.

Lynne 01-05-2012 05:12 PM

Try something like this in additional.css (you may need to tweek it for your site):
HTML Code:

#sidebar_container.member_summary {
    clear: left;
    float: right;}
#userprof_content_container {
    float: none;
    margin-right: 260px;
    margin-left: 0;
}

Use CSS to change the looks of the blocks. I'd suggest using firebug to help out with this.

Postbit looks can also be changed via CSS.

Raioneru 01-05-2012 07:40 PM

Quote:

Originally Posted by Lynne (Post 2284190)
Try something like this in additional.css (you may need to tweek it for your site):
HTML Code:

#sidebar_container.member_summary {
    clear: left;
    float: right;}
#userprof_content_container {
    float: none;
    margin-right: 260px;
    margin-left: 0;
}

Use CSS to change the looks of the blocks. I'd suggest using firebug to help out with this.

Postbit looks can also be changed via CSS.

Thank you Lynne, I'll look into the firebug, as for the code it worked perfectly.


All times are GMT. The time now is 02:09 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.00979 seconds
  • Memory Usage 1,715KB
  • 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_html_printable
  • (1)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