|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Hey - I'm using the same menu as UBBDev, and I have to say, you guys picked a winner! HOWEVER, I'm having some problems getting it to integrate with my UBB. I got it all set up on my web page HERE , but I can't seem to get it to work on UBB. I tried all the header insert, and the HTML add-on, but it JUST won't work! What could I be doing wrong? Here is a link to the UBB HERE Notice the lack of the Java menu at the top, like there is on the first link I gave you? Weird... Ideas? What is the code you used to put in in UBBDev?
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
You should read this recent thread for more info/help.
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Yeah, I read that, and it didn't seem to help much. I did everything posted there, at least as best as I could, but for some reason, the menu just won't show under UBB.
Is there a certain place to put the .js files? I tried them under public_html, CGI-BIN, and UBB, but none seemed to work.
I'm really at a loss here!
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
You'll want to put the JavaScript files in your public HTML directory, just for the sake of having good organization. Make sure that when you call the scripts, you use world URLs and not local ones. (src="http://www.yoursite.com/htdocs/jsfiles/file.js" compared to just src="htdocs/jsfiles/file.js")
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Bump...I still need help.
Where do you put the .js files? I tried under Public_html, CGI-BIN, you name it, none of it seems to work. I also tried putting the script code in the header, footer, header insert, body insert, you name it. No luck.
Whoever designed UBBDev, PLEASE HELP.
Or, anyone that would know the answer to my questions.
Thanks!
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Wherever you put them, make sure you link to them with the full urls to them. Do a "view source" here to see how we did it.
If you are using the hiermenus like we are, the guy that wrote them has a lot of information regarding installing them. Using them in ubb is no different.
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Darn, I tried all that Allen. I'm beginning to think something strange is afoot.
|
|
|
|
Joined: May 2001
Posts: 1,042 Likes: 7
Moderator
|
Moderator
Joined: May 2001
Posts: 1,042 Likes: 7 |
I'm also using this menu which is awesome, but i have a question about it. When will it become compatible with other browsers and os's? i.e. macs, netscape, etc.
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
The HierMenus already are compatible with NS4+ and Mac IE5+.  For other specific questions like that one, it's best to ask the developer directly, as we are not the developers. 
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
I still can't get this to work. Anyone have any ideas?
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
you *still* haven't put full urls to your .js files... a "view source" shows me this right away: I didn't check for the others.. but unless you put those .js files in every folder on your site (a waste) it's not gonna find them.... full urls or at least base urls ( /HM_Loader.js ) I can't help you anymore unless you do this...
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Ok, I worked on it today, and I'm having the same problems. I changed the .js source to the exact html where it is. I also "think" I got rid of the second body tag. Help???
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
It's very very strange. I preview the html code on my computer, and it works great with that true url. But when I add it to UBB, it doesn't work for crap! LoL
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Ok -
I had it fixed on a temporary template I was using, but when I transfered the information on to the standard template, it stopped working. I didn't miss any code, and everything is EXACTLY where it was before.
I also fixed the errors you mentioned Allen. Can you PLEASE help me...This is SOOO frustrating!
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Even stranger...
The menu shows up on the topic display, but not on the forum or catagory display...what the heck?
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
you've still got 2 different sets of You've probably included them in your header/footer.. gotta take them out as your forum already has them. Check our tutorial for basic site integration one more time 
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
You've still got two tags in there. Here, check this out . Notice that on line 131 you have one instance of the tag, and then on line 135 you have another tag. You must be pasting a whole page into your template boxes, instead of just what needs to go in between the tags.
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Well, what exactly NEEDS to be in my body tags? I thought that posting the top protion of my body into the body tag would work. What am I doing wrong?
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Ok, I think I fixed the problem with the two html and body tags. I THINK. But it's still only working in the topic page. Weird...
IDeas?
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
You've still got 2 sets of
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
Not more tags. 
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
HeHe, I went through and got rid of all the extra tags. I think. Why am I stil having a problem with the menu? And why would it only work on the topic view?
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Just now looked at your code.... Whatever you are adding to your header in your styles template is wrong... there should be no reference to Please remove from your header in your styles if you want me to look at this for you... you are missing basic basic basic html rules - I'd like to help but can't keep wasting my time looking at this if you aren't willing to take a few simple steps on your own.
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
How exactly is THIS supposed to help?
I appreciate the help you've given me so far Allen, however, you've been nothing but contempuous toward me. As if I am some bothersome wart that insists your attention. That is NOT the case. I've a very experianced web designer, but my skills with UBB integration are sorely lacking, as we can all see with this entire post. My understanding of the header/footer insert, was that it automatically took care of whatever or tags I had added from a pre-designed template. Obvioulsy this isn't the case. This is no grounds for your attitude toward me. I don't appreicate being spoken to as some childish "twit" trying to get someone to do their work for them. I just want this menu (which you, might I add, are using yourself) to work with UBB. Even with removing the most current mess of code described in your post, it STILL does not work.
You tell me that I'm wasting your time, yet you haven't given me any helpful advice. I ask you, kindly, please, assist me with this to further my knowledge of the inter-workings of this great program we all have gathered here to discuss. Please refrain from the violent behavior.
Your help is GREATLY appreciated, and deeply needed.
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
To take our suggestions and learn from them is one thing, but to go and insult us is another. We tried helping you several times, and you didn't care for our advice, but then you blow up when you can't get it to work?
That'll be enough of that for one day, thread closed until there's some additude readjustment done.
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
This is still no good... You've got a tag inside a tag, which is impossible.
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Ya know what! I think I've discovered the majority of our communication problems here! The link I gave you is a dead forum that I use to test new things. That's a TOTALLY different style template. I think this is why you keep seeing all those body tags in there. I haven't been changing THAT one! LoL Here, try this link instead: The Forums
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
Have you already looked and read through everything at the official site ?
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
Yeah, and I also looked VERY closely to your code here at ubbdev. I placed all the code in the same places that you guys did, with no prevail. It's really strange. It ONLY works on the topic view only.
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
More info: I tried to place it in different places, and I tried using /hm_Loader.js and http://www.fuziontek.com/HM_Loader.js Neither worked. I also noticed that I'm getting a Java error everytime I leave the code in place. But when I take it out of the code totally, no error. Hope this helps
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
I'll come back to this again tomorrow, when my head is fresh. I will figure it out... mark my words. 
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
I did a little more code moving, with no prevail...
This is really starting to irritate me...why will it work sometimes, but not others. And why the error?
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
you still have an extra remove this from your header in your style templates:
|
|
|
|
Joined: Jun 2001
Posts: 189
Member
|
Member
Joined: Jun 2001
Posts: 189 |
DARNIT! I JUST put that back in there...on accident of course...
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Here's part of the problem, in hm_loader.js, in this section: You've gotta specify where those .js files are found, with either a src='/HM_Arrays.js' or a src='http://fullurl/HM_Arrays.js' Same for the HM_Script, put your .js files in the root and link them both like src='/HM_ etc...
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|