Hi ,
Great theme , excuse my noobness .... i have installed the Black Pearl theme to my newly created forum , it looks great , but i cannot post new topics or reply to threads ?? There is no buttons to do this ? ? Have i done something wrong ? ?
Site is here ... h**p://***.sinit.com.au/
Cheers
[STYLE] - Black Pearl And Rainbow Pearl
Tags And Keywords: black pearl, phpbb3, rainbow pearl, style, template
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Sinit,
I just looked through this topic a page or two back and saw a possible solution. Try going back a page or two in this topic to see if any of those solutions will work for you.
:)
I just looked through this topic a page or two back and saw a possible solution. Try going back a page or two in this topic to see if any of those solutions will work for you.
:)
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
:oops: tried nearly every thing in this thread and still no luck ???
maybe i am still doing something wrong ??
i am running 3.0.4 ... is this the problem ??
Cheers :(
maybe i am still doing something wrong ??
i am running 3.0.4 ... is this the problem ??
Cheers :(
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Well after 4 hours of mucking around with it ... it is working ... i got all sorts of files every where now tho .,. :shock:
Cheers :wink:
Great theme , works for me ..
Cheers :wink:
Great theme , works for me ..
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
You could have saved some hours by reading this:
http://www.phpbb.com/kb/article/how...-on-your-style/
http://www.phpbb.com/kb/article/how...-on-your-style/
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hi friends,
I use 1.2.9 version of this style... And I installed a lot of mods... When i update phpBB to new version i didn't do any style changes. My phpBB version is 3.0.4 but my style version is 1.2.9. How can i update it to 1.4.5? Where can i find this template code changes.
If i chance old files with new files, all mod changes will be lost. Right? That's why i must find code changes.
Sorry for the bad language. :oops:
I use 1.2.9 version of this style... And I installed a lot of mods... When i update phpBB to new version i didn't do any style changes. My phpBB version is 3.0.4 but my style version is 1.2.9. How can i update it to 1.4.5? Where can i find this template code changes.
If i chance old files with new files, all mod changes will be lost. Right? That's why i must find code changes.
Sorry for the bad language. :oops:
Quote:
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
http://winmerge.org/
If you put your template in one folder and the new one in another, you can use WinMerge to compare only the changes... and you will update your site in few minutes.
Have a try... it is free! :wink:
If you put your template in one folder and the new one in another, you can use WinMerge to compare only the changes... and you will update your site in few minutes.
Have a try... it is free! :wink:
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
The Breadcrumbs do not appear on my phpBB v3 custom pages. They appear in my Forum and on the custom pages of my other styles but not Black Pearl.
Do I have to add:
to the top of all of my custom pages? This isn't necessary for the other 5 styles that I have (including subsilver2 & prosilver).
Lastly, kindly let me know what I have to edit in the stylesheet to increase the text size of the message the members receive when the Board is disabled.
Ex: "This board is currently disabled. "
Do I have to add:
to the top of all of my custom pages? This isn't necessary for the other 5 styles that I have (including subsilver2 & prosilver).
Lastly, kindly let me know what I have to edit in the stylesheet to increase the text size of the message the members receive when the Board is disabled.
Ex: "This board is currently disabled. "
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Yes, you have to.
Regarding the rest, could you please provide a link or a screenshot with the text you would like to edit?
keith10456 wrote: [View Post]
Yes, you have to.
Regarding the rest, could you please provide a link or a screenshot with the text you would like to edit?
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
This has been asked before, but i don't think anyone has solved it.
the answers to the questions (that i have seen) is always that the person asking has done his edits wrong.
I have search (on and off) on different forums for people using this style to see if anyone has solved this and i still can't figure out how to fix it.
No matter how i edit the viewtopic_body.html file, i can't get the ads or an image to show after first post.
So, just to make sure that i didn't mess up on any edits, i installed a new phpbb3 3.0.4 board, and i downloaded the latest Black_pearl for phpbb3,
and i made 1 edit, i put this code (it's a test image)
above this (on line 278 of the viewtopic_body.html file)
and the image will not show after first post, it still only shows before first post.
does anyone know why ?
i have tried moving that code around and still nothing.
HERE is a link to the post i'm talking about
you will see a pink banner above first post as a test.
the answers to the questions (that i have seen) is always that the person asking has done his edits wrong.
I have search (on and off) on different forums for people using this style to see if anyone has solved this and i still can't figure out how to fix it.
No matter how i edit the viewtopic_body.html file, i can't get the ads or an image to show after first post.
So, just to make sure that i didn't mess up on any edits, i installed a new phpbb3 3.0.4 board, and i downloaded the latest Black_pearl for phpbb3,
and i made 1 edit, i put this code (it's a test image)
Spoiler: [ Show ]
above this (on line 278 of the viewtopic_body.html file)
and the image will not show after first post, it still only shows before first post.
does anyone know why ?
i have tried moving that code around and still nothing.
HERE is a link to the post i'm talking about
you will see a pink banner above first post as a test.
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
OK, the problem is with the code in viewtopic_body.html file, In Black_Pearl
I don't know where, (i'm not a coder), but for one, i was trying to compare the 2 files, phpbb3 - subsilver2/template/viewtopic_body.html and Black-Pearl - - subsilver2/template/viewtopic_body.html
and i notice that, in the Black-Pearl file there's a </table> missing above <!-- END postrow -->
You can see in the example below
Black-Pearl Code:
PHPBB3 subsilver2 Code:
But just putting </table> there will not work (there's something else wrong, but like i said i'm not a coder,
So i replaced the Black-Pearl - template/viewtopic_body.html file with the phpbb3 - subsilver2/template/viewtopic_body.html file, and as you can see HERE it now shows after first post.
The problem is that it removed the border line deviding the poster name and avatar from the post, but for me, i think i can find that code and fix it.
This fix is easy for new installs (for non coders) But for those that have installed mods and edited that file according to the mods, will either have to try and see whats wrong with it, or wait to see if MG fixes it.
Anyway I just wanted to let people that are still having a problem with ads after first post. know about this.
I don't know where, (i'm not a coder), but for one, i was trying to compare the 2 files, phpbb3 - subsilver2/template/viewtopic_body.html and Black-Pearl - - subsilver2/template/viewtopic_body.html
and i notice that, in the Black-Pearl file there's a </table> missing above <!-- END postrow -->
You can see in the example below
Black-Pearl Code:
- </tr>
- <tr><td class="spacer" colspan="2"><img src="{T_THEME_PATH}/images/spacer.gif" width="1" height="4" alt="" /></td></tr>
- <!-- END postrow -->
PHPBB3 subsilver2 Code:
- <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
- </tr>
- </table>
- <!-- END postrow -->
But just putting </table> there will not work (there's something else wrong, but like i said i'm not a coder,
So i replaced the Black-Pearl - template/viewtopic_body.html file with the phpbb3 - subsilver2/template/viewtopic_body.html file, and as you can see HERE it now shows after first post.
The problem is that it removed the border line deviding the poster name and avatar from the post, but for me, i think i can find that code and fix it.
This fix is easy for new installs (for non coders) But for those that have installed mods and edited that file according to the mods, will either have to try and see whats wrong with it, or wait to see if MG fixes it.
Anyway I just wanted to let people that are still having a problem with ads after first post. know about this.
Subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thanks for reporting, when I have some free time I'll check.
Page 7 of 14
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1818s (PHP: 14% SQL: 86%)
SQL queries: 14 - Debug Off - GZIP Enabled