WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Go to page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1Some quick questions Empty Some quick questions Tue Apr 17, 2012 11:28 pm

Weatherman

Weatherman
Registered Member
Registered Member
Hi again Very Happy
1.
Everything is on the picture
Some quick questions Untitled-2
2. How to find this page in templates so I can edit that red rectangled part? That's the page when you click button View posts since your last visit. I searched everywhere in templates for that page but can't find it. pig
Some quick questions Untitled-3
Thanks in advance! Very Happy

http://www.nba-serbia.net

2Some quick questions Empty Re: Some quick questions Wed Apr 18, 2012 10:20 pm

ankillien

ankillien
Administrator
Administrator
1)

Adding this code in CSS could do it...

Code:
.main-box ul {float:right;}

2)

That part is found in index_body template, search for this code in the template...

Code:
<div id="pun-visit" class="clearfix">
   <ul>
         <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
         <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
      <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
      <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>

3Some quick questions Empty Re: Some quick questions Wed Apr 18, 2012 10:35 pm

Weatherman

Weatherman
Registered Member
Registered Member
Sorry but both of those things aren't working :S
In the second one I have that part but that's only for index page not the page when you click view posts since your last visit

http://www.nba-serbia.net

4Some quick questions Empty Re: Some quick questions Thu Apr 19, 2012 8:43 am

ankillien

ankillien
Administrator
Administrator
1)

I might need to see it by logging in your forum. If you have a test account, please PM me the details.

2)

That is available in search_body template, in this part...

Code:
<div id="pun-visit" class="clearfix">
   <ul>
       <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
       <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>

5Some quick questions Empty Re: Some quick questions Thu Apr 19, 2012 9:19 am

Weatherman

Weatherman
Registered Member
Registered Member
1. pm sent

2. actually it was in search_results_topics, thanks for leading the way Very Happy

http://www.nba-serbia.net

6Some quick questions Empty Re: Some quick questions Thu Apr 19, 2012 10:10 am

ankillien

ankillien
Administrator
Administrator
After logging in, I see only these 2 links:

Some quick questions Image_3

Have you removed other links form template?

7Some quick questions Empty Re: Some quick questions Thu Apr 19, 2012 8:18 pm

Weatherman

Weatherman
Registered Member
Registered Member
Yes I removed them because we don't need that. If it's possible to be on the right side or in the center it would be great.

http://www.nba-serbia.net

8Some quick questions Empty Re: Some quick questions Thu Apr 19, 2012 10:36 pm

ankillien

ankillien
Administrator
Administrator
This code might center align it...

Code:
.main-box ul {
width: 650px;
float: none !important;
text-align: center;
}

If it is not in exact center, try changing the value of width from 650px to 700 or more.

9Some quick questions Empty Re: Some quick questions Thu Apr 19, 2012 11:49 pm

Weatherman

Weatherman
Registered Member
Registered Member
Still ain't working but we will leave it like that, it stupid to waste our and your time about that silly thing. Although I have one more question. Is it possible to remove this? We don't want do delete that sub-forum just to delete it's name from index page but only for that certain forum not for all of them.
Some quick questions Untitled-1
I hope you understand what I mean. Smile

http://www.nba-serbia.net

10Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 9:08 am

ankillien

ankillien
Administrator
Administrator
Thats possible. Please give me URLs of the forums from where you want the sub-forums to be removed.

11Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 9:13 am

Weatherman

Weatherman
Registered Member
Registered Member
let's say this two.
http://www.nba-serbia.net/f30-treneri
http://www.nba-serbia.net/f53-kladionica

http://www.nba-serbia.net

12Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 11:07 am

ankillien

ankillien
Administrator
Administrator
To remove those sub forums, add this code in homepage message...

Code:
<script type="text/javascript">jQuery(function(){jQuery('a[href="/f30-treneri"] , a[href="/f53-kladionica"]').hide();});</script>

13Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 6:06 pm

Weatherman

Weatherman
Registered Member
Registered Member
I hope we are almost finished xD
Here are the problems when I add that to homepage. It creates some rectangle in home page and comma stays sub-forum name. Is that fixable? Maybe to do whole thing through template?
Some quick questions Untitled-1

http://www.nba-serbia.net

14Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 7:01 pm

ankillien

ankillien
Administrator
Administrator
The coma will stay there, I think.

To get rid of the rectangle, please add the code via modules > javascript management; only this part...

Code:
jQuery(function(){jQuery('a[href="/f30-treneri"] , a[href="/f53-kladionica"]').hide();});

And remove the codes from homepage message.

Hope it works Smile

15Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 7:37 pm

Weatherman

Weatherman
Registered Member
Registered Member
It doesn't work Sad

http://www.nba-serbia.net

16Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 7:52 pm

ankillien

ankillien
Administrator
Administrator
It must work, its a proper code. Try this code instead...

Code:
$(function(){
$('a[href="/f30-treneri"] , a[href="/f53-kladionica"]').hide();
});

Make sure you have activated javascript management.

17Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 8:37 pm

Weatherman

Weatherman
Registered Member
Registered Member
Still doesn't work.
Am I missing something?
Some quick questions Untitled-1
Some quick questions Untitled-2

http://www.nba-serbia.net

18Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 9:53 pm

ankillien

ankillien
Administrator
Administrator
It should be working as I tested again and it was correct.

Can you try removing the code and adding it again because the code doesn't show up on your forum source.

19Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 10:24 pm

Weatherman

Weatherman
Registered Member
Registered Member
Tried it, doesn't work. I can give you my admin account for you to see that if you want.

http://www.nba-serbia.net

20Some quick questions Empty Re: Some quick questions Fri Apr 20, 2012 10:30 pm

ankillien

ankillien
Administrator
Administrator
Ok, please PM me the details.

21Some quick questions Empty Re: Some quick questions Sat Apr 21, 2012 8:17 pm

Weatherman

Weatherman
Registered Member
Registered Member
We have found mutual agreement with our members about that so you can lock this topic or leave it open if I have some other questions in the future. Smile

http://www.nba-serbia.net

22Some quick questions Empty Re: Some quick questions Sun Apr 22, 2012 5:12 pm

Weatherman

Weatherman
Registered Member
Registered Member
Ok on to the next one Smile

Here's what I want to do.
I want to change all icons of topics to proper team logos in these two pages
http://www.nba-serbia.net/f79-zapadna-konferencija
http://www.nba-serbia.net/f73-istocna-konferencija
I want to add new icons for when it has new post and when it hasn't. I am assuming it is something like this but I couldn't finish it off. So can you please make just one full example of code and I will do the rest? Hope you will help.
Some quick questions 495868

http://www.nba-serbia.net

23Some quick questions Empty Re: Some quick questions Tue Apr 24, 2012 10:26 pm

Weatherman

Weatherman
Registered Member
Registered Member
bump

http://www.nba-serbia.net

24Some quick questions Empty Re: Some quick questions Wed Apr 25, 2012 8:35 am

ankillien

ankillien
Administrator
Administrator
I have been trying but the code that I test on my forum don't work on your forum for some reason. I'm after it at the moment. Please give some more time.

25Some quick questions Empty Re: Some quick questions Wed Apr 25, 2012 8:38 am

Weatherman

Weatherman
Registered Member
Registered Member
ok, no hurry bro Very Happy

http://www.nba-serbia.net

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

Permissions in this forum:
You cannot reply to topics in this forum