| View previous topic :: View next topic |
| Author |
Message |
mkcleary
Joined: 01 Jan 1970 Posts: 2
 |
|
| Back to top |
|
 |
RicardoCorai
Joined: 01 Jan 1970 Posts: 173 Location: Tucuman - ARGENTINA

 |
Posted: Tue Aug 14, 2007 11:13 pm
Post subject:
|
|
|
Hi mkcleary,
Edit component/com_magazine/magazine.html.php and find this (line 178 aprox):
| Code: |
</table> </form>
<hr noshade="noshade" size="1" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
Replace with this:
| Code: |
</table> </form>
<div align="center">YOUR BANNER HERE</div>
<hr noshade="noshade" size="1" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
Regards, _________________ Ricardo Corai
Moderator
www.datanoa.com |
|
| Back to top |
|
 |
mkcleary
Joined: 01 Jan 1970 Posts: 2
 |
Posted: Mon Sep 24, 2007 8:45 pm
Post subject: Author List Editing
|
|
|
Thanks. I got that. Now I am having a few other issues that I can't find the code for.
If you look at http://news.olemiss.edu/index.php?option=com_magazine&a mp;func=author_list&Itemid=73
I would like to remove the first instance of the name but can't find where to remove that in the code.
Secondly. I can't find where the hover is coming from, I have looked in all my stylesheets and am very puzzled.
Thanks |
|
| Back to top |
|
 |
RicardoCorai
Joined: 01 Jan 1970 Posts: 173 Location: Tucuman - ARGENTINA

 |
|
| Back to top |
|
 |
|