vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Myspace Profile Re-Write PRO! 1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=109094)

Stangsta 05-25-2006 11:42 PM

Quote:

Originally Posted by Soljah
The issue that I am having is that whenever I use the CSS Code box in my "edit profile" box, to upload a new style. I just get a white background. I have read up on alot of CSS and still cant seem to get this fixed. I have been using myspace codes, but nothing works. Any advice?

Thats because myspace codes wont work, you have to write your own CSS

i.e.

.thead
.alt
.alt2

ericgtr 05-28-2006 04:46 PM

Neat mod, installed!

However, it would've been nice to see in the original post that you must have a paid mod (vba image gallery) installed and that there is no comment system. The screenshots are mis-leading, half way through the install I found myself searching this stuff out.

Battle_Ring 05-29-2006 02:41 PM

Profile wont update after filling out the info can someone please help

Stangsta 05-29-2006 03:34 PM

Quote:

Originally Posted by ericgtr
Neat mod, installed!

However, it would've been nice to see in the original post that you must have a paid mod (vba image gallery) installed and that there is no comment system. The screenshots are mis-leading, half way through the install I found myself searching this stuff out.

The comment system is available through my installs. And you can use any gallery you want, just change the link in the MEMBERINFO to fit the gallery you use....even the free one.

KevNJ 05-31-2006 11:04 AM

Stangsta I would hope that your working on a version 2 of this hack with the disappointing ( atleast to me ) news about the other myspace hack in mod discussion catagory. Central server.... Blah!

Stangsta 05-31-2006 01:41 PM

Quote:

Originally Posted by KevNJ
Stangsta I would hope that your working on a version 2 of this hack with the disappointing ( atleast to me ) news about the other myspace hack in mod discussion catagory. Central server.... Blah!

Version 2 can be done if there was an interest. But, it doesnt seem like there is enough interest to warrant the work. I have alot of ideas for it, but I dont think it would be worth all the time just for a handful of people.

daystorm 05-31-2006 05:12 PM

Help...

This is not working. $comment_panel

Do I need to install download something else to make it work?

Stangsta 05-31-2006 08:30 PM

Quote:

Originally Posted by daystorm
Help...

This is not working. $comment_panel

Do I need to install download something else to make it work?

If you dont have the comment system, it wont work.

criscokid 05-31-2006 10:09 PM

Quote:

Originally Posted by Stangsta
Version 2 can be done if there was an interest. But, it doesnt seem like there is enough interest to warrant the work. I have alot of ideas for it, but I dont think it would be worth all the time just for a handful of people.

I'm definitely interested! :)
Time for others to raise their hands to show their interst in version 2...

Stangsta 05-31-2006 10:35 PM

Quote:

Originally Posted by criscokid
I'm definitely interested! :)
Time for others to raise their hands to show their interst in version 2...

I would make the install a 1 product install, along with incorporating feature requests and cleaning up the code of v.1 You would however still have to edit the memberinfo template, but I would make it alot easier to add the profile fields.

If there was to be a v.2, what changes or features would everyone like to see in it?

KevNJ 06-01-2006 01:30 AM

Quote:

Originally Posted by Stangsta
I would make the install a 1 product install, along with incorporating feature requests and cleaning up the code of v.1 You would however still have to edit the memberinfo template, but I would make it alot easier to add the profile fields.

If there was to be a v.2, what changes or features would everyone like to see in it?


1:1 MySpace Clone,non centralized. :banana:


Ill make a list of features that ive read through the other thread and ones on here and PM you it.

Roody 06-01-2006 06:49 PM

Quote:

Originally Posted by Roody
My apologies if this has already been answered, but is there a way to add images to profiles without vbadvanced or their links program?

My apologies if this was answered and I missed it, but does anyone know the answer to this question?

Stangsta 06-01-2006 07:42 PM

Quote:

Originally Posted by Roody
My apologies if this was answered and I missed it, but does anyone know the answer to this question?

There is a stand alone hack to add multiple profile pictures on vb.org, but its busch league if you ask me. I will try to find the link.

Try this:

https://vborg.vbsupport.ru/showthrea...946#post875946

Brainwrek 06-01-2006 08:36 PM

