This is a discussion on LinksManager within the osCMax Projects Discussion forums, part of the osCMax v2.0 Forums category; A new project_project entry has been added: LinksManager Ported to work with RC3 Max This program enables display and management ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| | |||
| |||
| A new project_project entry has been added: LinksManager Quote:
|
|
#11
| |||
| |||
| Mike can you help me on this one? Thanks |
| Sponsored Links | ||
| ||
| |
|
#12
| |||
| |||
| Hi I am having trouble getting my head around cache seo urls and linksmaster My normal seo urls now works fine I have installed linksmaster which works fine EXCEPT The link url it sends in email to confirm link added is http://www.mysite.com/Internet-Services-links-16.html an seo link which does not exist the actual url link is http://www.mysite.com/links.php?lPath=16 I have reset page cache and tried every combination of seo urls true and false. I am sorry to be so thick here http://www.oscmax.com/forums/images/icons/icon9.gif Unhappy Thanks Roy |
|
#13
| |||
| |||
| Hi people, i have installed links manager and it is working ok but i cant get a link to the links page to show up in the information box. can anyone please help. Links : Gsmlocker Thanks |
|
#14
| ||||
| ||||
| When an email is sent saying the link has been added the url is not correct ie. should be "www.vintagevalue.net/links.php?lPath=6" Appears to be in the links.php file around line 204 $siteURL = sprintf("%s/%s-links-%s.html", HTTP_CATALOG_SERVER, $catname, $category['link_categories_id']); It would appear that this would generate a seo link. So one would have to seo optimize the catalog side links to match the pattern of the admin side code or vice versa. a rewrite in the .htacess and depending on the version of seo urls used, a modification in some of the catalog files. Will work on and test on my test server and post a possible fix in the near future. Last edited by bean; 06-26-2007 at 09:42 PM. |
|
#15
| |||
| |||
| OK another problem with this contribution. One of my long time link partners on my old site emailed me and said he can not accept a link to his site which is a redirect. Instead of his actual site when you cursor over the link it says Clocks and Watches at Walsh Brothers jewellery shop. How do I fix this!?? 100 Bonus Points to the first one with the correct answer!!! |
|
#16
| ||||
| ||||
| okay here is the fix for the email sent when a link is added. It will send the url to the category where the link can be found. But be warned if you have links on page 2 it will not provide a link to page 2 of that category for now. I Will fix the page issue, but will take longer. replace the code in admin/links.php find: $siteURL = sprintf("%s/%s-links-%s.html", HTTP_CATALOG_SERVER, $catname, $category['link_categories_id']); around line 204 and delete this line . then replace with: $catpath = '/links.php?lPath='; $siteURL = sprintf(HTTP_CATALOG_SERVER . $catpath . $category['link_categories_id']); Regards, Tim |
| The Following User Says Thank You to bean For This Useful Post: | ||
bkpie (02-17-2008) | ||
|
#17
| |||
| |||
| Ok today I had another link person state the same thing. The engines will not count this link so they will not link either. Cursor over the link I placed in my post before this one the Clocks and Watches one and look at the address that shows up in the bar at the bottom of IE. It will be from my site with a redirect and have been told by a few now engines will not count this as an external link for them. Anyone know how to get it to show the persons address we are actually linking to or do I need to find another link system? Using a spider simulater does show text but not a link only the re-direct. I am uping this to 500 bonus points a big thank you and a rep add |
|
#18
| |||
| |||
| Ok I will take the points. It has to do with click counts. In order to count the number of clicks it has to have the redirect. Turn that off in config and the actual url shows. |
| Sponsored Links | ||
| ||