vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   [Release] Custom Image Under User Name (https://vborg.vbsupport.ru/showthread.php?t=5301)

12-09-2000 02:47 PM

Quote:

Originally posted by Cr4z33
Np, as soon as I fix the problem I'll let ya know. :)
Could someone tell me if I can safely delete and recreate the table "forumpermission" without troubles on the board? Note that's the test board so I'm the only user there. :)
[/B]
Okz :)

Euh... yeah, ya can.. i think..:) but you must reproduce it the same as it was before (without the corruption ofcourse;)), and there can't be any other users on your board as i know of, cuz mabey it'll be corrupted again then...

12-09-2000 08:42 PM

Quote:

Originally posted by X-PhoeniX
so, no bugs? :)
No bugs at all. It works great!!
Tnx again to you and JimF! https://vborg.vbsupport.ru/

12-10-2000 01:08 AM

Quote:

Originally posted by Cr4z33
Quote:

Originally posted by X-PhoeniX
so, no bugs? :)
No bugs at all. It works great!!
Tnx again to you and JimF! https://vborg.vbsupport.ru/

Np :)
Thnx JimF, for the original code :)

12-10-2000 07:08 AM

i can't find this code in showthread

Code:

$temps=$DB_site->query("SELECT title,template
                        FROM template
                        WHERE title='error_invalidid' OR title='error_nopermission' OR

title='$foruminfo[rulestemplate]'
                          OR title='forumrules' OR title='error_forumclosed' OR

title='showthread_numpages'
                          OR title='postbit_useremail' OR title='icq' OR title='aim' OR

title='yahoo'
                          OR title='postbit_homepage' OR title='postbit_profile' OR

title='$usetemplatebit'
                          OR title='firstunread' OR title='showthread_nextnewestthread'
                          OR title='showthread_nextoldestthread' OR

title='$foruminfo[headertemplate]'
                          OR title='$foruminfo[footertemplate]' OR title='$usetemplate'");
while ($temp=$DB_site->fetch_array($temps)) {
  $templatecache["$temp[title]"]=$temp[template];

:(

12-10-2000 11:59 AM

ReMaZ:

What version do you have? 1.1.4?
Then just look for
Code:

$temps=$DB_site->query("SELECT title,template
and add
Code:

OR title='custom_img'
after
Code:

OR title='yahoo'
Okay?

12-10-2000 09:32 PM

Thanks X-Phoenix, I was going to make a fix this weekend, but I had to go out of town unexpectedly.

-jim

12-11-2000 07:23 PM

Quote:

Originally posted by JimF
Thanks X-Phoenix, I was going to make a fix this weekend, but I had to go out of town unexpectedly.

-jim

np JimF :)

12-11-2000 09:45 PM

Quote:

Originally posted by X-PhoeniX
[B]ReMaZ:

What version do you have? 1.1.4?
No, i have 1.1.3 :(

12-12-2000 04:32 PM

Then I can't help you, sorry.. (cuz i'm currently running 1.1.4)

12-12-2000 04:43 PM

Quote:

Originally posted by ReMaZ
No, i have 1.1.3
I would upgrade to 1.1.4 ASAP - there are some major code tweaks that dramatically reduce MySQL queries, and will consequently make your site run much better. The upgrade is a sinch, and there are no real template changes to make. Just upload the new scripts and run the upgrade.php file. 1.1.4 has been available in the member's area for quite some time now.

-jim


All times are GMT. The time now is 07:00 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.01332 seconds
  • Memory Usage 1,737KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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