Stangsta... and anyone else reading this... I'll be d*mned if I'll ever support the vBspace crooks. So count me in for doing whatever I can to support your social networking mods. vBulletin is an amazing framework, and I believe it can totally crush MySpace in terms of usability and user satisfaction. But NO WAY is that worth serving up our members to a centralized corporate structure. Ok... I don't wanna be preachy here... just showing my respect and support for you and your mods further development.

Roody 06-02-2006 09:51 AM

Quote:

Originally Posted by Stangsta
There is a stand alone hack to add multiple profile pictures on vb.org, but its busch league if you ask me. I will try to find the link.

Try this:

https://vborg.vbsupport.ru/showthrea...946#post875946

Thanks for the link. I will check it out. :)

Dr Steevil 06-06-2006 08:44 PM

I have installed this and it is working great! What I want to do now is create a button for my menu system (I have a flash based header for a menu system) that will take the user to their profile page. What I need is the appropriate code i.e something like
Code:

http://mysite.com/userid
How do I do that?

criscokid 06-06-2006 09:27 PM

If you've put the .htaccess file in place http://mysite.com/forums/username will work.

Dr Steevil 06-06-2006 10:39 PM

Sorry, I figured I wasn't very clear on what I mean't. I do have the .htaccess file and it works fine. What I want to be able to do is have a button on my menu that will take the user directly to his/her profile page. It would have to be some sort of "dynamic" link since there is no way to know the particular user. I am no coder and have limited knowledge of http protocol, but it would seem to me to be something like
Code:

http://www.mysite.com/member.php?u=$userid
Basically, I need to dynamically call up the userid (based on the person logged in) into the url. Or is this even possible?

Stangsta 06-07-2006 02:34 AM

Quote:

Originally Posted by Dr Steevil
Sorry, I figured I wasn't very clear on what I mean't. I do have the .htaccess file and it works fine. What I want to be able to do is have a button on my menu that will take the user directly to his/her profile page. It would have to be some sort of "dynamic" link since there is no way to know the particular user. I am no coder and have limited knowledge of http protocol, but it would seem to me to be something like
Code:

http://www.mysite.com/member.php?u=$userid
Basically, I need to dynamically call up the userid (based on the person logged in) into the url. Or is this even possible?

You could try this:
Code:

<a href="member.php?$session[sessionurl]u=$post[userid]"><strong>View your profile</a>

criscokid 06-07-2006 07:51 AM

There's also a 'edit my profile' link mod available (I don't remember the URL) whoich is shown to users if they're viewing their own profile.

Dr Steevil 06-07-2006 11:30 AM

Quote:

Originally Posted by Stangsta
You could try this:
Code:

<a href="member.php?$session[sessionurl]u=$post[userid]"><strong>View your profile</a>

Thanks, I will give this a try!

Criscokid, yeah I've seen this link and that's cool too. What Stangsta is giving me is in all probability what I need. Since with the comment system I have there is no way of knowing you've received a comment without going to your profile, I wanted to provide a quick way for users to access it (most won't think to use the Quick Links pull down menu).

Thanks again, and thanks to everyone here who has contributed to making this hack. I have "installed" and would definately vote for it as hack of the year.

Now if only the "comments" problem could be ironed out for everyone. Can't wait to see it, may upgrade if I likey!

Dr Steevil 06-07-2006 11:47 AM

Well, it didn't work. I tried disabling the .htaccess file and that didn't work either. I get the error "Sorry, this user does not exist..."

Any other ideas?

criscokid 06-07-2006 01:01 PM

Before you click the link take a look at what the actual URL is (right click, 'copy shortcut') of the link then post that here.

Dr Steevil 06-07-2006 01:29 PM

In my particular case, it is embedded in a flash file. But I tried it also as an html code and as BBcode, none of them work.

The url I'm using is

Code:

http://www.hbclive.com/member.php?$session[sessionurl]u=$post[userid]
Since this site (vBulletin.org) is the same it should work here as well (modified of course), so let's try it...

Using this code
HTML Code:

https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]
https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]

When you click that link, you'll get this error:

This user has not registered and therefore does not have a profile to view.

jerx 06-07-2006 05:11 PM

Quote:

Originally Posted by Stangsta
Comments were dissapering because you didnt set your permissions right and users were able to delete others comments. I know a large group of people that DO NOT have that problem. Or you could save your money and wait till the new version of the myspace hack comes out. There will be a new version better than anything out there.

