vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   [urgent] cant click (https://vborg.vbsupport.ru/showthread.php?t=171306)

geevest.com 02-24-2008 04:31 AM

[urgent] cant click
 
hello i have a problem with my board.
the problem is :
1.cant klik username in postbit,cant direct.
2.cant rate thread
3.cant klik thread tools
4.cant give reputation.

the trouble if i click cant direct.

yesterday im revert my posbit & postbit legacy & showthread template but problem not solved.

Marco van Herwaarden 02-24-2008 07:22 AM

To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.

geevest.com 02-25-2008 02:06 AM

hello thanks before to help me.

i have been try for the disable plugin and product (define('DISABLE_HOOKS', true);)
but the problem is still not solved.

i have been try to upload the style first that i didnt modification yet.
but the problem is still not solved.

i have been try to create new style with no parent set,the result is THE problem was done.

i think if i reupload all original vb non-image files, problem is still not solved,and this problem with my style.but i dont know which part that my style that having a problem.

i could revert all modif template by me.i just wont! because the script was already modificated.and i dont want to lose that.

Marco van Herwaarden 02-25-2008 04:54 AM

Then you will need to contact the author of that style for a solution.

geevest.com 02-26-2008 07:42 AM

i contact the author style ( aero style ) but not answer.
can u help me again sir for resolve my problem? thanks

Lynne 02-26-2008 02:29 PM

Quote:

Originally Posted by geevest.com (Post 1451258)
i contact the author style ( aero style ) but not answer.
can u help me again sir for resolve my problem? thanks

the only way to resolve it is to find the problem in the templates. Since you don't want to revert them, you will have to compare your template to the default template and see what information is missing/wrong and fix it in your template. This is nothing we can 'do' for you, you need to figure out what is wrong yourself.

geevest.com 02-27-2008 12:17 AM

Lynne how i can look the information is missing/wrong?

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

Lynne how i can compare my site template with my default template and how i can look the information is missing / wrong?

thnx

MoT3rror 02-27-2008 12:46 AM

When you are editing a template, to the right of the text box is a link to show default that will show the default template.

Lynne 02-27-2008 02:56 AM

Quote:

Originally Posted by MoT3rror (Post 1451782)
When you are editing a template, to the right of the text box is a link to show default that will show the default template.

And there is also a link to View History. If you click that, you get a list of all saved template modifications and it will allow you to select two versions (like your current one and the default one) and show you the differences.

geevest.com 02-27-2008 03:57 AM

i cant found link to view history in my admincp lynne.

Lynne 02-27-2008 02:10 PM

View History only shows up if the template is modified.

(Or maybe you are on a different version of vb than I am, I have no idea when that was added... it wasn't in 3.0.12, but it is in 3.6.8)

geevest.com 02-28-2008 12:16 PM

sorry lynne i cant found view history in admincp.
in style manager and my template cant found.

shovel 02-28-2008 12:24 PM

Go into Style Manager -> Edit Templates -> HIGHLIGHT the Template You Want -> To the RIGHT click "View Original".

geevest.com 02-28-2008 12:40 PM

okay im found and try that.but problem not solved. :(

shovel 02-28-2008 12:57 PM

Of course not, you need to revert that template (assumption; I'd probably backup your style/templates first and foremost).

geevest.com 02-28-2008 02:12 PM

yes i know friend.template revert but problem not solved.
i dont know why

shovel 02-28-2008 02:20 PM

Can you confirm that you have disabled all plugins?

Lynne 02-28-2008 02:39 PM

Usually if you are having problems like this (can't click on things that should be clickable), it is either the templates or a javascript conflict. You should disable your plugins and comment out any newly added javascript in your templates.

Elenna 02-28-2008 02:55 PM

Have you confirmed that, if you switch back to Default Style, that you can use the drop-downs, etc?

You can change your view style by going into AdminCP, going to Style Manager, and clicking on the text "Default Style".

geevest.com 02-28-2008 03:06 PM

Quote:

Originally Posted by Elenna (Post 1452950)
Have you confirmed that, if you switch back to Default Style, that you can use the drop-downs, etc?

yes sure thats done,but not for my style problem.

Quote:

You can change your view style by going into AdminCP, going to Style Manager, and clicking on the text "Default Style".
its done like i said before.

Quote:

Originally Posted by Lynne (Post 1452940)
Usually if you are having problems like this (can't click on things that should be clickable), it is either the templates or a javascript conflict. You should disable your plugins and comment out any newly added javascript in your templates.

lynne all plugin disable like i said before.im using
define('DISABLE_HOOKS', true);
in config.php for disable all plugin.thats right?

Quote:

Originally Posted by shovel (Post 1452930)
Can you confirm that you have disabled all plugins?

yeah,all plugin disable : im using this

Code:

To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

but problem not solved.

shovel 02-28-2008 03:53 PM

Quote:

Originally Posted by Elenna (Post 1452950)
Have you confirmed that, if you switch back to Default Style, that you can use the drop-downs, etc?

You can change your view style by going into AdminCP, going to Style Manager, and clicking on the text "Default Style".

Here's another troubleshooting technique courtesy Elenna.

geevest.com 02-29-2008 12:29 AM

im so tired about this,please let me know i must ?

Lynne 02-29-2008 03:10 AM

If your problem just started, then something must have changed right before this happened. So, were you doing anything on your board right before it was 'broken'?

Have you checked your error_logs to see if the error is spelled out in there?

geevest.com 02-29-2008 08:54 AM

i not found the error logs in my template lyn

Marco van Herwaarden 02-29-2008 09:40 AM

If it does work normal on a default style, but not on your own style, then it is easy to conclude that the problem is in a changed template(s).

Create a copy (download/upload) of your custom style, set your account to use this test style, and start by reverting the templates oin this test style until the problems is solved. Now you should be able to determine which template(s) is causing the problem, and you should be able to solve it in the real style.

shovel 02-29-2008 11:31 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1453531)
If it does work normal on a default style, but not on your own style, then it is easy to conclude that the problem is in a changed template(s).

Create a copy (download/upload) of your custom style, set your account to use this test style, and start by reverting the templates oin this test style until the problems is solved. Now you should be able to determine which template(s) is causing the problem, and you should be able to solve it in the real style.

Great idea Marco. :) Thanks for the help, I couldn't think of anything else to do except trial and error methods.

geevest.com 03-08-2008 03:48 AM

problem not solved friend,

SEOvB 03-08-2008 06:30 AM

Revert your headinclude, header, showthread, postbit templates

geevest.com 03-09-2008 07:03 AM

okay i will try,


All times are GMT. The time now is 07:33 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.01263 seconds
  • Memory Usage 1,779KB
  • 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
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete