vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   :: Cant get th fonts,size or anything in the bar :: (https://vborg.vbsupport.ru/showthread.php?t=181511)

org knopper 06-04-2008 04:20 PM

:: Cant get th fonts,size or anything in the bar ::
 

Hi,

From last 2 days i have been having this problem where if i go to post new thread or even post i m not getting the options in the bar like :

1. fonts
2. size

n other which u can see below in picture.

https://vborg.vbsupport.ru/external/2008/06/61.jpg

Another problem i m having in the [hide] mod where instaed of the links i m getting {param} inside them.

Also the drop down menus in Admin CP not working and cant edit the templates from there as te go button doesnt wrk.

Any solutions to them?

nt180692 06-04-2008 04:31 PM

What is your forum URL?

org knopper 06-04-2008 04:43 PM

<a href="http://www.khujali.com" target="_blank">www.khujali.com</a>

Lynne 06-04-2008 05:03 PM

Make sure to revert your headinclude template.

org knopper 06-04-2008 05:11 PM

Quote:

Originally Posted by Lynne (Post 1540780)
Make sure to revert your headinclude template.

how do i do it,thx!

Do u eman the header template :-s

ablaye 06-04-2008 05:25 PM

I am having the same problem.
I can't get the WSYIWYG options near the text input boxes for Reply, Quick Reply and Signature.
You can see for yourself at www.techslick.com

Lynne 06-04-2008 06:12 PM

Quote:

Originally Posted by org knopper (Post 1540787)
how do i do it,thx!

Do u eman the header template :-s

No, I mean the headinclude template. You may have to Expand (<< >>) the templates in order to get it listed. Then select it and hit Revert. But, if you have a bunch of changes in that template, click to edit it, hit View History, and then compare your template to the default vb one and add any changes to your template.

org knopper 06-04-2008 06:21 PM

Quote:

Originally Posted by Lynne (Post 1540833)
No, I mean the headinclude template. You may have to Expand (<< >>) the templates in order to get it listed. Then select it and hit Revert. But, if you have a bunch of changes in that template, click to edit it, hit View History, and then compare your template to the default vb one and add any changes to your template.

Cant do it as the buttons r not working too for me in admincp ! :-s

Lynne 06-04-2008 07:09 PM

Quote:

Originally Posted by org knopper (Post 1540846)
Cant do it as the buttons r not working too for me in admincp ! :-s

Then it sounds like you have a much bigger problem than just a template you forgot to revert. You should disable all your plugins and see if your site works - To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 

Then see if the site works.

org knopper 06-04-2008 07:33 PM

Quote:

Originally Posted by Lynne (Post 1540899)
Then it sounds like you have a much bigger problem than just a template you forgot to revert. You should disable all your plugins and see if your site works - To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 

Then see if the site works.

Ya i checked dat b4 n was working fine without all the mods !

Opserty 06-04-2008 07:48 PM

If it works when you're modification are disabled, then obviously a modification is causing the problem. You need to go through and disable/enable your modifications one by one and test to see which is causing the problem.

org knopper 06-04-2008 09:38 PM

Quote:

Originally Posted by Opserty (Post 1540943)
If it works when you're modification are disabled, then obviously a modification is causing the problem. You need to go through and disable/enable your modifications one by one and test to see which is causing the problem.

No i mean the sites workin fine wen all mods r disabled but this problem still exists !

Lynne 06-04-2008 11:39 PM

Quote:

Originally Posted by org knopper (Post 1541030)
No i mean the sites workin fine wen all mods r disabled but this problem still exists !

So when you turn off all your modifications and browse the site (with them all still off), then you still have the problem?

How about if you browse the site with a totally default style (create a new style with no parent and browse the site using it)?

org knopper 06-05-2008 02:03 AM

Quote:

Originally Posted by Lynne (Post 1541096)
So when you turn off all your modifications and browse the site (with them all still off), then you still have the problem?

How about if you browse the site with a totally default style (create a new style with no parent and browse the site using it)?

Answers for both the above queries = yes it works but with same problem.I changed the skin too not once but 4 5 times but same problem !

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

Any more help plz ?

Dismounted 06-05-2008 07:38 AM

Reupload all the Javascript files under clientscript/.

org knopper 06-05-2008 09:02 AM

Quote:

Originally Posted by Dismounted (Post 1541313)
Reupload all the Javascript files under clientscript/.

Did this but didnt work as well ! :(

Dismounted 06-05-2008 09:15 AM

Make sure you clear your cache.

org knopper 06-05-2008 11:03 AM

Quote:

Originally Posted by Dismounted (Post 1541366)
Make sure you clear your cache.

How do i do that( u mean my browser cache) ?

Dismounted 06-05-2008 11:17 AM

Yes, your browser cache.

org knopper 06-05-2008 11:40 AM

Quote:

Originally Posted by Dismounted (Post 1541441)
Yes, your browser cache.

did it n isnt working,it isnt just me but all my staff n members for whom it isnt working so there is problem in my database or Script,m tired of trying everythin in vain.

If u wanna see -

www.khujali.com <-- My forum .

Lynne 06-05-2008 02:11 PM

We need a test user/password to login to your forums with since we can't see anything as a Guest. (Well, can't see the Reply boxes.)

org knopper 06-05-2008 04:07 PM

Test id - test

pw - 654321

Lynne 06-05-2008 07:47 PM

Well, one thing I notice is that there is strange stuff in your source code. Your site says you are using 3.7.1, but the javascript you are calling in your page is for 3.6.8 - look for the ".js?v=368" at the end of all the javascript calls on that page - examples:
Code:

<script type="text/javascript" src="/yahoo-dom-event/yahoo-dom-event.js?v=368"></script>
<script type="text/javascript" src="/connection/connection-min.js?v=368"></script>

These are the lines in the headinclude template (that relate to those two):
Code:

<script type="text/javascript" src="$stylevar[yuipath]/yahoo-dom-event/yahoo-dom-event.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript" src="$stylevar[yuipath]/connection/connection-min.js?v=$vboptions[simpleversion]"></script>

And, none of your security tokens are getting made either. My guess is this is all related. Are you sure you ran the upgrade script successfully?

org knopper 06-05-2008 08:08 PM

How do i fix this i guess the updradation thing might have caused problems !

Lynne 06-05-2008 09:38 PM

Try running the upgrade script again.

org knopper 06-06-2008 05:49 AM

Reinstalled VB n upgraded n everythins fine now !

Thx all of u for ur time n support !

Lynne 06-06-2008 02:48 PM

Glad you got it fixed!


All times are GMT. The time now is 12:41 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.01232 seconds
  • Memory Usage 1,778KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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