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)

Blackhat 08-19-2007 08:55 AM

I got this error when updating the usergroup permissions
Quote:

Database error in vBulletin 3.6.8:

Invalid SQL:
UPDATE vb3_usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<span style=\"color:#C70A0A;\">',
`closetag` = '</span>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`blogMaxDaily` = '0',
`blogMinPosts` = '0',
`blogMinPostsComments` = '0',
`vbspacecomments` = '0',
`profileviewpermissions` = '0',
`blogBlogPermissions` = '1023',
`blogEntryPermissions` = '3071',
`blogCommentPermissions` = '511',
`forumpermissions` = '1048575',
`genericpermissions` = '1072693247',
`attachlimit` = '0',
`pmquota` = '500',
`pmpermissions` = '7',
`pmsendmax` = '10',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '55',
`profilepicmaxwidth` = '338',
`profilepicmaxheight` = '250',
`profilepicmaxsize` = '35000',
`avatarmaxwidth` = '128',
`avatarmaxheight` = '128',
`avatarmaxsize` = '35000',
`signaturepermissions` = '233471',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '20000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`vbgmepermissions` = '31',
`iprof_options` = '262143'
WHERE usergroupid=6;

MySQL Error : Unknown column 'vbspacecomments' in 'field list'
Error Number : 1054
Date : Sunday, August 19th 2007 @ 05:52:42 AM
Script : http://www.xxx/forums/admincp/usergroup.php?do=update
Referrer : http://www.xxx/forums/admincp/usergr...&usergroupid=6
IP Address : xxxxxxxxxxxxxxxxxx
Username : Username
Classname : vb_database

WarLion 08-20-2007 10:03 AM

this is the best hacki ever see i really like it is the best of all i install

Code:

a:link, body_alink
{
        color: #d9130e;
}
a:visited, body_avisited
{
        color: #d9130e;
}
a:hover, a:active, body_ahover
{
        color: #c0100c;
}

.page { 
background:#000000 url(images/superman2.jpg) ;
background-repeat: no-repeat
}
.tborder{
background:url(images/tborder.png) ;
}
.tcat{
background:url(images/tborder.png) ;
}
.thead{
background:url(images/tborder.png) ;
}
.alt1{
background:url(images/tborder.png) ;
}
.alt1Active{
background:url(images/tborder.png) ;
}
.alt2{
background:url(images/tborder2.png) ;;
}
.alt2Active{
background:url(images/tborder.png) ;
}
select{
background:url(images/tborder.png) ;
border: 1px solid #000000;
}
.bigusername { font-size: 14pt; }

.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px;
font-style:italic;
color:#ee4e16;
}

.panelsurround{
background:url(images/tborder.png) ;
}
.fieldset {
background:url(images/tborder2.png) ;
}
.panel{
background:url(images/tborder2.png) ;
}
.smallfont
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font:bold;
}

this is my scc edit you can see here
http://www.warlionhosting.com/foro/member.php?u=1
i hope you like it

but i have one question someone knows how to make the comments with a scroller
meaby with some frames i dont know i will try any idea?

cheat-master30 08-20-2007 01:03 PM

That's a very nice style. Sadly I wouldn't ever be able to use it because I disabled URLs in CSS. Either way, for the scroll bar, I am not sure. Maybe:

#comments {
overflow: scroll;
}

cheat-master30 08-20-2007 02:35 PM

You don't have friends.php? Okay, hope this is not against the rules here (remove if it is):

KevinL 08-20-2007 04:02 PM

Quote:

Originally Posted by Blackhat (Post 1320808)
I got this error when updating the usergroup permissions

I was getting that also...

Scotty2k 08-21-2007 08:27 AM

Quote:

Originally Posted by jasculs (Post 1280982)
I'm sorry but this is a bit frustrating. I installed this on a test board and it worked just fine. Now when I installed it on my actual board I keep getting this error:

Code:

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT gfpoforumoptions FROM forum WHERE forumid =;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date        : Sunday, July 1st 2007 @ 10:26:05 PM
Script      : http://www.mywebsite.com/forums/member.php?find=lastposter&f=22
Referrer    : http://www.mywebsite.com/forums/index.php
IP Address  : xxxxxxxxx
Username    : XXXXXX
Classname    : vb_database


i got the same error.. could someone explain me what to do ?

Brew 08-21-2007 02:40 PM

This mod is great!

I'm running ver 3.6.8 and everything seems to be really good.

But I would like to know how to use different CSS styles.

I've found the area to put custom styles in the profile edit area, but what do I do to revert a style back to the original if the new one sucks?

Is there a way to have several available to users so they can pick and choose which styles they like?

If so, where do I include these new styles?

Thanks for your help!

You can see my profile here: http://www.politicalforums.net/forums/member.php?u=1

cheat-master30 08-21-2007 03:14 PM

Quote:

Originally Posted by Brew (Post 1322392)
This mod is great!

I'm running ver 3.6.8 and everything seems to be really good.

But I would like to know how to use different CSS styles.

I've found the area to put custom styles in the profile edit area, but what do I do to revert a style back to the original if the new one sucks?

Is there a way to have several available to users so they can pick and choose which styles they like?

If so, where do I include these new styles?

Thanks for your help!

You can see my profile here: http://www.politicalforums.net/forums/member.php?u=1

Okay, to add new styles for members to choose from, get the styles or make them, then go to Admin CP then Styles and Templates. There will be one for User Profile CSS, so go there, add the style information and style name into the boxes and save. Do that for as many styles as you want.

To revert back to normal, I guess just delete the style used from Edit Profile and click to save. It will only effect your profile's style, not for everyone using that style.

To get free profile styles, try here:

https://vborg.vbsupport.ru/showthread.php?t=151888

To make a style, read my guide here:

https://vborg.vbsupport.ru/showthread.php?t=152255

Illustrious 08-21-2007 10:54 PM

I'm getting an error where certain members aren't able to view the friends/profiles of certain members.

Brew 08-23-2007 02:02 AM

Quote:

Originally Posted by cheat-master30 (Post 1322417)
Okay, to add new styles for members to choose from, get the styles or make them, then go to Admin CP then Styles and Templates. There will be one for User Profile CSS, so go there, add the style information and style name into the boxes and save. Do that for as many styles as you want.

To revert back to normal, I guess just delete the style used from Edit Profile and click to save. It will only effect your profile's style, not for everyone using that style.

To get free profile styles, try here:

https://vborg.vbsupport.ru/showthread.php?t=151888

To make a style, read my guide here:

https://vborg.vbsupport.ru/showthread.php?t=152255

Thank you!

That was exactly the info I was looking for.

Thanks for some great styles too :up:


All times are GMT. The time now is 04:04 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.01485 seconds
  • Memory Usage 1,757KB
  • 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_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