What are the right permissions? I only saw settings which seem to be harmless:

Can comment on profiles? Yes No
Can this usergroup view comments? Yes No
Can usergroup delete their own comments? Yes No
Can report comments? Yes No
Can edit their own comments? Yes No

Even if you set everything to yes, there should be no problem. Am I missing anything?

Dr Steevil 06-07-2006 08:33 PM

Quote:

Originally Posted by Stangsta
By using [img] tags around the picture in the profile fields that are parsed.

Going way back for this one. Can't figure out what's wrong. I have parsed all of the fields that are multi-line text fields and double checked them and they are all correct. But when I place an image file in the [img] tags all it does is make it a link. Rather odd, because in the regular forum posts, it works fine.

This is a sample of my parser plug-in code

Code:

{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

And yes, I have duplicated this for all of the fields I want parsed, and double checked to make sure all fields are changed to the values I need.

Stangsta 06-07-2006 08:35 PM

Quote:

Originally Posted by jerx
What are the right permissions? I only saw settings which seem to be harmless:

Can comment on profiles? Yes No
Can this usergroup view comments? Yes No
Can usergroup delete their own comments? Yes No
Can report comments? Yes No
Can edit their own comments? Yes No

Even if you set everything to yes, there should be no problem. Am I missing anything?

Can usergroup delete their own comments? Yes No

You call that harmless? Put that in the hands of your members...see what happens. :) Also, mods and admins have full delete permissions.

jerx 06-07-2006 09:06 PM

Quote:

Originally Posted by Stangsta
Can usergroup delete their own comments? Yes No

You call that harmless? Put that in the hands of your members...see what happens. :) Also, mods and admins have full delete permissions.

I might have misunderstood the setting. I thought that everyone of the usergroup can delete his own comments, not the comments of other users of the same usergroup. Therefore it would have been their own fault. They should not be surprised about missing entries, because they deleted the entries themselves.

And if a mod or an admin deletes entries, it should be no surprise for the admin. He should know that the entries have been deleted on purpose.

So, I still wonder why several vB admins have reported this. Either there is really a bug or they have been just lazy to investigate the problem carefully.

Dr Steevil 06-08-2006 06:32 PM

Try again.

I need help with the parse code plug-in. I have created the plug-in (I call it Profile Field Parser) in the member_complete hook per instructions. My code is arranged as follows:

Code:

{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

I copied and pasted that code several times, changing the fieldx value to reflect the fields I need parsed.

My problem is that images aren't appearing. It just converts the file path to a link which of course when clicked shows the image in another browser window. I can't figure out what is wrong, because the use of the [IMG] tag works elsewhere on the site just fine. Is the product location of the plug-in wrong? I have it in vBulletin.

Stangsta 06-09-2006 01:06 AM

Quote:

Originally Posted by Dr Steevil
Try again.

I need help with the parse code plug-in. I have created the plug-in (I call it Profile Field Parser) in the member_complete hook per instructions. My code is arranged as follows:

Code:

{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

I copied and pasted that code several times, changing the fieldx value to reflect the fields I need parsed.

My problem is that images aren't appearing. It just converts the file path to a link which of course when clicked shows the image in another browser window. I can't figure out what is wrong, because the use of the [IMG] tag works elsewhere on the site just fine. Is the product location of the plug-in wrong? I have it in vBulletin.

Its either conflicting with something else on your site OR you dont have it in the MEMBER_COMPLETE hook location.

Dr Steevil 06-09-2006 01:33 AM

Quote:

Originally Posted by Stangsta
Its either conflicting with something else on your site OR you dont have it in the MEMBER_COMPLETE hook location.

I guess its conflicting with something else. It is in the MEMBER_COMPLETE hook.

daystorm 06-12-2006 04:12 AM

I am having the same problem.
Any Ideas or suggestions?

I want to put a link in my index page straight to their user profile and I keep getting that the user is not registered... Please help.

Thank you,
Ella


Quote:

Originally Posted by Dr Steevil
In my particular case, it is embedded in a flash file. But I tried it also as an html code and as BBcode, none of them work.

The url I'm using is

Code:

http://www.hbclive.com/member.php?$session[sessionurl]u=$post[userid]
Since this site (vBulletin.org) is the same it should work here as well (modified of course), so let's try it...

Using this code
HTML Code:

https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]
https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]

