The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change the placement of the image in the character sheet

5 posters

Go down

In progress Change the placement of the image in the character sheet

Post by Zeta May 16th 2021, 12:33 am

In every phpbb2 forum I've made or worked with the image in the character sheet has been to the left of the character sheet's fields. In every phpbb3 forum I've made or worked with the image is above the fields. How do I move the image to the left of the fields in a phpbb3 forum like it is in a phpbb2 forum?
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Jadster May 16th 2021, 1:06 am

Can you provide a screenshot of what you are referring to so we can help a bit further?
Jadster
Jadster
Helper
Helper

Male Posts : 690
Reputation : 74
Language : English
Location : Omaha, NE

https://ygoduelists.forumotion.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 16th 2021, 6:55 am

Jadster wrote:Can you provide a screenshot of what you are referring to so we can help a bit further?
Sure.
phpbb2 character sheet:
Change the placement of the image in the character sheet Phpbb2-character-sheet-layout
phpbb3 character sheet:
Change the placement of the image in the character sheet Phpbb3-character-sheet-layout
In the phpbb2 characteer sheet the image is to the left of the fields while in the phpbb3 it's above them.
The fields are set to "left" in "Fields Style" for both images, so that's not the problem. Changing them from "left" to "right" doesn't change where the image is at.
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by skouliki May 16th 2021, 8:37 am

hello

go to your templates ..profile...rpg_sheet_edit

find the line
Code:
 <p style="text-align: center;">{POSTER_RANK}<br />{RPG_IMAGE}</p>

replace with
Code:

<p style="text-align: center;">{POSTER_RANK}<br /></p>
 <p style="text-align:left;">{RPG_IMAGE}</p>

save and publish
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 16th 2021, 11:24 am

skouliki wrote:hello

go to your templates ..profile...rpg_sheet_edit

find the line
Code:
 {POSTER_RANK}{RPG_IMAGE}

replace with
Code:

{POSTER_RANK}
 {RPG_IMAGE}

save and publish
It didn't work.
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by skouliki May 16th 2021, 5:56 pm

my codes are different from the codes on your post
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 17th 2021, 4:18 am

skouliki wrote:my codes are different from the codes on your post
I copied the codes from your post directly and tried them. Then I replied by clicking the "quote" button on your post. I'm not sure why quoting you erased part of the code. HTML might be off in my posts, so that's probably it, but it's not in the options below the send button to turn it on so i'll probably have to look somewhere in my preferences to see what the deal is with that.
Still, though, it didn't work when I tried the template change.
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by SLGray May 17th 2021, 5:01 am

Are you publishing the modified template?


Change the placement of the image in the character sheet Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51493
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 17th 2021, 8:09 am

SLGray wrote:Are you publishing the modified template?
Yes. I clicked the green check mark and published the template. the change didn't achieve the desired result. I also tried simply replacing the phpbb3 template with the phpbb2 version of it and that didn't help either. I reverted the template back to the default after each failed attempt.

On a side note, how many help topics can I have open at once? I didn't see anything in the rules about it and I wasn't sure if there was a limit or not. I need help with making the body of the forum widen to fit the content within, namely the Character Sheet and it's fields. I considered asking about that in this post since it's vaguely related but wasn't sure if it was related enough to be included in this topic or unrelated enough to warrant having it's own topic. I also need help with changing the year on the forum, which i know would require another topic. It's been a while, but as far as I recall I've only ever had one active topic here at a time so I don't know if I can have multiple.
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by skouliki May 17th 2021, 8:39 am

no you can not replace templates the elements are different
my codes are working on my test forum ( phpbb3 default templates )

Change the placement of the image in the character sheet Scre1909

is this option set to no

Change the placement of the image in the character sheet Scre1910


can you copy and paste here your rpg_sheet_edit template please

you can open as many threads as you want

if it is related to the character sheet we can answer all your questions here also


skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 17th 2021, 9:33 am

skouliki wrote:no you can not replace templates the elements are different
my codes are working on my test forum ( phpbb3 default templates )

[url=/view/11400206/20817]Change the placement of the image in the character sheet Scre1909[/url]

is this option set to no

[url=/view/11400206/20818]Change the placement of the image in the character sheet Scre1910[/url]


can you copy and paste here your rpg_sheet_edit template please

you can open as many threads as you want

if it is related to the character sheet we can answer all your questions here also


The option is set to "no".
I tried it again. It's still not working.
Here's the template. It's just the default template.
Code:
{L_VIEWING_PROFILE}

   
   
   {POSTER_RANK} {RPG_IMAGE}
   
      
      
         {rpg_fields_left.F_NAME} :
         {rpg_fields_left.F_VALUE_NEW}
      
      
   
   
   
   
      
      
         {rpg_fields.F_NAME} :
         {rpg_fields.F_VALUE_NEW}
      
      
   
   
   


