Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Profile myspace/facebook mod-rewrite Details »»
Profile myspace/facebook mod-rewrite
Version: 2.0, by figu120 figu120 is offline
Developer Last Online: Jul 2012 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.x Rating:
Released: 07-04-2008 Last Update: 07-05-2008 Installs: 26
Uses Plugins Template Edits Auto-Templates
Code Changes Additional Files Translations Is in Beta Stage  
No support by the author.

What does this do?
This will change your profile page to have a myspace style layout.

This hack is designed completely with a style of myspace ...

The design is very simple and compact improved, but also has mod-Rewrite.
It's simple touch of a block's just as the myspace ...

Code:
Live demo

Test version

 User: test
Pass: test

Version History
2.0 Full

Product Details

3 file uploads
5 templates (all new)
4 plugins

Installation instructions
1- Upload .htaccess to forum root dir
2 - Install Product
3 - Upload images
4 - Create profile fields (Optional)

Additional (optional) instructions
4 - Create 3 categories
4.1 Set the other 2 categories location to: Blocks Column, After Ministats
5 - Create profile fields for these categories . You can use your own ones for these. Use myspace or facebook to get the list of values for each field.
The extra blocks

These are categories of user fields? Located automatically there (not that there is much less add or edit a template) Only by creating a category and location well?

Note: Example images upload

Instructions:
To block "your interests" only you:
1. Add the category Field.
2. Located in the "Blocks column, after mini stats"
3. Add in the required fields.
4. And that's all ready.

To block the "Personal information" do the same steps but order must 1

To block "about me".
1. Add the category field.
2. Located in the "Main column, first tab"
3. Add in the required fields.
4. And that's all ready.


Additional Information


For this modification to work correctly, there are a few other modifications that have to be installed, otherwise there will be dead links in the profile.
codes based on
https://vborg.vbsupport.ru/showthread.php?t=182947

Please click install


Please Nominate

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-06-2008, 09:03 PM
figu120 figu120 is offline
 
Join Date: Feb 2008
Location: medellin
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That usually happens when using different browsers ..
In each browser even some bug ...
as it is a beta version


Excellent ..
I will check to see what happens peus ami even normal work for me the url of the profiles but anyway BROWSE if there is any error in the code
thanks for notifying me
Reply With Quote
  #23  
Old 07-06-2008, 09:20 PM
figu120 figu120 is offline
 
Join Date: Feb 2008
Location: medellin
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What I see.
This happens because the user name is the color.
So what happens is that the calls of the file. "Htaccess" detects the username complete with colour codes ...

I understand ...
what I do is make some changes to see if it works ...

Note:
This change is not just for this mistake for anything else

edit:
memberinfo_block_mainurl
replace.

Quote:
<div class="alt1 block_row">

<dl class="list_no_decoration" id="additional_contact_details">
<dt class="shade">Mi $vboptions[bbtitle] URL:</dt>
<dd><a href="http://$vboptions[bburl]/$prepared[musername]">http://$vboptions[bburl]/$prepared[musername]</a></dd>
<if condition="$prepared['homepage']">
<dt class="shade">$vbphrase[home_page]</dt>
<dd><a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a></dd>
</if>
<if condition="$prepared['displayemail']">
<dt class="shade">$vbphrase[email_address]</dt>
<dd><a href="mailto:$prepared[displayemail]">$prepared[displayemail]</a></dd>
</if>
<if condition="$show['vcard']">
<dt class="shade">$vbphrase[vcard]</dt>
<dd><a href="member.php?$session[sessionurl]do=vcard&amp;u=$prepared[userid]" rel="nofollow">$vbphrase[download_vcard]</a></dd>
</if>
</dl>
</div>

and if you do not notice me and works Temporary leave it without mod-rewrite ..

and replace it with this cod

Quote:
<div class="alt1 block_row">

<dl class="list_no_decoration" id="additional_contact_details">
<dt class="shade">$vbphrase[this_page]</dt>
<dd><a href="$prepared[profileurl]">$prepared[profileurl]</a></dd>
<if condition="$prepared['homepage']">
<dt class="shade">$vbphrase[home_page]</dt>
<dd><a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a></dd>
</if>
<if condition="$prepared['displayemail']">
<dt class="shade">$vbphrase[email_address]</dt>
<dd><a href="mailto:$prepared[displayemail]">$prepared[displayemail]</a></dd>
</if>
<if condition="$show['vcard']">
<dt class="shade">$vbphrase[vcard]</dt>
<dd><a href="member.php?$session[sessionurl]do=vcard&amp;u=$prepared[userid]" rel="nofollow">$vbphrase[download_vcard]</a></dd>
</if>
</dl>
</div>
Reply With Quote
  #24  
Old 07-06-2008, 09:35 PM
g0dfather1984 g0dfather1984 is offline
 
Join Date: May 2008
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright, that works.

How did you get it so it shows your member name instead of member # for the url?
Reply With Quote
  #25  
Old 07-06-2008, 09:38 PM
figu120 figu120 is offline
 
Join Date: Feb 2008
Location: medellin
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK was a pleasure ...
I aver that if I improve or seek a solution
Thank you for notifying me
Reply With Quote
  #26  
Old 08-08-2008, 02:18 PM
Dilldogs Dilldogs is offline
 
Join Date: May 2006
Location: Wilmington, IL
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I click on these 2 buttons:

Add to friends and Forward to friends I am not getting nothing. Will not click.

All others work fine.

How can I fix this?
Reply With Quote
  #27  
Old 08-08-2008, 07:56 PM
figu120 figu120 is offline
 
Join Date: Feb 2008
Location: medellin
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello.
First thank you very much for installing this hack.

We say this with the first button what happens is that you have added to that user as a friend ... why are automatically disables the button and out link.

The second button is not even find a functioning and this disabled without any specific link…
Reply With Quote
  #28  
Old 08-08-2008, 09:45 PM
Dilldogs Dilldogs is offline
 
Join Date: May 2006
Location: Wilmington, IL
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks.
Reply With Quote
  #29  
Old 08-09-2008, 08:05 PM
figu120 figu120 is offline
 
Join Date: Feb 2008
Location: medellin
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok thank for you....

Click installl please
Reply With Quote
  #30  
Old 08-09-2008, 08:17 PM
Chance4Today Chance4Today is offline
 
Join Date: Aug 2007
Location: NE
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this in English and also do I just need to install this hack for it too work. I am not very techy sorry but I would like it on my site and my members would like it as well thanks
Reply With Quote
  #31  
Old 08-09-2008, 08:43 PM
figu120 figu120 is offline
 
Join Date: Feb 2008
Location: medellin
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not even 100% in English and Spanish in this English very soon WHEN his most unoccupied translate the finish
Reply With Quote
Reply

Thread Tools

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 07:04 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.04357 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
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)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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