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)

dicegame 07-11-2007 07:46 AM

Doesn't work for me, i get errors once i upload the product file. :(

akanevsky 07-11-2007 03:53 PM

Quote:

Originally Posted by cheat-master30 (Post 1287599)
Erm, they're styles not add ons/template mods. As in, CSS you could insert as a pre set style for users to choose. But I have nothing to lose with releasing them as Template Modifications, so thanks.

Oh, and just to ask Psionic Vision, is there an option/a mod/a feature enhancement possibility to allow ordering of the usernames on your friend's lists in alphabetical order, just like how the default one does?

Yeah, just find the two queries (one in friends.php and one in member_complete.php) that fetch the buddies and change the order by to order by username.

cheat-master30 07-11-2007 04:24 PM

Quote:

Originally Posted by Psionic Vision (Post 1288419)
Yeah, just find the two queries (one in friends.php and one in member_complete.php) that fetch the buddies and change the order by to order by username.

Does this require actual php code edits? And can someone post the code edits here?

StarBuG 07-12-2007 08:20 AM

Hello Psionic Vision

I want to thank you first for making this hack available for free to the public.

I know you don't want to support it anymore but maybe there is an easy fix for this:

Like many here I get a mysql error when installing the product on 3.6.7

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php (Line 665)

Do you have any idea what could cause this and how to fix this?

Help would be realy appreciated.

Thank you in advance

StarBuG

radarhunter 07-13-2007 04:37 AM

is there any way to send mass friend requests ??? I mean to all the members ????

cheat-master30 07-13-2007 01:21 PM

New style, Desert Sands:

Code:

body {
background:#FFFF33;
color:#666666;
}
.tcat {
background:#CC9900;
color:FFFFFF;
}
.thead {
background:#CCCC33;
color:#000000;
}
.tborder {
border-style: double;
border-width: thick;
background: #CC9900;
}
.page {
background:#FFFF33;
color:#666666;
}
.vbmenu_control {
background:#CC9900;
color:#FFFFFF;
}
.panel {
background:#FFFF33;
color:#666666;
}
.panelsurround {
background:#CCCC00;
color:#666666;
}
.fieldset {
background:#FFFF33;
color:#666666;
}
.alt1 {
background:#FFFF00;
color:#666666;
}
.alt2 {
background:#FFFF33;
color:#666666;
}
.tfoot {
background:#CC9900;
color:#FFFFFF;
}
.navbar {
background:#FFFF00;
color:#666666;
}
.navbar a {
background:#FFFF00;
color:#666666;
}
.navbar a:visited {
background:#FFFF00;
color:#666666;
}
.vbmenu_option {
background:#CC9900;
color:#FFFFFF;
}


cheat-master30 07-13-2007 04:40 PM

Sorry to bump, but three new styles!

Pure Nothingness:

For those who like a truly plain profile style, this is purely white mainly with grey for other colours.

Code:
body {
background:#FFFFFF;
color:#000000;
}
.tcat {
background:#999999;
color:#000000;
}
.thead {
background:#CCCCCC;
color:#000000;
}
.tborder {
border-style: single;
border-width: thick;
border-color: #666666;
background: #666666;
}
.page {
background:#FFFFFF;
color:#000000;
}
.vbmenu_control {
background:#FFFFFF;
color:#000000;
}
.panel {
background:#FFFFFF;
color:#000000;
}
.panelsurround {
background:#CCCCCC;
color:#000000;
}
.fieldset {
background:#FFFFFF;
color:#000000;
}
.alt1 {
background:#FFFFFF;
color:#000000;
}
.alt2 {
background:#FFFFFF;
color:#000000;
}
.tfoot {
background:#666666;
color:#000000;
}
.nav {
background:#FFFFFF;
color:#000000;
}


The Seaside:

Yellow type and blue profile done on request for Loco.M.

Code:
body {
background:#66FFFF;
color:#000000;
}
.tcat {
background:#FFFF00;
color:#000000;
}
.thead {
background:#FFFF33;
color:#000000;
}
.tborder {
border-style: double;
border-width: thick;
background: #FFCC00;
}
.page {
background:#66FFFF;
color:#000000;
}
.vbmenu_control {
background:#0066CC;
color:#FFFFFF;
}
.panel {
background:#6699FF ;
color:#000000;
}
.panelsurround {
background:#FFCC00;
color:#000000;
}
.fieldset {
background:#6699FF;
color:#000000;
}
.alt1 {
background:#6699FF;
color:#000000;
}
.alt2 {
background:#33FFFF;
color:#000000;
}
.tfoot {
background:#FFFF33;
color:#000000;
}
Dimension D

Based on a videogame (Super Paper Mario) and extremely bright colours because of that.

Code:
body {
background:#009900;
color:#000000;
}
.tcat {
background:#006600;
color:#000000;
}
.thead {
background:#FFFF33;
color:#000000;
}
.tborder {
border-style: single;
border-width: thick;
background: #99FF00;
}
.page {
background:#009900;
color:#000000;
}
.vbmenu_control {
background:#66FF00;
color:#000000;
}
.panel {
background:#00FF00 ;
color:#000000;
}
.panelsurround {
background:#99FF00;
color:#000000;
}
.fieldset {
background:#00FF00;
color:#000000;
}
.alt1 {
background:#00FF00;
color:#000000;
}
.alt2 {
background:#99FF66;
color:#000000;
}
.tfoot {
background:#66FF00;
color:#000000;
}

cheat-master30 07-14-2007 12:59 PM

Twilight Town style
Quote:

body {
background:#CC0066;
color:#000000;
}
.tcat {
background:#660000;
color:#000000;
}
.thead {
background:#CC3300;
color:#000000;
}
.tborder {
border-style: ridge;
border-width: thin;
background: #000000;
color: #FFFFFF;
}
.page {
background:#FF6666;
color:#000000;
}
.vbmenu_control {
background:#660000;
color:#000000;
}
.panel {
background:#993333;
color:#000000;
}
.panelsurround {
background:#000000;
color:#FFFFFF;
}
.fieldset {
background:#993333;
color:#000000;
}
.alt1 {
background:#993333;
color:#000000;
}
.alt2 {
background:#993333;
color:#000000;
}
.tfoot {
background:#663300;
color:#000000;
}
.navbar {
background:#993333;
color:#000000;
}
.navbar a {
background:#993333;
color:#000000;
}
.navbar a:visited {
background:#993333;
color:#000000;
}
.vbmenu_option {
background:#FF9966;
color:#000000;
}
Latest somewhat game based one...

Selene 07-14-2007 03:34 PM

fixed

Selene 07-14-2007 03:43 PM

other thing is i am using v2.3.6 version of this hack (i purchased it months ago)

now v2.3.8 is out. I just downloaded the zip. but i read the readme file, it doesnt got any upgrade instrucs. What should I do to upgrade it?


All times are GMT. The time now is 03: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
  • Page Generation 0.01562 seconds
  • Memory Usage 1,752KB
  • 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
  • (1)bbcode_code_printable
  • (3)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