Log in

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


org knopper
06-04-2008, 04:20 PM
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
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
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
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
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

define('DISABLE_HOOKS', true);
Then see if the site works.

org knopper
06-04-2008, 07:33 PM
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

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
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
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
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 1212652405 at 1212652405 ---------------

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
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
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
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:
<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):
<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!