When you click that link, you'll get this error:

This user has not registered and therefore does not have a profile to view.


TRR 06-12-2006 10:39 PM

When my users put in CSS, the "who has viewed member profile" stops working. Is there an easy fix for this?

aladinliverpool 06-13-2006 12:53 AM

so.. after 50 pages. can anyone suggest if this is worth installing on my site?

there seems to be a few issues in here. Most of my members dont know how to use quick reply let alone input CSS values.

Dr Steevil 06-13-2006 11:27 AM

Quote:

Originally Posted by aladinliverpool
so.. after 50 pages. can anyone suggest if this is worth installing on my site?

there seems to be a few issues in here. Most of my members dont know how to use quick reply let alone input CSS values.

Well, that kinda depends. I just recently installed this on my site and am still playing with it. The hard part is getting the comments section. But even without it, like someone else posted, its still better than the vBulletin default profile pages. It is a tedious task doing this install and isn't for the faint of heart. But the plus side is if you're like me and still learning how it all works, its an invaluable tool! I've learned more about the nuts and bolts of how vBulletin works doing this install than anything I've done so far!

As for users actually using it? Well, like anything new, it takes a little time. But look at myspace.com. People seem to be doing quite well learning it!

Lastly, my opinion on the whole css issue. I disabled it. I use multiple skins on my site and have found that customizing a page with css may look good for one skin and absolutely horrid on another.

Good luck with whatever you decide! And remember, this whole thing is being completely redeveloped, so you might want to just wait!

Annie^.^ 06-13-2006 11:56 AM

Quote:

Originally Posted by Stangsta
Comments were dissapering because you didnt set your permissions right and users were able to delete others comments. I know a large group of people that DO NOT have that problem. Or you could save your money and wait till the new version of the myspace hack comes out. There will be a new version better than anything out there.


Hi Stangsta
No the permissions were set properly. This is what I had in the usergroup ...

Can comment on profiles? Yes
Can this usergroup view comments? Yes
Can usergroup delete their own comments? Yes
Can report comments? Yes
Can edit their own comments? Yes

It doesn't say anywhere Can this group delete other's comments or edit? or did I miss something here?

As an admin I had an account for myself just a regular registered user for testing things. The the registered users weren't able to delete other's comments. I tested myself ... I'm positive for whatever reason they were dissapearing by them selves.

To be honest I didn't regret buying the script from Visionscripts. My users love it very much. They getting pm notification each time they get a new comment and plus. I manually transfered all the comments over to the new script and I feel very happy about it.

SuperFly 06-13-2006 08:58 PM

actually only my admins profiles are showing.

Stangsta 06-13-2006 11:27 PM

Quote:

Originally Posted by Annie^.^
To be honest I didn't regret buying the script from Visionscripts. My users love it very much. They getting pm notification each time they get a new comment and plus. I manually transfered all the comments over to the new script and I feel very happy about it.

Im glad to hear that. Would you mind sharing how and what steps you took to move the comments over to help others that would like to go the same route as you?

Annie^.^ 06-14-2006 12:09 AM

Sure not a problem .... Before I go to sleep tonight I will show you ...

Dr Steevil 06-14-2006 01:31 AM

Quote:

Originally Posted by daystorm
I am having the same problem.
Any Ideas or suggestions?

I want to put a link in my index page straight to their user profile and I keep getting that the user is not registered... Please help.

Thank you,
Ella

Stupid me finally figured it out! If you go to your navbar template, scroll down to where you find the following:
Code:

<!-- user cp tools menu -->
This is where the "Quick Links" pull down menu begins. Scroll down further and find
Code:

<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
That's the link that will take you to your profile. So to add this as a regular menu item, simply add the following code where you want it to appear in your nav bar
Code:

<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td>
Note that it starts <td class="vbmenu_control">, not <td class="vbmenu_option">Also, don't put the <tr> tags in there! You can also feel free to change the variable $vbphrase[my_profile] to whatever you want (such as just "My Profile").

Good luck!


All times are GMT. The time now is 09:31 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.01849 seconds
  • Memory Usage 1,869KB
  • 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
  • (13)bbcode_code_printable
  • (2)bbcode_html_printable
  • (23)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
  • (40)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