found what causing the prob on this thread silly me...ncmontas wrote:Hi again...I already installed this portal to my local computer.. I'm experiencing kind of odd problem.. the menu text of the main menu from the left is not showing up when i Load the page but when I select it w/ the mouse pointer it is appearing.. what seem to be causing the problem? Is it my computer?
Code: Select all
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl>
<dt>{L_SHOUTBOX}</dt>
</dl>
</li>
</ul>
<span id="shoutbox"></span>
<span class="corners-bottom"><span></span></span></div>
</div>
<script type="text/javascript">
display_shoutbox = true;
load_shout();
</script>
I just do your suggestion after that my main menu was all messed up.. I tried adding </br> to arrange the menu but some of the text don't align like in the <li>. Help pleaseStaticFX wrote:Ive been hacking away at the prosilver style of this.. havent looked at the subsilver2.
I am having no load issues.. but i did have the odd main menu problem - where it doesnt show.
I figure out how to fix it..
replace all the <li> with <span style="float:left;">stuff here</span>
then remove the <ul class="menu"> lines and the </ul>
workes now in IE6...
plus, i have also added the search function right into the main menu.. like the spoiler tags.. click search and the search boxes appear.. so the search block can be removed. Anyone interested stop by my site, i will give it to you.
Now, as far as the announcements... in prosilver, for some reason, the announcements and news are embedded in the welcome.html file instead of being seperate (they are also seperate files but its messing things up) so, go in, clip out each section.. and paste it over the code in its respective file.
Meaning.. go into Welcome.html select all the codefor the announcements (include the <br clear="all"> at the end) then replace the code in announcements.html. now you can move the block where you want it
do the same for the news block section.
problem solve.. thanks again..ncmontas wrote:I just do your suggestion after that my main menu was all messed up.. I tried adding </br> to arrange the menu but some of the text don't align like in the <li>. Help pleaseStaticFX wrote:Ive been hacking away at the prosilver style of this.. havent looked at the subsilver2.
I am having no load issues.. but i did have the odd main menu problem - where it doesnt show.
I figure out how to fix it..
replace all the <li> with <span style="float:left;">stuff here</span>
then remove the <ul class="menu"> lines and the </ul>
workes now in IE6...
plus, i have also added the search function right into the main menu.. like the spoiler tags.. click search and the search boxes appear.. so the search block can be removed. Anyone interested stop by my site, i will give it to you.
Now, as far as the announcements... in prosilver, for some reason, the announcements and news are embedded in the welcome.html file instead of being seperate (they are also seperate files but its messing things up) so, go in, clip out each section.. and paste it over the code in its respective file.
Meaning.. go into Welcome.html select all the codefor the announcements (include the <br clear="all"> at the end) then replace the code in announcements.html. now you can move the block where you want it
do the same for the news block section.
Hi,Antraxek wrote: And where can I find ACP for portal? I looked everywere and couldn't find it.