-
AuthorPosts
-
sbreame Friend
sbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 15, 2013 at 1:34 pm #185872Hey guys,
Been working on my site for a little bit thanks to the help of Saguaros but have came across some problems/questions that I can’t seem to figure out.
Have made a thread as I’m sure it would be better to keep all questions within 1 topic rather then spam the forums up and prevent other users from seeking assistance. If it’s better to open up different threads, please let me know.
1) I would like to change the top navigation menu/bar (It has world, tech, entertainment etc) I have failed to see where I can change it. Could someone tell me what module, or menu name it’s under?
2) Refreshing/updating links – I’ve managed to change the name of categories and changed the alias, but the site is still using the old link (which still works) Could someone explain to me how to change the URL/Links?
3) URL including “index.php” I saw in another thread that someone had this problem, I copied the solution given, replaced the user’s URL with my site, and followed the instructions. Sadly, this hasn’t worked for me. The code I used is
<blockquote>RewriteEngine On
# Remove index.php from URL requests
RewriteCond %{THE_REQUEST} ^{3,9} /(([^/]+/)*)index.(php|html?) HTTP/
RewriteRule ^([^/]+/)*index.(html?|php)$ http://www.controversygaming.com/$1 [R=301,L]
</blockquote>Now it works as in, it removes the index.php… but then the secondary pages give me a 404 error. I don’t mind re-making the links (as what I might need to do for the 2nd question above)
Thanks guys 😀
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 18, 2013 at 10:33 am #486850Hello sbreame,
1. They are menu items of Main menu. You can change them in Menu Manager of Main menu. Remember to clean your site cache before refreshing your front-end.
2. It’s cache again. Please clean your site cache first, then refresh front-end to see the result.
3. If you don’t experience with .htaccess file. Please don’t try to play with it. Please use .htaccess file of Joomla, then set “Yes” for “Search Engine Friendly URLs” and “Use URL rewriting” in “Global configuration”. It’ll remove “index.php” for you.
Regards.
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 19, 2013 at 1:02 am #486941<em>@Stork11 364960 wrote:</em><blockquote>Hello sbreame,
1. They are menu items of Main menu. You can change them in Menu Manager of Main menu. Remember to clean your site cache before refreshing your front-end.
2. It’s cache again. Please clean your site cache first, then refresh front-end to see the result.
3. If you don’t experience with .htaccess file. Please don’t try to play with it. Please use .htaccess file of Joomla, then set “Yes” for “Search Engine Friendly URLs” and “Use URL rewriting” in “Global configuration”. It’ll remove “index.php” for you.
Regards.</blockquote>
Hi thanks for the reply. Will respond in same manner.
1) After looking for 30 minutes, I have found where to edit the top navigation menu. The reason why I couldn’t find it is because the menu is named as “magazine” and NOT main menu. Which is quite confusing.
2) Didn’t work.
3) As I said in the opening post – This works, but all secondary pages give a 404 error.
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 20, 2013 at 3:53 am #4871252. Please PM me your site information, then I can try to diagnose your problem.
3. Home page always works although “index.php” is on URL or not. But htaccess changed all links, that’s why you can navigate to 2nd pages.
Regards.
1 user says Thank You to Stork11 for this useful post
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 20, 2013 at 4:13 am #487129Still working on site. I’ve managed to change the top main menu absolutely fine 😀 but still got the link problem. For example…
I have re-named one of the menu names to “games” and one of the links within the menu to “gaming-news”
http://www.controversygaming.com/games/gaming-news does NOT work. Gives 404 error.
http://www.controversygaming.com/index.php/games/gaming-news Works fine. It’s that index.php part.
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 21, 2013 at 8:40 am #487312Am working on the site (in case you log in and see changes being made) Am learning more and more about joomla by the day haha.
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 25, 2013 at 9:39 pm #487824Quick update Stork – I have labeled all my categories, sub-categories and have done the top navigation. Some links are weird, even when copying the same “pattern” as correct links. (Some of the top menu links, are linked to the wrong category, even though it’s set correctly in options, and some links have the ID number too) Secondary pages are still not working without /index.php/ in the URL. I am on all day tomorrow so can try whatever suggested.
I’ll post some screens in the morning. of the bad links.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 26, 2013 at 11:11 am #487894<em>@Ninja Lead 366283 wrote:</em><blockquote>I have changed .htaccess.txt to .htaccess on your site, the problem on your site is gone, please check it again let me know if it helps</blockquote>
You beauty! Thank you 😀 All links work now, just need to fix a few myself but the main problem is now fixed woohoo!
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 26, 2013 at 5:21 pm #487923Ok got another issue/question. I’m trying to put an advert in the 300×250 box on the right hand side (under “Hot Video”) I got the advert link in full which is <blockquote><iframe src=”http://rcm-uk.amazon.co.uk/e/cm?t=controve-21&o=2&p=12&l=ur1&category=pcvideogames&banner=1KT30D31W9VYN8C9NY82&f=ifr” width=”300″ height=”250″ scrolling=”no” border=”0″ marginwidth=”0″ style=”border:none;” frameborder=”0″></iframe>
</blockquote>But it is showing all the text rather then the actual image. Any suggestions?
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 26, 2013 at 10:58 pm #487933Quick update before I go bed.
+ All links have been fixed and working absolutely fine.
– There’s areas on the site that I can’t figure out where to go, to edit them. Will write a list tomorrow.Will be working tomorrow on replacing all the articles too, so won’t be touching the banner advert parts, but will still read any suggestions/reply. I really want/need the site operational/launch worthy by sunday night so am working hard on it.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 27, 2013 at 3:43 am #487946I have added this script into “Hot Video” module on your site, see the screenshot
But you need to read user guide about JA Teline IV here, maybe it helps you understand more
-
1 user says Thank You to Ninja Lead for this useful post
sbreame Friendsbreame
- Join date:
- February 2013
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 27, 2013 at 11:20 am #488005<em>@Ninja Lead 366381 wrote:</em><blockquote>I have added this script into “Hot Video” module on your site, see the screenshot
But you need to read user guide about JA Teline IV here, maybe it helps you understand more</blockquote>
I didn’t want it in the hot video part :(( I’ll copy it over to the advertisement module. Thanks 😛
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by sbreame 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum