Advertise Hotspot
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A few questions

2 posters

Go down

A few questions Empty A few questions

Post by Soul Eater 2010-11-07, 07:00

Well I have a few.

1. How do you add the toolbar for the toolbar ads?

2. How do you make a special part for banner and link jumble and for other things like the comnpetitions? And how do you make them go in a random show up order?

3. How do you make the table ads?

Thats all, please help me out with this.
Soul Eater
Soul Eater
Packager Team
Packager Team

A few questions Full10
       Male
       261
       233
       0
       2010-09-26
       26
       The place were I am

Back to top Go down

A few questions Empty Re: A few questions

Post by Cafetin 2010-11-07, 17:29

You mean on Forumotion forum or on other software?

If you are asking about forumotion...
You can make the Banner Jumble and the Toolbar Ads in your Admin Panel`s Display tab under Generalities part. You just put the correct html code there.
For the Toolbar Ads, it`s nothing more than adding affiliates buttons... Only difference that it is in a fixed position by it`s css properties.
The Banner Jumble uses some basic JavaScript that makes the pictures appear randomly.
The pictures for competitions and contests are in a different part of the Admin Panel. Those are put in the Announcements box. You can find it under the main "General" tab.
The Table Ads are put up in a simple new forum made as the last forum. The html code is just a basic table put in the forum description. I guess you know how to set up a new forum so I will skip that.

Now I guess you expected a somewhat complete codes in my answer but I want you to try it on your own first. At least the Table Ads.... The only html tags that you will need for that are these:
Code:
 <table>  This opens the table...
<tr> This creates the first column...
<td> This creates the first row...
</td> Closes one cell in the row...
</tr> Closes the whole column...
</table> Closes the whole table...
Now your table would end up something like this:
Code:
<table>
<tr>
<td> Pic 1 here </td>
<td> Pic 2 here </td>
<td> Pic 3 here </td>
<td> Pic 4 here </td>
</tr>
<tr>
<td> Description 1 here </td>
<td> Description 2 here </td>
<td> Description 3 here </td>
<td> Description 4 here </td>
</tr>
</table>
I will help more after you set the Table Ads up and running. Wink
Cafetin
Cafetin
Administrator Team
Administrator Team

A few questions Full10
       Male
       1735
       2909
       39
       2010-03-04
       36
       Serbia

Back to top Go down

A few questions Empty Re: A few questions

Post by Soul Eater 2010-11-08, 06:23

Ok but the first code dosent work and how to do you the forum to work so it dosent have a name.
Soul Eater
Soul Eater
Packager Team
Packager Team

A few questions Full10
       Male
       261
       233
       0
       2010-09-26
       26
       The place were I am

Back to top Go down

A few questions Empty Re: A few questions

Post by Cafetin 2010-11-08, 12:44

The first "code" I put you up is just an explanation for the html tags used to make it work. Wink

And you can make the forum`s name disappear by putting this in the name box:
&nbsp;

Strange, but that is a "space" in html. =)
Cafetin
Cafetin
Administrator Team
Administrator Team

A few questions Full10
       Male
       1735
       2909
       39
       2010-03-04
       36
       Serbia

Back to top Go down

A few questions Empty Re: A few questions

Post by Soul Eater 2010-11-08, 12:46

Ok and how do you put the red thingo in to serperate.
Soul Eater
Soul Eater
Packager Team
Packager Team

A few questions Full10
       Male
       261
       233
       0
       2010-09-26
       26
       The place were I am

Back to top Go down

A few questions Empty Re: A few questions

Post by Cafetin 2010-11-09, 05:21

Here is how:

Code:
<table>
<tr>
<td> Pic 1 here <br><hr></td>
<td> Pic 2 here <br><hr></td>
<td> Pic 3 here <br><hr></td>
<td> Pic 4 here <br><hr></td>
</tr>
<tr>
<td> Description 1 here </td>
<td> Description 2 here </td>
<td> Description 3 here </td>
<td> Description 4 here </td>
</tr>
</table>

First we insert a line break (that`s the "br" in the code) than a horizontal "visible" break (that`s the "hr" up there) before we close the cells.
Now depending on your css, the color of the line (among other things) can be different. But you can overwrite the css properties by setting the style directly in the code. Here is an example:

Code:
<hr style="border-color: Green;">
That results in a green line. You can use hexadecimal color definitions in there too. Like #059905 (I don`t know what color that results in. I just put an example again).

Sorry, but I will continue this tomorrow morning as it is late here and I am tired now.
Cafetin
Cafetin
Administrator Team
Administrator Team

A few questions Full10
       Male
       1735
       2909
       39
       2010-03-04
       36
       Serbia

Back to top Go down

A few questions Empty Re: A few questions

Post by Soul Eater 2010-11-09, 08:20

It dosent work properly. I need the vertical lines.

Its ok! Joel helped me, but you taught me some HTML as well Very Happy thanks Very Happy

Ok so what next? Banner or toolbar?
Soul Eater
Soul Eater
Packager Team
Packager Team

A few questions Full10
       Male
       261
       233
       0
       2010-09-26
       26
       The place were I am

Back to top Go down

A few questions Empty Re: A few questions

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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