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)

AdmiralGeek 07-25-2007 12:14 PM

is this not supported due to the amount of template changes? And because it is discontinued?

or is it the competition lol?

AdmiralGeek 07-25-2007 03:40 PM

took me three times to get it sorted, got those SQL errors too, but i noticed that in the read-me there, were two of the instructions were wrongly formatted and had more than two instances. had to resort to dream-weaver to correct the tabbing.


Code:

        <td class="panelsurround" align="center">
        <div class="panel">
                ... (few lines of code have been skipped) ...
                                        <if condition="$show['membergroups']">

there is two instances, ...(few lines of code have been skipped).... what the hell is this all about? saving a couple of seconds on input?


Code:

SELECT pf.profilefieldid, pf.searchable

And the visionscripts folder, what is it for? the install script and the uninstall script has no effect and no use, why include it? the read me has no information regarding it. And the statistics that you gave, says no automatic installer.

Brandon Sheley 07-25-2007 03:46 PM

Quote:

Originally Posted by voteforbird (Post 1300513)
Hmm. My profiles were in 2 columns before installing this. Now they're in 1. Any idea why?

it's because you didn't do the templates edits correctly ;)

AdmiralGeek 07-25-2007 04:03 PM

Quote:

Originally Posted by Loco.M (Post 1301296)
it's because you didn't do the templates edits correctly ;)

would you mind me asking if you installed this okay?

Terrasoft 07-25-2007 05:19 PM

Yep, the install goes perfectly if you do what it says to do. I know because its running wonderfully on my site. ^_^

AdmiralGeek 07-25-2007 06:21 PM

Quote:

Originally Posted by Terrasoft (Post 1301395)
Yep, the install goes perfectly if you do what it says to do. I know because its running wonderfully on my site. ^_^

would you mind helping me out? i have edited the templates properly, but i may have mis understood the upload procedure wrong, it says only 1 file needed to be uplaoded, but there is many?

does the vs-interactive belong in the one folder? cause when i have the templates edited, and teh product uploaded, and all teh permissions set, i get a database error when ever i go to view someones profile. So i assume something is wrong with the installation procedure.


Code:

Database error in vBulletin 3.6.7:

Invalid SQL:

        SELECT pf.profilefieldid, pf.searchable pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
        FROM vbprofilefield AS pf
        LEFT JOIN vbprofilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid)
        WHERE pf.form = 0
        ORDER BY pfc.displayorder, pf.displayorder;

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 '.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
        FROM ' at line 1
Error Number : 1064
Date        : Wednesday, July 25th 2007 @ 12:29:06 PM
Script      : http://www.theirishcraic.com/irish/craic2/test/member.php?u=1
Referrer    : http://www.theirishcraic.com/irish/craic2/test/index.php
IP Address  : 89.234.69.211
Username    : admiral
Classname    : vB_Database


noonespecial 07-27-2007 07:36 AM

I'd like the "Friend" portion of this mod separate from everything else. It's really the only aspect I'd love to have ... but I don't want all the "extras."

invert_nexus 07-28-2007 02:47 AM

Works great for me.
I've changed it a bit so that the original profile perches at the top of the page just like the old style with the comments and friends list in a single column below. A lot better looking in my opinion.

I have a couple of questions though if anyone might possibly be able to help.

1. Does the new VBulletin (3.6.8) break this mod or vice versa?

2. I'd like to enable the private profile option but only for the comments section. Frankly, I can't fathom why anyone would want the whole profile to be blanked out.

I tried moving the if page is private function further down the page, but this didn't work. In fact, I even tried removing it altogether and, oddly, there was no change in the page... I've deduced from this that the culprit is not to be found in the template, but rather in the php and it's been a long time since I played with php and even then I was only just wetting my fingers. I'm a stubborn cuss and will undoubtably continue digging at it and might well find the answer myself, given time. But it would be nice if someone could lend a hand.

Of course, this might all be moot if the new update breaks the mod.

I've also pondered the practicality of using a system that is not being actively supported to keep up with updates as I can imagine some interesting discussions taking place in profile comments that might well end up getting lost at some point in time when the mod does break. I'm sure that there would be a way to salvage some functionality should this occur, but I wonder if modifying the forum in this manner is just staying one step ahead of oblivion?

I guess some people like to live on the edge though, eh?

invert_nexus 07-28-2007 02:56 AM

AdmiralGeek,

Quote:

it says only 1 file needed to be uplaoded, but there is many?
I think that means that only one upload procedure needs to take place. One upload of all the files inside the upload folder.

That is kind of strange to claim one file upload. There must be other mods that require multiple uploads? Weird.

Quote:

does the vs-interactive belong in the one folder?
What do you mean "one folder"?
The contents of the upload folder are to be copied into the root folder of your forum. Whichever that might be.


As to the SQL error...
The first thought that comes to my head is to wonder if you edited your member.php as directed?

invert_nexus 07-28-2007 03:03 AM

Quote:

SELECT pf.profilefieldid, pf.searchable pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
Oh. Wait.
There's your problem.
You're missing a comma.

It should be:
SELECT pf.profilefieldid, pf.searchable, pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height

You'll note that in the instructions, there is no comma shown in the portion you are directed to replace. Therefore, the original comma remains after the new code is pasted in.


All times are GMT. The time now is 04:40 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.01733 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
  • (3)bbcode_code_printable
  • (6)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