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)

Brandon Sheley 06-21-2007 12:55 AM

here is a grey - black one that is nice :)
Code:

body { 
background:#dddddd; 
 
color:#000000; 

.tcat { 
 
background:#aaaaaa; 
 
color:#000000; 

.thead { 
background:#bbbbbb; 
 
color:#000000; 

.tborder {
border:dotted #0000FF; 

.tbody { 
background:#cccccc;
color:#000000; 

.tfooter {
background:#bbbbbb; 
 
color:#000000; 
}

and here is another attempted from me..
it's grey - blue

Code:

body { 
background:#f3f2f2;

color:#1c05fa;
}
.tcat {

background:#f3f2f2;

color:#ff0000;
}
.thead { 
background:#f3f2f2;

color:#1c05fa;
}
.tborder {

border:dotted #1c05fa;
}
.tbody { 
background:#f3f2f2;
}
.tfooter {

background:#f3f2f2;

color:#7ad8e3;
}

I think some other cool stuff can be done, but CSS isn't really my thing :(

xug 06-21-2007 02:51 AM

I get the following error:

Fatal error: Call to undefined function iprof_do_verify_private() in /home/xxxxxxxxxxxx/public_html/forums/includes/visionscripts/psionic_iprof/member_complete.php on line 26

jasonpeinko 06-21-2007 03:43 AM

i get this error
Importing Product, Please Wait...

[:]

Warning: Unknown(/home/pinkofer/public_html/forums/includes/visionscripts/psionic_iprof/_install.php): failed to open stream: No such file or directory in /admincp/plugin.php(1964) : eval()'d code on line 1

Warning: Unknown(/home/***/public_html/forums/includes/visionscripts/psionic_iprof/_install.php): failed to open stream: No such file or directory in /admincp/plugin.php(1964) : eval()'d code on line 1

Fatal error: (null)() [function.require]: Failed opening required '/home/***/public_html/forums/includes/visionscripts/psionic_iprof/_install.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/***/public_html/forums/admincp/plugin.php(1964) : eval()'d code on line 1

Brandon Sheley 06-21-2007 03:50 AM

does anyone know how would I go about adding another block ? like an adsense one or something

I can figure out where to place it, but I don't know what to put around my google code

Code:

<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "image";
//2007-06-20: vbsetup-profile
google_ad_channel = "";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "CC0000";
google_color_text = "000000";
google_color_url = "CC0000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

thanks

Yours Truly 06-21-2007 06:41 AM

Quote:

Originally Posted by Loco.M (Post 1272932)
does anyone know how would I go about adding another block ? like an adsense one or something

I can figure out where to place it, but I don't know what to put around my google code

Code:

<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "image";
//2007-06-20: vbsetup-profile
google_ad_channel = "";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "CC0000";
google_color_text = "000000";
google_color_url = "CC0000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

thanks

Do you mean like another block on the memberinfo template?

nix 06-21-2007 08:40 AM

Thanks for making this free. I had the paid version but I think its great you released it. I have some ideas for it now!

This is what I came up with before.


http://www.sportsgamer.com/forums/me...nix-44965.html

Endurer 06-21-2007 12:30 PM

Quote:

Originally Posted by Psionic Vision (Post 1272519)
The version available here is the latest version, and it does not require ioncube. So, you should download this one.

Thanks.

Here's what I get while importing the product (overwrite yes)

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

teenhut 06-21-2007 12:36 PM

I am facing another error. I cannot edit other user's profile comments or delete. When I try to click "YES" to permissions of "Can Edit other's profile comments, or delete" after saving they again go back to "NO" and isnt working.

I need that permission to delete some people when spam.
Please help!

teenhut 06-21-2007 12:44 PM

Okay i worked it out. I had to uninstall product and install again.. :(

PoetJA-1975 06-21-2007 05:03 PM

Quote:

Originally Posted by Loco.M (Post 1272862)
here is a grey - black one that is nice :)
Code:

body { 
background:#dddddd; 
 
color:#000000; 

.tcat { 
 
background:#aaaaaa; 
 
color:#000000; 

.thead { 
background:#bbbbbb; 
 
color:#000000; 

.tborder {
border:dotted #0000FF; 

.tbody { 
background:#cccccc;
color:#000000; 

.tfooter {
background:#bbbbbb; 
 
color:#000000; 
}

and here is another attempted from me..
it's grey - blue

Code:

body { 
background:#f3f2f2;

color:#1c05fa;
}
.tcat {

background:#f3f2f2;

color:#ff0000;
}
.thead { 
background:#f3f2f2;

color:#1c05fa;
}
.tborder {

border:dotted #1c05fa;
}
.tbody { 
background:#f3f2f2;
}
.tfooter {

background:#f3f2f2;

color:#7ad8e3;
}

I think some other cool stuff can be done, but CSS isn't really my thing :(

Nice - thanx for the sharing ;)

Quote:

Originally Posted by nix (Post 1273090)
Thanks for making this free. I had the paid version but I think its great you released it. I have some ideas for it now!

This is what I came up with before.


http://www.sportsgamer.com/forums/me...nix-44965.html

WOW! Just saw your profile
Looks like you've added several additional blocks like the Media one is kewl!
Care to share the template edits? Would be really nice!
Thanx,

Jacquii.


All times are GMT. The time now is 09:06 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.02111 seconds
  • Memory Usage 1,756KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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