[Release] WysiBB Style (phpBB 3.0.12)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Suggested Hosts
User avatar
maciasbarlinek99
Registered User
Posts: 241
Joined: Sat Sep 29, 2012 9:15 am
Location: Polska
Name: Maciej Przyborowski
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by maciasbarlinek99 »

#Refresh
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Oyabun1 »

Jessica wrote:2. Seems to add back old edits even though I've removed them after installing mods. I know it's not the mod issue because I've never encountered this issue with those mods and it's only happening with this style. For example, after installing a mod last night, edits from the Ajax like mod and jquery pack mod were re-added to the template files. I had to remove them. The mod I installed wasn't the ajax like mod at all. Seems like every time I install a mod the like mod's edits reappear. Seems like after installing the mod (Global Announcements on index) some of the template files reverted back to the previous version as well so that messes up the whole site.
That is an unresolved bug that occurs sometimes with AutoMOD. It is not caused by the style. Delete the /store/mods/_backups and /store/mods/_edited directories.
                      Support Request Template
3.0.x: Knowledge Base Styles Support MOD Requests
3.1.x: Knowledge BaseStyles SupportExtension Requests
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Jessica »

Oyabun1 wrote:
Jessica wrote:2. Seems to add back old edits even though I've removed them after installing mods. I know it's not the mod issue because I've never encountered this issue with those mods and it's only happening with this style. For example, after installing a mod last night, edits from the Ajax like mod and jquery pack mod were re-added to the template files. I had to remove them. The mod I installed wasn't the ajax like mod at all. Seems like every time I install a mod the like mod's edits reappear. Seems like after installing the mod (Global Announcements on index) some of the template files reverted back to the previous version as well so that messes up the whole site.
That is an unresolved bug that occurs sometimes with AutoMOD. It is not caused by the style. Delete the /store/mods/_backups and /store/mods/_edited directories.
That explains it...thank you! I thought it was the style because it never occurred on my main site with prosilver.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
Danielx64
Registered User
Posts: 1369
Joined: Wed Nov 04, 2009 5:51 am
Location: In a server room in Australia
Name: Daniel
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Danielx64 »

I don't know if it just me but I tested this on a local board but after installing it it slows the entire board down, went back to prosilver and it was fine.
Please note that I will not be porting any of my mods to phpBB 3.1. Sorry for the inconvenience this may cause.
Image
Matthew2D
Registered User
Posts: 8
Joined: Thu Nov 24, 2011 2:35 am

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Matthew2D »

Whats with the navtabs? Why is there no member tabs, etc?
brook22
Registered User
Posts: 1
Joined: Sat Jun 07, 2014 7:55 pm

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by brook22 »

Hello,

how can i get the faq page? There is no page or something else :(
fifahub
Registered User
Posts: 150
Joined: Mon Oct 29, 2012 12:05 pm

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by fifahub »

Hi, I want to install SEO mod in this style, but there is an issue.

Open:
styles/------/template/forum_fn.js

Find:

Code: Select all

function jumpto()
{
	var page = prompt(jump_page, on_page);

	if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
	{
		if (base_url.indexOf('?') == -1)
		{
			document.location.href = base_url + '?start=' + ((page - 1) * per_page);
		}
		else
		{
			document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page);
		}
	}
}
This file and this code don't exist in the style. What can I do to fix it? Thanks in advance for the support.
wysibb
Registered User
Posts: 35
Joined: Tue Aug 21, 2012 1:34 pm
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by wysibb »

Add this code to file .../styles/wysibb-style/template/func.js

Code: Select all

/**
* Jump to page
*/
function jumpto()
{
	var page = prompt(jump_page, on_page);

	if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
	{
		if (base_url.indexOf('?') == -1)
		{
			document.location.href = base_url + '?start=' + ((page - 1) * per_page);
		}
		else
		{
			document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page);
		}
	}
}
fifahub
Registered User
Posts: 150
Joined: Mon Oct 29, 2012 12:05 pm

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by fifahub »

wysibb wrote:Add this code to file
[...]
Thank you, now the SEO mod works perfectly. :)


I'm using this BBcode for tables:

Code: Select all

<div style="line-height: 0px">
<table class="table table-striped table-bordered" cellspacing="1">{TEXT}</table>
</div>
Can you make responsive the tables style?

I found this, but I don't know how to add it.
Thank you very much.
muonline
Registered User
Posts: 114
Joined: Wed Feb 03, 2010 10:14 pm
Name: Gameslopedy.com
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by muonline »

forum images are not shown. How can I fix that?
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by doenwenu »

Nice theme,

but what is the reason, for the .JS files to host thesse files not on my own host?
is there an solution to keep this files on my own host?

If you stop with phpbb, en delete your files from the servers, people with your style have some problem then i think?
Yag
Registered User
Posts: 1
Joined: Sun Aug 03, 2014 9:20 am

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Yag »

Any date on the responsive version?
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by doenwenu »

Yag wrote:Any date on the responsive version?
afaik it is responsive
Cuvinisme
Registered User
Posts: 1
Joined: Thu Aug 28, 2014 8:51 am

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Cuvinisme »

Is it possible to add the "First unread post" button to topics?

And can I put in my own BBCodes to the WYSIWYG editor?
prengs
Registered User
Posts: 21
Joined: Mon Mar 07, 2011 9:24 am

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by prengs »

Hi, very nice template!

But i don't see the editor in phpbb 3.0.12, why?

Image
Locked

Return to “[3.0.x] Styles in Development”