vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vS-Interactive Profiles (https://vborg.vbsupport.ru/showthread.php?t=150028)

karlm 07-02-2007 03:46 PM

Quote:

Originally Posted by Juju Man (Post 1280875)
Where do I input predefined css for my non-coding members to choose from?

I'm looking for this also :(

Seiyaboy 07-03-2007 03:01 AM

I knew silly things like these would happen when one just copies and pastes whatever is in the box. No, that's not how it works... (see below)

Open member.php file


If you use vBulletin 3.6.6 and above, use the only the code box below
Code:


FIND

SELECT pf.profilefieldid



Replace With

SELECT pf.profilefieldid, pf.searchable


If you use vBulletin 3.6.5 and below, use the only the code box below
Code:


FIND

SELECT profilefieldid



Replace With

SELECT profilefieldid, searchable


jasculs 07-03-2007 03:45 AM

Quote:

Where do I input predefined css for my non-coding members to choose from?
AdminCP ---> Styles & Templaes ---> User Profile CSS Templages ---> Add CSS Template

jasculs 07-03-2007 03:46 AM

Is there a place we can go, or a thread we can start to share css templates?

Brandon Sheley 07-03-2007 05:20 AM

Quote:

Originally Posted by jasculs (Post 1281704)
Is there a place we can go, or a thread we can start to share css templates?

I've posted 3, I'm interested in getting some more :)

captainslater 07-03-2007 09:49 AM

Hy, this mod is great but the profile fields are not showing up as links. I've done the template edits correctly and enabled the option in the ACP. Any hints?

karlm 07-03-2007 01:18 PM

i got it installed into my live-site fine (dunno why it didn't like the test board). but still, it has difficulties putting images as background (urls are set 'yes' in admincp options).

Code:

body
{
background-image:
url('http://i32.photobucket.com/albums/d12/nuclearcentury/bg/Sunset.jpg')
}


dukegotgame 07-03-2007 11:08 PM

I got this installed fine, but for some reason, the spacing is messed up on the user profiles. The blocks do not stretch like they do in the screenshot posted. Here is a link to a user profile on my forum. Any help???

http://www.themaddenlab.com/talk/member.php?u=982

Juju Man 07-04-2007 05:05 AM

Since you guys shared a style I will share a custom one I came up with.
I hope you enjoy it.

Quote:

body {

background:#000000;
color:#FFFFFF;
}
.tcat {
background:#000066;
color:#336666;
}
.thead {
background:#000066;
color:#336666;
}
.tborder {
border-style: outset;
border-width: thick;
}

Sychev_S 07-04-2007 07:25 AM

Quote:

Originally Posted by captainslater (Post 1281820)
Hy, this mod is great but the profile fields are not showing up as links. I've done the template edits correctly and enabled the option in the ACP. Any hints?

php file edit?


All times are GMT. The time now is 09:16 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.01533 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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