Related to the Character Sheet. I need to know how to make the body of the forum expand to accommodate the fields of the Character Sheet.

EDIT: Ok, problem. It's still removing the HTML from my post. I don't have the option to turn it on under the send button and I told my preferences to always turn HTML on but that doesn't seem to have worked.
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by skouliki May 17th 2021, 11:27 am

Lets deal with the image issue first
I cant see your template correctly
Please go to your profile preferences and turn on the html option as well
then repaste the template

As for your question i really cant help without visiting your forum
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 17th 2021, 11:52 am

skouliki wrote:Lets deal with the image issue first
I cant see your template correctly
Please go to your profile preferences and turn on the html option as well
then repaste the template

As for your question i really cant help without visiting your forum
I edited my post after seeing what happened when it posted to add this.
Zeta wrote:EDIT: Ok, problem. It's still removing the HTML from my post. I don't have the option to turn it on under the send button and I told my preferences to always turn HTML on but that doesn't seem to have worked.
I have "Always allow HTML :" set to "Yes" in my preferences, but next to this reply textbox it says "HTML is OFF". It also says "Smilies are ON" which I have set to be always turned off in my preferences, so I don't think it's taking my preference settings into account. I triple checked to make sure HTML was on and that it wasn't getting turned off when I log out or anything. Upon logging in to reply I checked again and it is most definitely on.
In the "Options" section of the reply screen below Send and "Attach File" there is no option to turn HTML on or off. So, if my preferences are being ignored and there's no other way to enable it I don't know how to fix this HTML-not-showing-up problem. I could put the template code in a pastebin and give you a link to that though? Would that help?
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by skouliki May 17th 2021, 1:45 pm


but next to this reply textbox it says "HTML is OFF"
yes this is what we all have by default so it is ok

have you tried to switch editor mode ? and then paste

can you replace your template with this one but you must be sure that you will paste it ok cause if you loose the HTML part then you can not have the result you want

Code:

<!-- BEGIN switch_menu -->
{UCP_TABS}
<!-- END switch_menu -->

<div class="panel row3">
   <div class="inner">
      <span class="corners-top"><span></span></span>

      <div id="cp-main" class="ucp-main">
         <h1 class="page-title">{L_VIEWING_PROFILE}</h1>
         <div class="panel">
            <div class="inner"><span class="corners-top"><span></span></span>
               <p style="text-align: center;">{POSTER_RANK}<br /></p>
                                  <p style="text-align:left;">{RPG_IMAGE}</p>
            <span class="corners-bottom"><span></span></span></div>
         </div>
         <form action="{U_ADMIN_RPG}" method="post" name="post">
         <h1 class="page-title">{L_AVATAR_PANEL}</h1>
         <div class="panel">
            <div class="inner"><span class="corners-top"><span></span></span>

            <fieldset>
               <dl>
                  <dt><label>{L_UPLOAD_AVATAR_URL}</label></dt>
                  <dd><input type="text" name="avatarurl" value="{AVATAR_URL}" class="inputbox" />
                     <br /><span class="italic">{L_UPLOAD_EXPLAIN}</span>
                  </dd>
               </dl>
               <span style="color:red">{L_AVATAR_ERROR}</span>
            </fieldset>

            <span class="corners-bottom"><span></span></span></div>
         </div>

         <div class="panel panel-left">
            <div class="inner"><span class="corners-top"><span></span></span>
            <fieldset>
            <!-- BEGIN rpg_fields_left -->
            <dl>
               <dt><label>{rpg_fields_left.F_NAME}</label></dt>
               <dd>{rpg_fields_left.F_VALUE_NEW}</dd>
            </dl>
            <!-- END rpg_fields_left -->
            </fieldset>
            <span class="corners-bottom"><span></span></span></div>
         </div>

         <div class="panel panel-right">
            <div class="inner"><span class="corners-top"><span></span></span>
            <!-- BEGIN rpg_fields -->
            <fieldset>
               <dl>
                  <dt><label>{rpg_fields.F_NAME}</label></dt>
                  <dd>{rpg_fields.F_VALUE_NEW}</dd>
               </dl>
            </fieldset>
            <!-- END rpg_fields -->
            <span class="corners-bottom"><span></span></span></div>
         </div>
         <div class="clear"></div>

         <fieldset class="submit-buttons">
            <input type="submit" name="submit" value="{L_VALID}" class="button1" />
            <input class="button2" type="reset" name="reset" value="{L_RESET}" />
            <input type="hidden" name="username" value="{U_ID}" />
            <input type="hidden" name="mode" value="valid" />
         </fieldset>
         </form>
      </div>
      <div class="clear"></div>
      <span class="corners-bottom"><span></span></span>
   </div>
