Guest kamil234 Posted May 17, 2008 CID Share Posted May 17, 2008 bump ? Quote Link to comment Share on other sites More sharing options...
tdawnaz Posted May 17, 2008 CID Share Posted May 17, 2008 send him a pm...i'm sure he'd help ya...or walk ya thru it Quote Link to comment Share on other sites More sharing options...
Dark06 Posted May 18, 2008 CID Share Posted May 18, 2008 You need to find the place in all the template files where the line is you want the links. Since they split it up into many sections it shouldn't be too hard too find. Then you just need too put the code of the array of the menu in there. It may or may not work because the template file may not be loading the right scripts too pull in the meny so you may have to fix that too. Open the css in note pad and just go to edit ---find Type what u need change let ait find it and change it then just save it and upload it again Thats what i do for e107 and Drupal c if it works for you Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 18, 2008 CID Share Posted May 18, 2008 Open the css in note pad and just go to edit ---find Type what u need change let ait find it and change it then just save it and upload it again Thats what i do for e107 and Drupal c if it works for you The CSS file has nothing to do with where links are displayed on the page. CSS just defines styles for the page. (aka. the look of the page) The links are generated in the actual template PHP file. Post the .zip of the template and ill take a look at it. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 18, 2008 CID Share Posted May 18, 2008 alright cool ill post both of em up whem i get home thanks. Quote Link to comment Share on other sites More sharing options...
Dark06 Posted May 19, 2008 CID Share Posted May 19, 2008 I done something with css to change names of menus and stuff and it works Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 19, 2008 CID Share Posted May 19, 2008 heres the files, rt_versitality is the original with menus and carbon_ is the one im trying to get to work. Quote Link to comment Share on other sites More sharing options...
tdawnaz Posted May 19, 2008 CID Share Posted May 19, 2008 is it okay for everyone to be able to dl those files...i see that they've both been dl'd multiple times Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 19, 2008 CID Share Posted May 19, 2008 I done something with css to change names of menus and stuff and it works With CSS all you can do is change the way something looks. You can not change the name of say a link in a menu through CSS. is it okay for everyone to be able to dl those files...i see that they've both been dl'd multiple times Yes its fine. heres the files, rt_versitality is the original with menus and carbon_ is the one im trying to get to work. Since its a crap tastic template system, the menu is not generate on the template it self. Or there just was never a menu added too that template (most likely) for what ever reason. You can't really add unless you know how the script generates it because its generated on the fly depending on if you are logged in or not, and what level the user is. I would suggest you find a different template. If it happens with other templates then something is wrong with the base install of the script. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 19, 2008 CID Share Posted May 19, 2008 hey lewis, are u sure that the setting isnt in the CSS file? i looked again at the preview of the template and it in fact does have the menu top bar, which is located right under the top banner [header, whatever its called] Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 19, 2008 CID Share Posted May 19, 2008 hey lewis, are u sure that the setting isnt in the CSS file? i looked again at the preview of the template and it in fact does have the menu top bar, which is located right under the top banner [header, whatever its called] Yes i'm sure. CSS code is just for the styles of the way a site looks. The code looks like this #top_menu { width : 100%; float : left; height : 40px; padding : 0; margin : 0; overflow : visible; background-color : #333333; background-image : url(../images/top_menu.gif); background-repeat : repeat-x; } The code for a menu would look something like this <a href="index.php">Home</a> <a href="blog.php">Blog</a> If you put a different template in there do you get a menu? Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 19, 2008 CID Share Posted May 19, 2008 yea, other template works, i also looked at the code, and saw that in the code it says "topmenu" so i made a new menu within the joomla admin cp and i copied "mainmenu" as "topmenu" and the menu poped up on the side above where "products" are.. if this helps u any, i think the code has to do with something as whats the name of your menu on the jooma cp Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 19, 2008 CID Share Posted May 19, 2008 yea, other template works, i also looked at the code, and saw that in the code it says "topmenu" so i made a new menu within the joomla admin cp and i copied "mainmenu" as "topmenu" and the menu poped up on the side above where "products" are.. if this helps u any, i think the code has to do with something as whats the name of your menu on the jooma cp You just stuck it in the wrong spot. What line did you put that on. And also where you want a menu to go, really isnt a spot for a menu. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 19, 2008 CID Share Posted May 19, 2008 i edited some of the html, where it said user_1 user_2 user_3 user _4 , they were all set to 0's i made them 1's and the menu bar poped up right under the header, but it's just the bar, it doesnt have any links on it or anything, as for what poped up, i didnt put any line in, i went to the menu manager where you set up all your menus and links and i renamed "mainmenu" to "topmenu" as it showed in the css code, and the menu poped up on the left side above the "products" list. its kind of hard to explain. i can make a video or something as it would be too much for screenshots. lemme know what you need to help me out. PS. lemme know what you need, i will get back to you when i get back from a doc, i got into a car accident yesterday and im not feeling so good right now. lol Quote Link to comment Share on other sites More sharing options...
Dark06 Posted May 20, 2008 CID Share Posted May 20, 2008 Sometimes CMS are more problems than they are worth I for one dont like or need all the complexity of joomla you should try dropul or e107 Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 20, 2008 CID Share Posted May 20, 2008 Sometimes CMS are more problems than they are worth I for one dont like or need all the complexity of joomla you should try dropul or e107 dropul is even more complex then joomla. But its done in better way. Just about all CMS system's suck now a days. They just got too complex. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 22, 2008 CID Share Posted May 22, 2008 i found out how to move around menu's and such things. i just have 1 more question for right now, how do you add a hyperlink to a image [exact thing as testmy.net image on the top left corner, if you click it makes you go back to home page, i want same exact thing] Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 22, 2008 CID Share Posted May 22, 2008 i found out how to move around menu's and such things. i just have 1 more question for right now, how do you add a hyperlink to a image [exact thing as testmy.net image on the top left corner, if you click it makes you go back to home page, i want same exact thing] Its this code <a href="index.php"><img src="image/URL/here.png" border="0" /></a> Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 22, 2008 CID Share Posted May 22, 2008 where would you put that? sorry for noob question. lol Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 22, 2008 CID Share Posted May 22, 2008 where would you put that? sorry for noob question. lol Where ever the image is in the code you want it too be clicked on. If the image is placed via css then your going too have the remove the css for it, and place it your self with that code above. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 22, 2008 CID Share Posted May 22, 2008 ok thanks Quote Link to comment Share on other sites More sharing options...
tdawnaz Posted May 22, 2008 CID Share Posted May 22, 2008 k...now hey...we wanna see this website ur working on...huh? Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 22, 2008 CID Share Posted May 22, 2008 http://www.islandairsoft.net btw, when i insert the link to where the line for the header is it doesnt display the header at all Quote Link to comment Share on other sites More sharing options...
coknuck Posted May 22, 2008 CID Share Posted May 22, 2008 You also have a problem in the gallery section. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 22, 2008 CID Share Posted May 22, 2008 yea i know someone pointed that out to me a couple days ago. no hurry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.