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)

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 01:59 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.01949 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (6)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