vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Give Your Users a Custom Page on Your Site (https://vborg.vbsupport.ru/showthread.php?t=91903)

Neo_obs 03-01-2010 02:23 PM

Quote:

Originally Posted by RollaJedi (Post 1949852)
hopefully somebody can help with this.

I upgraded from 3.8 to vb 4.0 just recently. I forgot that i needed info from my 'user page' that i made with this mod. Now, i cant access that userpage at all. And more importantly, i have no clue where those userpages were kept by default in a site. Does somebody know where to find each userpage people made?

I looked at another site and this is what the link is for one of the userpages:
http://www.vmkforums.com/forums/user...in&userid=8281

Can someone please help me? this is pretty important info I had located in that page. Thank you

You can find the actual text in the mysql database under the table userpage

Raakin 07-21-2010 07:34 AM

This works with vBulletin 4.0.3?

Neo_obs 07-25-2010 06:11 PM

The developer has given me permission to take over this mod. I am going to ask that she add me to the developer list and I should be getting some updates out soon.

If you have any problems just PM me and I will try to help.

Neo_obs 09-18-2010 03:21 AM

An updated version should be coming out soon. If you have any issues getting this to work on 3.8 and below let me know and I will try to help you as best as I can right now.

For those wanting 4.0 or higher I will post here when it is available.

kylek 10-06-2010 08:33 PM

Quote:

Originally Posted by Neo_obs (Post 2099906)
An updated version should be coming out soon. If you have any issues getting this to work on 3.8 and below let me know and I will try to help you as best as I can right now.

For those wanting 4.0 or higher I will post here when it is available.

Any word on how this is going?

Neo_obs 11-21-2010 08:02 PM

Quote:

Originally Posted by kylek (Post 2107514)
Any word on how this is going?

I am currently testing, at this time it is still unknown when I will release it but I am using most of my free time trying to get it working.

cdoyle 11-21-2010 08:41 PM

That would be pretty cool, if this could be ported over to 4.0x versions.
I always liked this mod, but only got to use it for a short time.

Neo_obs 11-29-2010 09:06 PM

For those that installed the UserCP Icon mod and don't have links in the UserCP here is an updated template edit.

Find:
PHP Code:

    <if condition="$show['siglink']">
    <
tr><td class="$navclass[signature]nowrap="nowrap"><div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/page_red.gif" /></div><class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr>
    </if> 

and add under it:
PHP Code:

<if condition="$show['createuserpagelink']">
    <
tr>
        <
td class="$navclass[signature]nowrap="nowrap"><div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/page_red.gif" /></div><class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td>
    </
tr>
</if>
<if 
condition="$show['edituserpagelink']">
    <
tr>
        <
td class="$navclass[signature]nowrap="nowrap"><div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/page_red.gif" /></div><class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
    </
tr>
</if> 

Thanks to desi5257 for letting me know about this

xAsphyxiia 09-27-2011 06:06 PM

Is there anyway to use this mod on vb4.1.6?

Thunderbird8 10-04-2011 08:23 AM

Lots and lots of headaches. That's about the only answer I have to that one ;).


All times are GMT. The time now is 11:24 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.02264 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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