1

(6 replies, posted in PunBB 1.3 extensions)

You're welcome, Glad it helped  wink
I responded in your other post as well smile

Confirmed, It is the large picture that is causing that. Try to resize all the pictures that you plan on having them posted in the front page, to a size smaller to the post width. This way you can avoid this.  smile

shaheart wrote:

Ok it's http://anythinggames.netai.net/

I didn't want to tell anyone about it till it's fully done, but oh well smile

I can't find what's causing this issue.  hmm

Can you remove or resize the large picture from the"New LOGO! =]" post you have in the front page? Maybe the forum couldn't auto resize it thus moved the whole section down. Try that and let me know.

4

(6 replies, posted in PunBB 1.3 extensions)

shaheart wrote:

Thanks Very Much helped alot, but do you know how I would do it so that they paid on paypal, just like make a new page for it as an example and then I will have to check regularly?

I believe you can create a new page where you can have graphics and a PayPal button linked to your account where users will need to pay. at the same time, you can make one of the requirement a field where they enter their forum name so you would know who paid and give them premium group permissions.
I would love to help with this but time doesn't help. but I will point you at what you'll need to do.

Do a search on how to create a standalone page linked to your forum which will contain the info of what users get from the subscription and a link to your PayPal account where they can pay the subscription fee. Alternatively, you can temporarily use a forum topic for that. I believe a link to PayPal with the amount users should pay can be generated in the PayPal website, but I don't have much info on how to do it.

Hope this helped, If you have any more questions I'd be glad to assist you through the process smile

I would help if you can post your website link here. The picture alone wouldn't help defining and fixing the issue.

6

(6 replies, posted in PunBB 1.3 extensions)

As far as I know, this already exists on Punbb.
You can setup forums/categories permissions in a way to show the forums you want to the member groups you want.

