[HELP] Black Pearl Theme : Missing Borders »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - [HELP] Black Pearl Theme : Missing Borders



Pieman [ Wed 30 Jun, 2010 17:19 ]
Post subject: [HELP] Black Pearl Theme : Missing Borders
I just noticed that my Black Pearl Theme isn't working like everyone elses. It seems the exterior border dissapeared.

Mods installed:
http://www.phpbb.com/customise/db/mod/donations/
http://www.phpbb.com/community/viewtopic.php?f=70&t=685225
http://www.phpbb.com/customise/db/mod/application_form/

My Site: http://elderwarriors.com/pieman/phpBB3/

When it should be like this: http://demo.phpbb3styles.net/Black+Pearl


Has anyone ever encountered this problem? If so, could you help me out? Thank in advance.


Joshua203 [ Wed 30 Jun, 2010 20:06 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
Hi Pieman,

Welcome to the site, I've moved your post to phpbb support because that is what you are using, not icyphoenix

I will try to see if i can help alitlle later tonight or maybe someone else will beat me to it ..we ll see



EDIT:

I think you have:
Code: [Hide] [Select]
</table>
</table>

probably at the bottom of menu_block.html

try removing one of them

you also have a chat mod and an arcade mod installed btw


Pieman [ Thu 01 Jul, 2010 00:41 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
Joshua203 wrote: [View Post]
Hi Pieman,

Welcome to the site, I've moved your post to phpbb support because that is what you are using, not icyphoenix

I will try to see if i can help alitlle later tonight or maybe someone else will beat me to it ..we ll see



EDIT:

I think you have:
Code: [Hide] [Select]
</table>
</table>

probably at the bottom of menu_block.html



try removing one of them

you also have a chat mod and an arcade mod installed btw



Oh sorry, forgot to mention those two. I'll try your suggestion.

EDIT: There was an extra [/table]. It fixed it. Thanks for the help!


Joshua203 [ Thu 01 Jul, 2010 00:47 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
you re welcome, enjoy black pearl


Pieman [ Thu 01 Jul, 2010 05:32 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
I was also encountering one more problem. Some of my users can see the PM, E-mail, etc. buttons at the bottom of the posts, but some can't. Even members with the same perms have the problems, but I can see it just fine. Is there a fix?

Lastly, I was wondering if it is possible to add icons such as PM, Email or xfire under the avatar of the user in there posts with the Black Pearl theme. Sorry for all the questions :D. Thanks in advance.


Joshua203 [ Thu 01 Jul, 2010 19:22 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
Pieman wrote: [View Post]
I was also encountering one more problem. Some of my users can see the PM, E-mail, etc. buttons at the bottom of the posts, but some can't. Even members with the same perms have the problems, but I can see it just fine. Is there a fix?


give them glasses? .... naaaah i m kidding, this sounds verry weird to me, my first guess was permissions but you allready covered that

i ll have to think more about this or maybe someone else has an idea, meantime can you give this question it's own thread?

Pieman wrote: [View Post]
Lastly, I was wondering if it is possible to add icons such as PM, Email or xfire under the avatar of the user in there posts with the Black Pearl theme.


yes this should be possible and i m sure i ve answered something verry much alike on this forum, i tried searching but i m having a verry bad day, can you do a search yourself?
Let me know if you ve found it, if not i ll look into it again for you

Edit: i m refering to something about moving the www, pm and profile button to the leftbottom (the author box) if i remember correctly, i hope this helps the search


Pieman [ Thu 01 Jul, 2010 20:17 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
Joshua203 wrote: [View Post]
Pieman wrote: [View Post]
I was also encountering one more problem. Some of my users can see the PM, E-mail, etc. buttons at the bottom of the posts, but some can't. Even members with the same perms have the problems, but I can see it just fine. Is there a fix?


give them glasses? .... naaaah i m kidding, this sounds verry weird to me, my first guess was permissions but you allready covered that

i ll have to think more about this or maybe someone else has an idea, meantime can you give this question it's own thread?

Pieman wrote: [View Post]
Lastly, I was wondering if it is possible to add icons such as PM, Email or xfire under the avatar of the user in there posts with the Black Pearl theme.


yes this should be possible and i m sure i ve answered something verry much alike on this forum, i tried searching but i m having a verry bad day, can you do a search yourself?
Let me know if you ve found it, if not i ll look into it again for you

Edit: i m refering to something about moving the www, pm and profile button to the leftbottom (the author box) if i remember correctly, i hope this helps the search

Ok, i found the topic about the buttons on the left.

TOPIC: http://www.icyphoenix.com/viewtopic.php?f=32&t=6641

What I am trying to get in that box is the Karma Mod.

MOD: http://www.phpbb.com/community/viewtopic.php?f=70&t=559069

I've tried this:

Code: [Hide]
  1. <!-- [+] Karma MOD --> 
  2. <!-- IF postrow.S_KARMA_ENABLED --> 
  3. <!-- IF postrow.U_KARMA_COMMENTS --> 
  4. <center><br /><a href="{postrow.U_KARMA_COMMENTS}"><b>{L_KARMA}:</b> {postrow.KARMA}</a><br /></center> 
  5. <!-- ELSE --> 
  6. <center><br /><b>{L_KARMA}:</b> {postrow.KARMA}<br /></center> 
  7. <!-- ENDIF --> 
  8. <!-- IF postrow.U_KARMA_INCREASE --> <a href="{postrow.U_KARMA_INCREASE}">{postrow.KARMA_INCREASE_IMG}</a><!-- ENDIF --> 
  9. <!-- IF postrow.U_KARMA_DECREASE --> <a href="{postrow.U_KARMA_DECREASE}">{postrow.KARMA_DECREASE_IMG}</a><!-- ENDIF --> 
  10. <!-- ENDIF --> 
  11. <!-- [-] Karma MOD --> 
  12.  


But it just shows a blank line.


EDIT: Just got it working :D. I just couldn't see it because you can't Karma yourself lol.


Joshua203 [ Thu 01 Jul, 2010 23:32 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
Quote:
Files to edit
adm/style/acp_users_overview.html,
adm/style/acp_users_prefs.html,
includes/acp/acp_main.php,
includes/acp/acp_modules.php,
includes/acp/acp_styles.php,
includes/acp/acp_users.php,
includes/functions_module.php,
includes/session.php,
styles/prosilver/imageset/imageset.cfg,
styles/prosilver/template/index_body.html,
styles/prosilver/template/jumpbox.html,
styles/prosilver/template/memberlist_view.html,
styles/prosilver/template/viewtopic_body.html,
styles/prosilver/theme/stylesheet.css,
common.php,
faq.php,
index.php,
memberlist.php,
search.php,
viewtopic.php

Included files
root/adm/style/acp_karma.html,
root/adm/style/acp_karma_users.html,
root/includes/mods/acp/acp_karma.php,
root/includes/mods/acp/info/acp_karma.php,
root/includes/mods/functions_karma.php,
root/includes/mods/ucp/info/ucp_karma.php,
root/includes/mods/ucp/ucp_karma.php,
root/install_karma/index.php,
root/install_karma/install_install.php,
root/install_karma/install_main.php,
root/install_karma/install_update.php,
root/install_karma/schemas/firebird_schema.sql,
root/install_karma/schemas/index.htm,
root/install_karma/schemas/mssql_schema.sql,
root/install_karma/schemas/mysql_40_schema.sql,
root/install_karma/schemas/mysql_41_schema.sql,
root/install_karma/schemas/oracle_schema.sql,
root/install_karma/schemas/postgres_schema.sql,
root/install_karma/schemas/schema_data.sql,
root/install_karma/schemas/sqlite_schema.sql,
root/karma.php,
root/language/en/email/karma_notify_decrease_anonym_powered.txt,
root/language/en/email/karma_notify_decrease_anonym.txt,
root/language/en/email/karma_notify_decrease_powered.txt,
root/language/en/email/karma_notify_decrease.txt,
root/language/en/email/karma_notify_increase_anonym_powered.txt,
root/language/en/email/karma_notify_increase_anonym.txt,
root/language/en/email/karma_notify_increase_powered.txt,
root/language/en/email/karma_notify_increase.txt,
root/language/en/mods/karma.php,
root/language/en/mods/karma_faq.php,
root/styles/prosilver/imageset/icon_karma_decrease.gif,
root/styles/prosilver/imageset/icon_karma_increase.gif,
root/styles/prosilver/template/karma_body.html,
root/styles/prosilver/template/karma_ucp.html,
root/styles/prosilver/template/karma_view.html,
root/styles/prosilver/theme/karma.css

Additional MODX files
en Template: subSilver2
en Template: subSilverPlus
en Language: Spanish
en Contrib: Upgrade from ’Karma System and Profile Comments MOD 1.0.Beta2’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.0b2’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.0b3’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.0’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.1’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.2’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.3’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.4’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.0.5’ to ’Karma MOD 1.1.0’
en Contrib: Upgrade from ’Karma MOD 1.1.0’ to ’Karma MOD 1.1.1’
en Contrib: Upgrade from ’Karma MOD 1.1.1’ to ’Karma MOD 1.1.2’
en Contrib: Upgrade from ’Karma MOD 1.1.2’ to ’Karma MOD 1.1.3’
en Contrib: Upgrade from ’Karma MOD 1.1.3’ to ’Karma MOD 1.1.4’
en Contrib: Upgrade from ’Karma MOD 1.1.4’ to ’Karma MOD 1.2.0’
en Contrib: Upgrade from ’Karma MOD 1.2.0’ to ’Karma MOD 1.2.1’
en Contrib: Upgrade from ’Karma MOD 1.2.1’ to ’Karma MOD 1.2.2’

I hope you can understand i can not give support on this, you ld have to follow the install xml steps and maybe ask for help in the mod author's thread

EDIT: you ve posted while i was posting the above, i m glad i misunderstood what you did exactly ... congrats


Pieman [ Fri 02 Jul, 2010 19:30 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
Ok, I just got everything that I wanted on the left side of the posts. Only problem I am having now is that I'm trying to center everything, but only some of it centers, and the rest doesn't. I've tried using align="center" and the <center> tags. When I see my posts everything is centered, when I look at other peoples post their info is not centered.


Joshua203 [ Fri 02 Jul, 2010 20:01 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
i m not sure i get what you mean, i ve viewed a thread with two posters (incl. you), i've tried both explorer and firefox ...i see everything centered in the author's boxes


Pieman [ Fri 02 Jul, 2010 20:52 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
Pieman wrote: [View Post]
Ok, I just got everything that I wanted on the left side of the posts. Only problem I am having now is that I'm trying to center everything, but only some of it centers, and the rest doesn't. I've tried using align="center" and the <center> tags. When I see my posts everything is centered, when I look at other peoples post their info is not centered.


Weird. Only offline members are slightly pushed to the left. Seems that the rank, online status, and avatar are linked together, so they just center up with each other.


Joshua203 [ Fri 02 Jul, 2010 21:16 ]
Post subject: Re: [HELP] Black Pearl Theme : Missing Borders
i see now what you mean yeah, this happens in firefox and the like, i think your big avatar is pushing the box to grow wider (you just happen to be online when you view lol) and the other poster gets a same sized box but his avatar is less width

i ld try using the center tags differently and see what happens or look at the avatar size limits




Powered by Icy Phoenix