</div>
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 17th 2021, 2:20 pm

skouliki wrote:

but next to this reply textbox it says "HTML is OFF"
yes this is what we all have by default so it is ok

have you tried to switch editor mode ? and then paste

can you replace your template with this one but you must be sure that you will paste it ok cause if you loose the HTML part then you can not have the result you want

Code:


{UCP_TABS}



   
      

      
         {L_VIEWING_PROFILE}
         
            
               {POSTER_RANK}
                                  {RPG_IMAGE}
            
         
         
         {L_AVATAR_PANEL}
         
            

            
               
                  {L_UPLOAD_AVATAR_URL}
                  
                     {L_UPLOAD_EXPLAIN}
                  
               
               {L_AVATAR_ERROR}
            

            
         

         
            
            
            
            
               {rpg_fields_left.F_NAME}
               {rpg_fields_left.F_VALUE_NEW}
            
            
            
            
         

         
            
            
            
               
                  {rpg_fields.F_NAME}
                  {rpg_fields.F_VALUE_NEW}
               
            
            
            
         
         

         
            
            
            
            
         
         
      
      
      
   

ok, so, I figured out why the change wasn't working. You and I are talking about 2 different things. I'm wanting to change the placement of the image in the Character Sheet when looking at the sheet, the "rpg_sheet" template. You were making changes for the "rpg_sheet_edit" template which effects the placement of the image when editing a Character Sheet but not when viewing a Character Sheet. The code you provided, when replacing the "rpg_sheet_edit" template does move the image towards the left, but even then it's still above the fields, not next to them on the left like it would be in a phpbb2 forum.
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Ape May 17th 2021, 3:46 pm

If you are having saving codes problems and using Google Chrome Please try some other kind of browser like Firefox or Edge.

There is a bug now and again with google Chrome when saving things.

This is not our end it is with google it's self


Change the placement of the image in the character sheet Left1212Change the placement of the image in the character sheet Center11Change the placement of the image in the character sheet Right112
Change the placement of the image in the character sheet Ape_b110
Change the placement of the image in the character sheet Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by skouliki May 17th 2021, 3:55 pm

the character sheet when you view it also displays the avatar to the left

Change the placement of the image in the character sheet Scre1913

can you provide a screenshot of how you want your sheet to be cause without the forum URL without the possibility of the HTML and without some kind of a screenshot its really not easy to help yo u
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Ape May 17th 2021, 4:13 pm

If you can't post your forum URL here for some reason you can always PM a staff member with the URL

Without the URL of your forum we CAN'T help you.

You may have codes already installed on your forum we Don't know about and this will make it hard for the team to get the codes right for you.


Change the placement of the image in the character sheet Left1212Change the placement of the image in the character sheet Center11Change the placement of the image in the character sheet Right112
Change the placement of the image in the character sheet Ape_b110
Change the placement of the image in the character sheet Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 17th 2021, 4:46 pm

skouliki wrote:the character sheet when you view it also displays the avatar to the left

[url=/view/11400206/20820]Change the placement of the image in the character sheet Scre1913[/url]

can you provide a screenshot of how you want your sheet to be cause without the forum URL without the possibility of the HTML and without some kind of a screenshot its really not easy to help yo u
Sure. I provided it in an earlier post.
Change the placement of the image in the character sheet Phpbb2-character-sheet-layout
I'd like the Character Sheet to have the image that you add to it where it says "Send the image from an URL:" when editing the sheet to be displayed when viewing the Character Sheet as in the screenshot to the left of the fields with the fields right next to it on the right, starting level with where the top of the image is, with the fields still set to "Left" in the "Fields Style" settings. Just how it is in phpbb2 forums.
I'm really sorry about this HTML issue. I've done everything you've suggested to solve it and HTML is on in my preferences. I have no idea what the problem is or how to fix it. The best I can offer at this point for sharing the HTML is putting the code in a pastebin document and giving a link. I don't think it was a problem before. Did you guys update something at this site since I was here last?
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by skouliki May 17th 2021, 6:38 pm

lets try something else

add this to your css to move the image on the left

Code:

p {
    text-align: left !important;
}

skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Change the placement of the image in the character sheet

Post by Zeta May 18th 2021, 4:16 am

skouliki wrote:lets try something else

add this to your css to move the image on the left

Code:

p {
    text-align: left !important;
}

That moved the image toward the left but it's still above the fields, not next to them.
Zeta
Zeta
Forumember

Posts : 209
Reputation : 2
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum