You're welcome, Glad it helped
I responded in your other post as well
1 2010-07-12 18:46
Re: [Request] Paid Subscription (6 replies, posted in PunBB 1.3 extensions)
2 2010-07-12 18:43
Re: Please help, out of line menus etc... (5 replies, posted in PunBB 1.3 troubleshooting)
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.
3 2010-07-12 18:39
Re: Please help, out of line menus etc... (5 replies, posted in PunBB 1.3 troubleshooting)
Ok it's http://anythinggames.netai.net/
I didn't want to tell anyone about it till it's fully done, but oh well
I can't find what's causing this issue.
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 2010-07-12 17:01
Re: [Request] Paid Subscription (6 replies, posted in PunBB 1.3 extensions)
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
5 2010-07-12 16:25
Re: Please help, out of line menus etc... (5 replies, posted in PunBB 1.3 troubleshooting)
I would help if you can post your website link here. The picture alone wouldn't help defining and fixing the issue.
6 2010-07-12 15:36
Re: [Request] Paid Subscription (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.
7 2010-07-03 22:37
Re: [PunBB 1.4.3] SEO home title (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
thx
it work's
http://forum.pinang.or.id/topic21-sejarah-fonang.html
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
8 2010-07-03 22:21
Re: [extension] Facebook Like button (24 replies, posted in PunBB 1.3 extensions)
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
9 2010-07-03 19:16
Re: [extension] Facebook Like button (24 replies, posted in PunBB 1.3 extensions)
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
10 2010-07-03 18:50
Re: [extension] Facebook Like button (24 replies, posted in PunBB 1.3 extensions)
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
11 2010-07-01 20:09
Re: [extension] Facebook Like button (24 replies, posted in PunBB 1.3 extensions)
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:
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.
12 2010-07-01 14:25
Re: Quick Change Question - Please help!! (4 replies, posted in PunBB 1.3 discussion)
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
13 2010-07-01 10:17
Re: What are your plans? (4 replies, posted in Discussions)
They are not supportive.
I wish there was a complete documentation of PunBB. I would love to contribute and make this project develop further.
14 2010-07-01 10:13
Re: Quick Change Question - Please help!! (4 replies, posted in PunBB 1.3 discussion)
Faith Jaya wrote:No one could help with this?
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:
PS. The first screenshots should have been of topics listing instead of forums listing. Sorry for that.
15 2010-07-01 09:39
Re: Quick Change Question - Please help!! (4 replies, posted in PunBB 1.3 discussion)
No one could help with this?
16 2010-07-01 09:38
Re: [extension] Facebook Like button (24 replies, posted in PunBB 1.3 extensions)
Not that much! 30 minutes of works! but tough to manage this! passing extremely busy time
It's ok, I got it fixed by applying some CSS styles to the Iframe
Thank you again!
17 2010-07-01 02:33
Re: A few questions.. (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.
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.
18 2010-07-01 01:25
Topic: Quick Change Question - Please help!! (4 replies, posted in PunBB 1.3 discussion)
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:
I want to change it to look like this:
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 2010-06-30 23:30
Re: [extension] Facebook Like button (24 replies, posted in PunBB 1.3 extensions)
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:
Or before the Subscribe via RSS.Thank you in advance. Keep up the great work
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!
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 Thank you!
20 2010-06-30 21:37
Re: [extension] Facebook Like button (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:
Or before the Subscribe via RSS.
Thank you in advance. Keep up the great work