need help with website - testmy.net resource / tool
Home
Welcome, Guest. Please login or register.
Did you miss your activation email?

 



donations help testmy.net pay for the very high cost to run the site. Any amount is greatly appreciated.
Click to read why...

  spcr
    
News : Have you seen the guides section?  It's an always growing section with tons of cool guides for subjects you might not even know about, check it out... it's a good read azn December 02, 2008, 07:43:44 PM
testmy.net Broadband  |  Main Forum  |  General Discussion  |  Topic: need help with website Advanced search

Recommended Tests

Click here to run a free Performance Scan
  Test PC Performance:
     Click here to run a free Performance Scan
    Test PC Stability:
     Click here to run a free Registry Scan


Note: The links above are sponsored links
  0 Members and 1 Guest are viewing this topic. « previous next »
Pages 1 2 3 4 5  All Go Down
Author
Topic: need help with website  (Read 6327 times)
Dark06
News Anchor
TMN Friend
*
Offline Offline

Gender: Male
Posts: 970


----Hey----


View Profile WWW
« Reply #30 on: May 18, 2008, 06:31:27 PM »

I done something with css to change names of menus and stuff and it works
Logged



I think we risk becoming the best informed society that has ever died of ignorance.  ~Reuben Blades
kamil234
News Anchor
Expert
*
Offline Offline

Gender: Male
Posts: 1043



View Profile
« Reply #31 on: May 18, 2008, 06:57:58 PM »

heres the files, rt_versitality is the original with menus and carbon_ is the one im trying to get to work.

* Carbon_07_25.02.2008.zip (321.69 KB - downloaded 27 times.)
* rt_versitality.rar (531.05 KB - downloaded 113 times.)
Logged



SOCOM 3 CLAN ^^
tdawnaz
shugarbabie and coknuck's momma t...u can call me momma t too :-)
TMN Secretary
TMN Seasoned Veteran
*
Offline Offline

Gender: Female
Posts: 5935


whattcha doin??...c'mere ...where's my switch?


View Profile
« Reply #32 on: May 18, 2008, 09:04:06 PM »

is it okay for everyone to be able to dl those files...i see that they've both been dl'd multiple times
Logged

worship me like the Goddess I am...  Smile

You must not change one thing, one pebble, one grain of sand, until you know what good or evil will follow on that act. The World is in balance, in equilibrium.  It is most Perilous. It must follow Knowledge and serve need. To Light a Candle is to cast a Shadow.
abortion doesn't make you "un" pregnant...it makes you the mother of a dead baby
dlewis23
Global Moderator
TMN Seasoned Veteran
*
Offline Offline

Gender: Male
Posts: 9770


HEY! ill put it down when im good and ready.


View Profile
« Reply #33 on: May 18, 2008, 09:13:39 PM »

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.
Logged
kamil234
News Anchor
Expert
*
Offline Offline

Gender: Male
Posts: 1043



View Profile
« Reply #34 on: May 19, 2008, 10:56:22 AM »

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]
Logged



SOCOM 3 CLAN ^^
dlewis23
Global Moderator
TMN Seasoned Veteran
*
Offline Offline

Gender: Male
Posts: 9770


HEY! ill put it down when im good and ready.


View Profile
« Reply #35 on: May 19, 2008, 11:25:21 AM »

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

Code:
#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

Code:
<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?

Logged
kamil234
News Anchor
Expert
*
Offline Offline

Gender: Male
Posts: 1043



View Profile
« Reply #36 on: May 19, 2008, 11:35:46 AM »

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
Logged



SOCOM 3 CLAN ^^
dlewis23
Global Moderator
TMN Seasoned Veteran
*
Offline Offline

Gender: Male
Posts: 9770


HEY! ill put it down when im good and ready.


View Profile
« Reply #37 on: May 19, 2008, 11:43:10 AM »

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.
Logged
kamil234
News Anchor
Expert
*
Offline Offline

Gender: Male
Posts: 1043



View Profile
« Reply #38 on: May 19, 2008, 11:46:19 AM »

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. Smile

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
Logged



SOCOM 3 CLAN ^^
Dark06
News Anchor
TMN Friend
*
Offline Offline

Gender: Male
Posts: 970


----Hey----


View Profile WWW
« Reply #39 on: May 19, 2008, 08:14:43 PM »

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
Logged



I think we risk becoming the best informed society that has ever died of ignorance.  ~Reuben Blades
dlewis23
Global Moderator
TMN Seasoned Veteran
*
Offline Offline

Gender: Male
Posts: 9770


HEY! ill put it down when im good and ready.


View Profile
« Reply #40 on: May 19, 2008, 08:19:12 PM »

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.
Logged
kamil234
News Anchor
Expert
*
Offline Offline

Gender: Male
Posts: 1043



View Profile
« Reply #41 on: May 22, 2008, 03:02:00 PM »

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]
Logged



SOCOM 3 CLAN ^^
dlewis23
Global Moderator
TMN Seasoned Veteran
*
Offline Offline

Gender: Male
Posts: 9770


HEY! ill put it down when im good and ready.


View Profile
« Reply #42 on: May 22, 2008, 03:03:32 PM »

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
Code:
<a href="index.php"><img src="image/URL/here.png" border="0" /></a>

Logged
kamil234
News Anchor
Expert
*
Offline Offline

Gender: Male
Posts: 1043



View Profile
« Reply #43 on: May 22, 2008, 03:04:59 PM »

where would you put that?

sorry for noob question. lol
Logged



SOCOM 3 CLAN ^^
dlewis23
Global Moderator
TMN Seasoned Veteran
*
Offline Offline

Gender: Male
Posts: 9770


HEY! ill put it down when im good and ready.


View Profile
« Reply #44 on: May 22, 2008, 03:07:09 PM »

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.
Logged
Print  Pages 1 2 3 4 5  All Go Up
testmy.net Broadband  |  Main Forum  |  General Discussion  |  Topic: need help with website « previous next »
Jump to:  

    
testmy.net's forum is proudly Powered by SMF | SMF © 2006-2007, Simple Machines LLC
Bookmark: Del.icio.us    StumbleUpon
 
 

 

© 1999-2008 testmy.net - Contact - Legal - Facts & FAQs
Page Loading Stats: This forum Page created in 0.163 seconds with 53 queries.