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)

gethinoakes 09-30-2005 08:36 AM

Thanks this works great! :)

???`S?LV?R???` 09-30-2005 10:04 AM

btw do you got vb 3.5 gold installed on your forum? just curious because I was wondering if your ibproarcade was working fine on it. @ amykhar

amykhar 09-30-2005 10:42 AM

Yes, I do. But I haven't tested the arcade yet.

cclaerhout 09-30-2005 10:47 AM

Thanks Amykhar for your hack. I had little problems with your installation file,
so i update it to product. The xml file will :
-install tables ONLY for new installation (no update sorry)
-install templates
-install phrases
-rebuild fields

cclaerhout 09-30-2005 12:54 PM

Here is the french translation.

cclaerhout 09-30-2005 01:18 PM

Quote:

Originally Posted by Hawkbizkit
btw on lines 767-770
PHP Code:

  if ($pageexists)
  {
      
print_no_permission();
  } 

is missing the ! infront of $pageexists so people can delete pages....;) otherwise great mod.
PHP Code:

  if (!$pageexists)
  {
      
print_no_permission();
  } 

there are also a few other bugs in that area but i forgot what they where but you should see them when u check it out i think lol...

This bug is still not corrected in userpage.php

amykhar 09-30-2005 01:56 PM

Quote:

Originally Posted by cclaerhout
Here is the french translation.

Thank you :)

Amy

Kyderoy 09-30-2005 02:18 PM

Is it possible to use html only on the user pages?

cclaerhout 09-30-2005 03:00 PM

Quote:

Originally Posted by Kyderoy
Is it possible to use html only on the user pages?

I think it's already the case, isn't it ?

Kyderoy 09-30-2005 04:00 PM

Quote:

Originally Posted by cclaerhout
I think it's already the case, isn't it ?

Is there a way to access a member's page from their profile page? Or maybe when you click on the member's name there would be a link to access the page just like the link to access their public profile.


All times are GMT. The time now is 09:30 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.02079 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)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