Thanks. Do I need an extension for that or the default forum has it? I could not activate mine no matter what
126 2011-12-22 19:01
Re: Question about posted-mark (4 replies, posted in PunBB 1.4 troubleshooting)
127 2011-12-22 18:57
Re: How-to: edit the advanced search page tips div? (10 replies, posted in PunBB 1.4 troubleshooting)
Basically what I did was go to "search.php" at line 606.
Add <div id="info-img"></div> in between <div class="ct-box info-box"> and <ul class="info-list">
Finally go to css and style it.
#info-img{
background:url(../../../img/images/alert_img.gif) 0 center no-repeat;
padding: 4.5em 1em;
width:50px;
float:left;
margin-right:2em
}
128 2011-12-22 18:47
Re: How-to: edit the advanced search page tips div? (10 replies, posted in PunBB 1.4 troubleshooting)
I have done it. Take a look if you can see it
129 2011-12-22 18:12
Topic: Question about posted-mark (4 replies, posted in PunBB 1.4 troubleshooting)
Sometimes I see a small square next to the post topic. What is it and what triggers it? Can someone explain?
130 2011-12-22 17:35
Re: How-to: edit the advanced search page tips div? (10 replies, posted in PunBB 1.4 troubleshooting)
I understand, but being a site stylist everything comes to every single detail right I will try to figure it out then post the answer here. Thanks for looking Kushi
131 2011-12-22 17:32
Re: How to add a <stript> into the forum? (3 replies, posted in PunBB 1.4 troubleshooting)
I have found it, but I am not sure if it is the right way of doing it. I go into footer.php and use
$forum_loader->add_js('http://www.example.com/script.js');
132 2011-12-22 17:22
Re: How to add a <stript> into the forum? (3 replies, posted in PunBB 1.4 troubleshooting)
Thank you for the response, but can you please be more specific where I should put the code into? Much appreciate.
133 2011-12-22 16:43
Re: How-to: edit the advanced search page tips div? (10 replies, posted in PunBB 1.4 troubleshooting)
Thank you Kushi,
This is exactly what I want to do; however, instead of using css background and padding is there a way I can inject a div?
134 2011-12-22 00:28
Topic: How to add a <stript> into the forum? (3 replies, posted in PunBB 1.4 troubleshooting)
Hi, for example I have a link like this:
<script src="http://www.example.com/script.js"></script>
All I want is to add this script to my forum either in header or footer. Usually I look inside the HTML code and put it there; however, I could not find it. I guess because I do not understand the structure. Please help me how to do this the proper way.
Thanks.
135 2011-12-22 00:25
Re: How-to: edit the advanced search page tips div? (10 replies, posted in PunBB 1.4 troubleshooting)
Thank you for replying. But, that is not what I need. Notice the box where it says
"You may search for a single keyword or for multiple keywords separated by spaces.
You may use AND, OR and NOT to refine your searches by keyword.
Use the wildcard character * for partial keyword or username matches.
By default all forums are searched. You may narrow your search by selecting one or more forums to search."
I want to add an image into that box and style with float:left. That is it. I do not wish to change the layout.
Thanks.
136 2011-12-21 15:56
Re: How-to: edit the advanced search page tips div? (10 replies, posted in PunBB 1.4 troubleshooting)
Am I confusing people?
137 2011-12-20 21:28
Topic: How-to: edit the advanced search page tips div? (10 replies, posted in PunBB 1.4 troubleshooting)
Hello supporters,
I want to add an image into the tips div and make it float left, pushing all texts to the right. I cant find the html code for that particular part anywhere. Can anyone show me how?
Much appreciate.