Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 12-18-2010, 03:14 AM
onehost onehost is offline
 
Join Date: Jul 2006
Posts: 378
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added that line in memberinfo - I still see no link...
Reply With Quote
  #12  
Old 12-18-2010, 03:28 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What version of vB are you on? Does the Edit User Profile link show normally?
Reply With Quote
  #13  
Old 12-18-2010, 03:32 AM
onehost onehost is offline
 
Join Date: Jul 2006
Posts: 378
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
What version of vB are you on? Does the Edit User Profile link show normally?
4.1 PL2

I do not see an edit profile until i like
on my profile then I see the edit profile link.

otherwise I see nothing that pertains to
editing a profile if i visit a members url.

This is strange.. I also noticed that the visitor area
vanishes when I log out as a user, I can only see this
area when I am logged in as a user or admin.

When i click on Friends/Infraction tabs, blank, it shows nothing.

--------------- Added [DATE]1292650927[/DATE] at [TIME]1292650927[/TIME] ---------------

I assume if members can not see profile links, then search
engines will not be able to see them either, i guess that
is a good thing, as it looks like they can only be seen
once the member logs in....
Reply With Quote
  #14  
Old 12-18-2010, 03:50 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by onehost View Post
4.1 PL2

I do not see an edit profile until i like
on my profile then I see the edit profile link.

otherwise I see nothing that pertains to
editing a profile if i visit a members url.

This is strange.. I also noticed that the visitor area
vanishes when I log out as a user, I can only see this
area when I am logged in as a user or admin.

When i click on Friends/Infraction tabs, blank, it shows nothing.

--------------- Added [DATE]1292650927[/DATE] at [TIME]1292650927[/TIME] ---------------

I assume if members can not see profile links, then search
engines will not be able to see them either, i guess that
is a good thing, as it looks like they can only be seen
once the member logs in....
Ah, well that explains it. Anything pre-vB4 uses a whole new layout and conditionals/variables. Let me see if I can whip something up. Too much coffee tonight anyway.
Reply With Quote
  #15  
Old 12-18-2010, 03:55 AM
onehost onehost is offline
 
Join Date: Jul 2006
Posts: 378
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
Ah, well that explains it. Anything pre-vB4 uses a whole new layout and conditionals/variables. Let me see if I can whip something up. Too much coffee tonight anyway.
honestly, since their profile does not show until they
log in, do i really need it? As long as SE cant see
their profile junk, then I am ok...

I logged in as a reg user, posted a link in my profile, logged
out, I can not see any links, so i would think SE can not see them either
if nothing shows....I can see the link as long as I am online, but once
I am off, the link no longer appears to show.
Reply With Quote
  #16  
Old 12-18-2010, 03:57 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For vBulletin 4.x, try adding this block of code in red to that same MEMBERINFO template:

Code:
				<vb:if condition="$show['edit_profile']">
<a href="admincp/user.php?{vb:raw session.sessionurl}do=remove&amp;u={vb:raw userinfo.userid}" class="textcontrol imagecontrol"><img src="{vb:stylevar imgdir_misc}/cross_red.png" alt="Delete User Profile" /></a>

				<a href="moderator.php?{vb:raw session.sessionurl}do=useroptions&amp;u={vb:raw userinfo.userid}" class="textcontrol imagecontrol"><img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" /></a>
				</vb:if>
Also, add this image to your images/misc directory.

--------------- Added [DATE]1292652019[/DATE] at [TIME]1292652019[/TIME] ---------------

Quote:
Originally Posted by onehost View Post
honestly, since their profile does not show until they
log in, do i really need it? As long as SE cant see
their profile junk, then I am ok...
Matter of preference, really. I'm not concerned about Search Engines, myself. It's the links themselves I don't want. Particularly when all of it is just scams, consumer traps, malware or porn. I don't want my users finding their way there just from perusing a new user's profile.
Reply With Quote
  #17  
Old 12-18-2010, 04:00 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
I don't even allow visitor messages... seems like stuff best served by either PM or a real forum post IMO.

When people do spam the forum I always use the "Delete as Spam" feature to ban them and delete all posts in 1 step.
Where do you disable visitor messaging?
Reply With Quote
  #18  
Old 12-18-2010, 04:05 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
Where do you disable visitor messaging?
User Profile Options in vB Options. Also, Visitor Messaging Options has a number of features you can turn on and off, like URL BBCode and whatnot.
Reply With Quote
  #19  
Old 12-18-2010, 04:14 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found it in the usergroup options. I tried it where you suggested and it still showed. It would be nice to have a global option to turn off the visitor messaging for everyone.
Reply With Quote
  #20  
Old 12-18-2010, 04:17 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
I found it in the usergroup options. I tried it where you suggested and it still showed. It would be nice to have a global option to turn off the visitor messaging for everyone.
Really? Usergroups should handle usage rights, but the vB Option should enable/disable the whole system.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:13 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.04013 seconds
  • Memory Usage 2,278KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete