The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Add banner on the bottom of the forum (Partner)

+2
runawayhorses
KCC
6 posters

Page 1 of 2 1, 2  Next

Go down

In progress Add banner on the bottom of the forum (Partner)

Post by KCC July 14th 2013, 4:37 pm

I want to add some banner on the bottom of the forum like this picture below 
Besides  I want to make my own banner on the right side so people can copy to their site.

The banner is keep moving , how to make it ? Please tell me step by step thanks
I want the same format if possible thanks

I want to make it like this forum (link): http://www.forumpgb.com/

My forum : http://poupeefamily.forums.fm/  
My version : phpBB3 (prosilver)

Add banner on the bottom of the forum (Partner) Cats12
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 14th 2013, 7:19 pm

I know some HTML like this : 
But how can i edit it and make it suits my forum ? Please help in urgent thanks !

Spoiler:
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by runawayhorses July 14th 2013, 10:21 pm

Thats scrolling small images its not a banner, I don't think you can do that with your version of forum, you'd need to edit the template to do it correctly and phpbb3 doesn't support that, otherwise you'd have to get into a bunch of javascript to pull it off which I doubt you'd want to do, its not even a certainty that would work.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by SLGray July 15th 2013, 1:04 am

KCC wrote:I want to add some banner on the bottom of the forum like this picture below 
Besides  I want to make my own banner on the right side so people can copy to their site.

The banner is keep moving , how to make it ? Please tell me step by step thanks
I want the same format if possible thanks

I want to make it like this forum (link): http://www.forumpgb.com/

My forum : http://poupeefamily.forums.fm/  
My version : phpBB3 (prosilver)

Add banner on the bottom of the forum (Partner) Cats12

KCC wrote:I know some HTML like this : 
But how can i edit it and make it suits my forum ? Please help in urgent thanks !

Spoiler:
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!


Add banner on the bottom of the forum (Partner) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 15th 2013, 9:19 am

runawayhorses wrote:Thats scrolling small images its not a banner, I don't think you can do that with your version of forum, you'd need to edit the template to do it correctly and phpbb3 doesn't support that, otherwise you'd have to get into a bunch of javascript to pull it off which I doubt you'd want to do, its not even a certainty that would work.

  Then can I add these Scrolling small images  in Footer Links ?
If yes , what kind of codes should I add ?
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 15th 2013, 10:11 am

You need to use
Code:
<marque></marque>
exmple
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 15th 2013, 11:02 am

candy_fear wrote:You need to use
Code:
<marque></marque>
exmple

 add this one code in ? anchor ? 
and for others what should i put in ?
Add banner on the bottom of the forum (Partner) Cats13
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 15th 2013, 11:07 am

Hello go in :
Administration Panel -> Module -> Javascript mangement -> Create new javascript ->

1. Name what you want
2. Index or In all Pages
3. Code :
Code:
jQuery(document).ready(function() {
    jQuery('#page-footer').after('Codes of parteners');
    });

Replace Codes of parteners with your codes.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 15th 2013, 11:23 am

candy_fear wrote:Hello go in :
Administration Panel -> Module -> Javascript mangement -> Create new javascript ->

1. Name what you want
2. Index or In all Pages
3. Code :
Code:
jQuery(document).ready(function() {
    jQuery('#page-footer').after('Codes of parteners');
    });

Replace Codes of parteners with your codes.

 i replace
Spoiler:
but nothing appears in footer
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 15th 2013, 11:25 am

Code:
jQuery(document).ready(function() {
    jQuery('#page-footer').after('<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a> ');
    });

Don't replace ' ' Very Happy and you have phpBB3 right ?
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 15th 2013, 11:30 am

candy_fear wrote:
Code:
jQuery(document).ready(function() {
    jQuery('#page-footer').after(<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a>);
    });

Don't replace ' ' :Dand you have phpBB3 right ?

 I didnt . It doesnt work too.

Yes phpBB3 

PS : wanna ask is this code include scrolling ?
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 15th 2013, 11:37 am

Code:
jQuery(document).ready(function() {
    jQuery('#page-footer').after('<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a>');
    });

No , don't include , I removed ' and ' Laughing
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 15th 2013, 11:43 am

[b style="font-size: 1em; font-weight: 700;"]candy_fear[/b]
Code:
jQuery(document).ready(function() {
    jQuery('#page-footer').after('<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a>');
    });

No , don't include , I removed ' and ' Laughing
 then how can i make it scrolling ?
one more questions ,  how to add more partner on the code ?

CAN I Move the partner  to HERE ? above the control panel
Add banner on the bottom of the forum (Partner) Cats14



also where's the bar ? i mean the pink one include the words partner

Add banner on the bottom of the forum (Partner) Cats12
 
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 16th 2013, 10:15 pm

Anyone can help ? bump~~
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 16th 2013, 10:18 pm

If you want to do like your image create a simple sub-forum and fill with your parteners and it's done or in Generalities.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by GoodWeed July 16th 2013, 10:22 pm

candy_fear wrote:If you want to do like your image create a simple sub-forum and fill with your parteners and it's done or in Generalities.
IF YOU DONT KNOW WHY YOU ANSWER? POST HUNTER , FY .
avatar
GoodWeed
New Member

Posts : 11
Reputation : 1
Language : Rasta, English, Womanian

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 16th 2013, 10:30 pm

Ok , so , let's try again :

Code:
jQuery(document).ready(function() {
   jQuery('ul#picture_legend').after('<table class="tablebg" width="100%" cellspacing="1">
<tbody><tr>
<td class="cat" colspan="2"><h4>Partners</h4></td>
</tr>
<tr>

<td class="row1" width="100%"><marque><a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a></marque></td>
</tr>
</tbody></table>');
   });
Create a new javascript and fill with the ^ code and now in your CSS

Code:
.tablebg {
background-color: #E7E7E7;
border-color: #FF8800;
}

.cat {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background-color: #e3815f;
color: white;
background-image: url('http://www.forumpgb.com/styles/TMOL/theme/images/cellpic1.gif');
text-indent: 4px;
}

h4 {
margin: 0;
font-size: 1.1em;
font-weight: bold;
}

.row1 {
background-color: #FFFFFF;
padding: 4px;
}

And yes you can add more , you need only to request the mini-banner and add after your code for example after that :

Code:
<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a>

Need to have other mini-banner .
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by GoodWeed July 16th 2013, 10:40 pm

Content Removed ~ Sir Chivas™
avatar
GoodWeed
New Member

Posts : 11
Reputation : 1
Language : Rasta, English, Womanian

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 17th 2013, 8:12 am

candy_fear wrote:Ok , so , let's try again :


Code:
<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a>

Need to have other mini-banner .

Thank you but wanna ask 
1. why the banner isn't scrolling ? 
2. Besides when I add more mini - banner , there's no some space between them.
How can I make them separate ? and scrolling. 
3. How to make the spaces between "Partner bar" (arrow) larger (more separate)? 
4. How to add this on the right side in the photo below ?Add banner on the bottom of the forum (Partner) Bb10 including the "banner show above"
 Thanks once again Smile

Add banner on the bottom of the forum (Partner) Cats17
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 17th 2013, 3:38 pm

bump
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 17th 2013, 3:49 pm

You don't saw my last post ? Razz

Create a new javascript in all pages and fill with that , title what you want
Code:
jQuery(document).ready(function() {
  jQuery('ul#picture_legend').after('<table class="tablebg" width="100%" cellspacing="1">
<tbody><tr>
<td class="cat" colspan="2"><h4>Partners</h4></td>
</tr>
<tr>

<td class="row1" width="100%"><marque><a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a></marque></td>
</tr>
</tbody></table>');
  });

And this in your CSS

Code:
.tablebg {
background-color: #E7E7E7;
border-color: #FF8800;
}

.cat {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background-color: #e3815f;
color: white;
background-image: url('http://www.forumpgb.com/styles/TMOL/theme/images/cellpic1.gif');
text-indent: 4px;
}

h4 {
margin: 0;
font-size: 1.1em;
font-weight: bold;
}

They scroll and have and a border.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 17th 2013, 4:51 pm

candy_fear wrote:Ok , so , let's try again :


Code:
<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a>

Need to have other mini-banner .

I saw your post but it doesn't work . The banner isn't scrolling.

SO once again
1. why the banner isn't scrolling ? 
2. Besides when I add more mini - banner , there's no some space between them.
How can I make them separate ? and scrolling. 
3. How to make the spaces between "Partner bar" (arrow) larger (more separate)? 
4. How to add this on the right side in the photo below ?Add banner on the bottom of the forum (Partner) Bb10 including the "banner show above"
 Thanks once again Smile

Add banner on the bottom of the forum (Partner) Cats17
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 17th 2013, 4:58 pm

Code:
jQuery(document).ready(function() {
  jQuery('ul#picture_legend').after('<table cellspacing="1" style="width: 100%;">
<thead>
<tr>
<th style="width: 90%;">Parceiros</th>
<th style="width: 10%;">Banner</th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top"><br><div class="marquee" style="width: 780px;"><marquee>YOUR  PARTENERS HERE</marquee></div></td>
<td valign="top"><br><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl"><br><input name="poupee" type="text" style="width:117px; border: 1px solid #8b4726;" onfocus="this.select()" onmouseover="this.focus()" value="<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a></td>
</tr>
</tbody>
</table>
');
  });

Code:
th {
color: #FFFFFF;
font-size: 1.1em;
font-weight: bold;
background-color: #ff9ea7;
background-image: url('./images/cellpic3.gif');
white-space: nowrap;
padding: 7px 5px;
}

Try this new codes
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by SLGray July 17th 2013, 5:40 pm

KCC wrote:
candy_fear wrote:Ok , so , let's try again :


Code:
<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a>

Need to have other mini-banner .

Thank you but wanna ask 
1. why the banner isn't scrolling ? 
2. Besides when I add more mini - banner , there's no some space between them.
How can I make them separate ? and scrolling. 
3. How to make the spaces between "Partner bar" (arrow) larger (more separate)? 
4. How to add this on the right side in the photo below ?Add banner on the bottom of the forum (Partner) Bb10 including the "banner show above"
 Thanks once again Smile

Add banner on the bottom of the forum (Partner) Cats17

KCC wrote:bump
Second Reminder:

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!


Add banner on the bottom of the forum (Partner) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 19th 2013, 11:37 am

BUMP~~~
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by kirk July 19th 2013, 8:43 pm

GoodWeed wrote:
candy_fear wrote:If you want to do like your image create a simple sub-forum and fill with your parteners and it's done or in Generalities.
IF YOU DONT KNOW WHY YOU ANSWER? POST HUNTER , FY .
what is this?
if you do not have anything to add pertaining to the problem please do not reply.
Thank you.



Yeah KCC java scripts is not my best area,
i know how to do it by template edit but unsure with the java script so will let you and candy_fear work this one out Smile
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 22nd 2013, 8:52 am

BUMP Please help
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 22nd 2013, 1:45 pm

What is the new proble , I've done all for you , have marque , have the mini-banner , what you want more ?Smile
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by KCC July 22nd 2013, 7:58 pm

candy_fear wrote:What is the new proble , I've done all for you , have marque , have the mini-banner , what you want more ?Smile

Nope , not only me but every members of my forum can't see the mini banner is scrolling ,
Conclusion of all problems : 

1.The mini banner isn't scrolling.

2. NO spaces  (not separate )between mini banner , but I wanna make some.
-> Please see the second arrow below

3. How to make the spaces between "Partner bar" (the first red arrow below) larger (more separate)? 
Add banner on the bottom of the forum (Partner) Cats17

4. How to add this on the right side in the photo below ?Add banner on the bottom of the forum (Partner) Bb10 including the "banner (topic) show above"
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

In progress Re: Add banner on the bottom of the forum (Partner)

Post by levy July 22nd 2013, 8:09 pm

Try this new javascript. Wink

Code:
jQuery(document).ready(function() {
  jQuery('ul#picture_legend').after('<table cellspacing="1" style="width: 100%;">
<thead>
<tr>
<th style="width: 90%;">Parceiros</th>
<th style="width: 10%;">Banner</th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top"><br><div class="marquee" style="width: 780px;"><marquee><a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" <a="" href="http://tokihasplace.unlimitboard.com/" target="_blank"><img src="http://i31.tinypic.com/2zrjjus.jpg" border="0"></a></marquee></div></td>
<td valign="top"><br><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl"><br><input name="poupee" type="text" style="width:117px; border: 1px solid #8b4726;" onfocus="this.select()" onmouseover="this.focus()" value="<a href="http://www.forumpgb.com/" target="_blank"><img src="http://www.forumpgb.com/images/poupeegirl.gif" width="122" height="30" alt="Forum Poupee Girl" /></a></td>
</tr>
</tbody>
</table>
');
  });
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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