Welcome to Geeklog, Anonymous Thursday, October 10 2024 @ 12:45 am EDT
Geeklog Forums
links not showing in explorer
Alpha
Anonymous
Browser: Interenet Explorer
This only happens in Contemporary V1 theme. under resources, only the first link in the category is displayed. Is there anyway I can fix that?
Thanks
This only happens in Contemporary V1 theme. under resources, only the first link in the category is displayed. Is there anyway I can fix that?
Thanks
7
6
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
this is probably a browser/template issue...
see this thread
see this thread
8
6
Quote
Alpha
Anonymous
Thank you so much machinari. You seem to know quite a bit about this particular topic, so I would reallyt appreciate if u could explain a little further.
I'm also using Contemporary V1. You mentioned the topicoption.thtml and topicoption_off.thtml. Could I tweek the 2 files and get it to work on IE?
Thanks
I'm also using Contemporary V1. You mentioned the topicoption.thtml and topicoption_off.thtml. Could I tweek the 2 files and get it to work on IE?
Thanks
8
4
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
the very spectacular contemporary theme was designed by Wooge... he will know much more about it than I if you want to try and contact him.
anyway, contemporary_v1's topicoption_off.thtml file looks something like this:
<!-- {topic_image} --!>
You need to get rid of the exclamation point that is meant to close the commented section of this code. make it look like this:
<!-- {topic_image} -->
let me know if that helps at all. If it does, you may want to let Wooge no of this bug.
Your other option would be to use the standard template files or a variation of them just as knuff suggested in the other thread.
anyway, contemporary_v1's topicoption_off.thtml file looks something like this:
Text Formatted Code
<div class="boption-off">{option_label} {option_count}</div><!-- {topic_image} --!>
You need to get rid of the exclamation point that is meant to close the commented section of this code. make it look like this:
Text Formatted Code
<div class="boption-off">{option_label} {option_count}</div><!-- {topic_image} -->
let me know if that helps at all. If it does, you may want to let Wooge no of this bug.
Your other option would be to use the standard template files or a variation of them just as knuff suggested in the other thread.
6
9
Quote
alpha4
Anonymous
Thanks for your help. I tried removing the exclamation mark but that didn't work. I also replaced topicoption_off.thtml from Contemporary by the same file from professional but that didn't help either. Any other suggestions will be greatly appreciated. I aked the same question on the theme's offiicial site but nobody responded. Any idea how I can reach him?
thank you,
Alpha
thank you,
Alpha
7
9
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
try removing the "onclick" from topicoption.thtml.
I cant see anything else in the code that might be causing this problem...
removing the '!' worked for me.
sorry I couldn't be more help
I cant see anything else in the code that might be causing this problem...
removing the '!' worked for me.
sorry I couldn't be more help
8
6
Quote
Alpha
Anonymous
Thanks for trying. Let me know if you find out in 100 years
groovyman1111@yahoo.com
Regards
groovyman1111@yahoo.com
Regards
6
9
Quote
Status: offline
knuff
Forum User
Full Member
Registered: 12/17/04
Posts: 340
Location:Sweden
Hi,
Try replacing both files.
topicoption.thtml and topicoption_off.thtml
This did the trick for me.
Since it's an active link that is dropped and not the one currently in use, maybe just topicoption.thtml might work, but replacing the two, does the trick.
Best Regards,
Boris
Vanrillaer.com - our Family Portal
Try replacing both files.
topicoption.thtml and topicoption_off.thtml
This did the trick for me.
Since it's an active link that is dropped and not the one currently in use, maybe just topicoption.thtml might work, but replacing the two, does the trick.
Best Regards,
Boris
Vanrillaer.com - our Family Portal
8
8
Quote
Alpha
Anonymous
Quote by knuff: Hi,
Try replacing both files.
topicoption.thtml and topicoption_off.thtml
This did the trick for me.
Since it's an active link that is dropped and not the one currently in use, maybe just topicoption.thtml might work, but replacing the two, does the trick.
Best Regards,
Boris
Try replacing both files.
topicoption.thtml and topicoption_off.thtml
This did the trick for me.
Since it's an active link that is dropped and not the one currently in use, maybe just topicoption.thtml might work, but replacing the two, does the trick.
Best Regards,
Boris
Thank you Boris. I'm glad it worked for you. I replaced both files by the same ones from Professional, but nothing happened. I even deleted both files and nothing happened...The links page was exactely the same. What's their purpose then?
I'm also thinking that it might be the css file, since I had to paste the forum css in it. Maybe I screwed it up in the process. Is that possible?
Thanks
8
8
Quote
Status: offline
knuff
Forum User
Full Member
Registered: 12/17/04
Posts: 340
Location:Sweden
Quote by Alpha: I even deleted both files and nothing happened...The links page was exactely the same. Thanks
Okie, it seems we have some confusion here
Both Machinari and me were talking about the "resource" aka "topics" block you normally find on the top left side of your main page.
From your last comment, I guess you have a problem with the links / web resources file - links.php ? Correct ?
Ifso it´s most probably a different template issue.
Do you have a link to explain your example ?
Best Regards,
Boris
Vanrillaer.com - our Family Portal
8
6
Quote
Alpha
Anonymous
You are right. My issue is with the web resources page (links.php). Here's axonz's resources page http://www.axonz.com/links.php
They have the same problem. The links show up perfectly on Firefox, but not on IE.
Thank you for being so helpful.
They have the same problem. The links show up perfectly on Firefox, but not on IE.
Thank you for being so helpful.
6
6
Quote
Status: offline
knuff
Forum User
Full Member
Registered: 12/17/04
Posts: 340
Location:Sweden
OK,
This is the original axonz linkdetails.thtml
<span class="normal"><strong><a href="{link_url}">{link_name}</a></strong> ({link_hits}) {link_edit}</span><br>
<span class="normal-small">{link_description}</span>
</li>
<!-- {link_actual_url} --!>
I replaced that one with (from the standard professional one)
<strong><a href="{link_url}" title="{link_actual_url}">{link_name}</a></strong> ({link_hits}) {link_edit}<br>
{link_description}
</li>
I guess just dropping the last ! will also do the trick.
Best Regards,
Boris
Vanrillaer.com - our Family Portal
This is the original axonz linkdetails.thtml
Text Formatted Code
<li><span class="normal"><strong><a href="{link_url}">{link_name}</a></strong> ({link_hits}) {link_edit}</span><br>
<span class="normal-small">{link_description}</span>
</li>
<!-- {link_actual_url} --!>
I replaced that one with (from the standard professional one)
Text Formatted Code
<li><strong><a href="{link_url}" title="{link_actual_url}">{link_name}</a></strong> ({link_hits}) {link_edit}<br>
{link_description}
</li>
I guess just dropping the last ! will also do the trick.
Text Formatted Code
<!-- {link_actual_url} --!>Best Regards,
Boris
Vanrillaer.com - our Family Portal
6
8
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
I think wooge must've been typing too fast and droped an extra ! every here and there...
7
6
Quote
Status: offline
knuff
Forum User
Full Member
Registered: 12/17/04
Posts: 340
Location:Sweden
Yuppz.
Did a quick search on the clean theme and there are 3 of them.
Find '--!>' in '..\web\layout\Contemporary\topicoption_off.thtml' :
<!-- {topic_image} --!>
----------------------------------------
Find '--!>' in '..\web\layout\Contemporary\calendar\eventdetails.thtml' :
<!-- {event_state_name} {event_state_only} {event_state_name_only} {event_edit} {event_edit} {event_edit} {event_type} --!>
----------------------------------------
Find '--!>' in '..\web\layout\Contemporary\links\linkdetails.thtml' :
<!-- {link_actual_url} --!>
So check the calendar if you are using it as it will most probably also break under IE.
Greetz,
Boris
Vanrillaer.com - our Family Portal
Did a quick search on the clean theme and there are 3 of them.
Text Formatted Code
----------------------------------------Find '--!>' in '..\web\layout\Contemporary\topicoption_off.thtml' :
<!-- {topic_image} --!>
----------------------------------------
Find '--!>' in '..\web\layout\Contemporary\calendar\eventdetails.thtml' :
<!-- {event_state_name} {event_state_only} {event_state_name_only} {event_edit} {event_edit} {event_edit} {event_type} --!>
----------------------------------------
Find '--!>' in '..\web\layout\Contemporary\links\linkdetails.thtml' :
<!-- {link_actual_url} --!>
So check the calendar if you are using it as it will most probably also break under IE.
Greetz,
Boris
Vanrillaer.com - our Family Portal
8
9
Quote
Alpha
Anonymous
Dude! You ROCK!
Thank you so much. If you ever visit New York, I'll buy you guys a drink! (assuming you're not from New York of course)
Thank you so much. If you ever visit New York, I'll buy you guys a drink! (assuming you're not from New York of course)
9
7
Quote
All times are EDT. The time is now 12:45 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content