Here is how to do it:
1 Create a new member group for premium users, you can do that from here: http://your_site.com/your_punbb_forum/admin/groups.php
2 Go to the forums management section in your forum (http://your_site.com/your_punbb_forum/admin/forums.php) and click edit on the forum section you'd like to make available only for premium users. then manage permissions from there.

I think it's a very easy process but you will have to move premium users manually to their group.
If you have anymore questions don't hesitate and post them here, I will subscribe to this topic.  wink

7

(9 replies, posted in PunBB 1.3 additions)

thank you for sharing, Audiofeeline. I will implement it and will let you know how it goes  smile

would you please share how you made the share and the retweet buttons in every post? I like it and would like to use it  smile
http://content.screencast.com/users/FaithJaya/folders/Snagit/media/bbe647d5-aadb-4c04-8222-805a5d178e2a/07.03.2010-23.28.39.png

8

(24 replies, posted in PunBB 1.3 extensions)

KeyDog wrote:

Thanks , that alone didn't do the trick, but this did... so thanks for the pointer...

.brd p.options {
    border-top: none;
    text-align: bottom;
    float: right;
  position: relative;
  left: 3px;
  top: -8px;
    }
    
    IFRAME
{
    /*+placement:shift 3px 3px;*/
    position: relative;
    left: 3px;
    top: 5px;
}

You're right! glad you got it working  big_smile

9

(24 replies, posted in PunBB 1.3 extensions)

KeyDog wrote:

I'm still trying to find a way to get the button AND rss feed to look centered ...

Here is how to do it:

In your theme's CSS file look for:

.brd p.options
{
    border-top: none;
    float:right;
}

Replace it with:

.brd P.options
{
    border-top: none;
    text-align: center;
}

That will center the "RSS" , the "Subscribe" and the "Like button". Hope that helps, I'll be glad to help more if needed  wink

10

(24 replies, posted in PunBB 1.3 extensions)

KeyDog wrote:

Nice extension.
I'm still trying to find a way to get the button AND rss feed to look centered ...
either it's cut off at the bottom or the rss feed gets pushed down as the image height of fb like button is too large for that space....

I will try to do that and post it here for you. subscribe to this topic to receive a notifications when I do smile

11

(24 replies, posted in PunBB 1.3 extensions)

rajuru wrote:

cool! you may share it here so that if someone needs same solution can make it!

Actually, It wasn't a solution to move it to where I wanted. though , I just made it look aligned better with other elements (RSS feed, Subscribe..)

Here is how it looks now:
http://content.screencast.com/users/FaithJaya/folders/Snagit/media/63897761-6c0b-4770-b2b4-6f8debacf30d/07.01.2010-21.05.12.png

It's just a tiny change but as you can say, I'm a perfectionist lol!


In your CSS file(Oxygen.css in my example), look for :

.brd .main-modoptions .options

Add the following CSS code before it:

IFRAME

{

    /*+placement:shift 3px 3px;*/

    position: relative;

    left: 3px;

    top: 3px;

}

You can play with the values to achieve the result wanted.

Fixed thank you. All i had to do is add : Display = inline in the CSS codes of those two areas. Thanks to Paul from FluxBB  smile

13

(4 replies, posted in Discussions)

Ole Juul wrote:

They are not supportive.

I wish there was a complete documentation of PunBB. I would love to contribute and make this project develop further.

Ole Juul wrote:
Faith Jaya wrote:

No one could help with this?  neutral   sad

I think that if you put forum and post title side by side, it would be a problem for long titles. Remember too that font size is ultimately determined by the user so those who use larger fonts (like me) will not see what you think they will. I wish I had a solution for you but if it is mostly the  readability you are concerned with, then there was someone who posted an accessibility enhanced version here a couple of weeks ago. I can't remember where, but the link was http://www.accessibleforum.org.uk/ and you can get the css from them.

Thank you for the response.

I have checked the link. That looks interesting.. Though, I beleive the change I intend to make doesn't apply using CSS but by modifying the core code of PunBB. I have seen this method used in FluxBB site. It allows the title to be in different lines if/when it is long. here is an example:
http://content.screencast.com/users/FaithJaya/folders/Snagit/media/9f7c3136-e074-4fd1-8248-8466ec8b0fd2/07.01.2010-11.08.17.png

PS. The first screenshots should have been of topics listing instead of forums listing. Sorry for that.

No one could help with this?  neutral   sad

16

(24 replies, posted in PunBB 1.3 extensions)

rajuru wrote:

Not that much! 30 minutes of works! but tough to manage this! passing extremely busy time sad

It's ok, I got it fixed by applying some CSS styles to the Iframe  wink 

Thank you again!

17

(5 replies, posted in PunBB 1.3 discussion)

As far as i know, it's one of the easiest forums to style with basic CSS knowledge. I just started using it about a month ago and I'm loving it.  big_smile

I'm not sure about the development of this. I think it's still up . I just know that there is two branch of developement. FlubBB and PunBB , FluxBB is ahead with the latest version but I still prefer PunBB.  wink

Hello PunBB community,

I did some changes to the original Oxygen theme but got stuck in one of the changes that couldn't find a way to do it:

For now the display of the list posts in the forum looks like this:
http://content.screencast.com/users/FaithJaya/folders/Snagit/media/d3a449bf-fe74-4273-a4b8-845c115b2962/07.01.2010-02.23.03.jpg

I want to change it to look like this:
http://content.screencast.com/users/FaithJaya/folders/Snagit/media/9983aced-9b2f-476f-8d7e-c55a4958f58c/07.01.2010-02.23.53.jpg

I'm thinking I have to change the viewforum.php file but not sure what exactly should be changed or where. Any help would be highly appreciated.

Thank you in advance!

19

(24 replies, posted in PunBB 1.3 extensions)

rajuru wrote:
Faith Jaya wrote:

Hi rajuru
Great extension. I tested it and it works like a charm. I have a request if you would help with.
I would like to move the Like button like shown in the screenshot below:
http://content.screencast.com/users/FaithJaya/folders/Snagit/media/53abfbf6-b87e-4145-93b3-01db861c6f70/06.30.2010-22.35.09.jpg
Or before the Subscribe via RSS.

Thank you in advance. Keep up the great work wink

thanks for your suggestion. but this is how I planned it to work. I have no plan to put it on post action lines. but source is open. if you want, you can change it yourself. just should be just a hook and array assignment change.

so far I remember, I tried to show before subscribe but I could not! Either my problem or no hook! Just can't remember actual reason of my failure!  sad

Thank you for the quick response. I would have moved it to the spot where I want if I had a basic knowledge of hooks and coding in general. I would highly appreciate your help if you can point me in the direction of how to make it show as shown in the screenshot. If it's too much to ask ignore my request. I'm already more than satisfied with it smile Thank you!

20

(24 replies, posted in PunBB 1.3 extensions)

Hi rajuru
Great extension. I tested it and it works like a charm. I have a request if you would help with.
I would like to move the Like button like shown in the screenshot below:
http://content.screencast.com/users/FaithJaya/folders/Snagit/media/53abfbf6-b87e-4145-93b3-01db861c6f70/06.30.2010-22.35.09.jpg
Or before the Subscribe via RSS.

Thank you in advance. Keep up the great work wink