How to merge the "topic icons" with the "icons for topic" and modifying profile box
4 posters
Page 1 of 1
How to merge the "topic icons" with the "icons for topic" and modifying profile box
I want to remove this column and make it like the forumotion one.

needed change like this one

And i am going to change my theme in few days in that

In this theme i want to move those pm, mail and such icons to the profile box which i have mentioned in the picture and the rank needs to be moved down just below the profile picture.
Edit: i need to increase the size of this too


needed change like this one

And i am going to change my theme in few days in that

In this theme i want to move those pm, mail and such icons to the profile box which i have mentioned in the picture and the rank needs to be moved down just below the profile picture.
Edit: i need to increase the size of this too

Last edited by Virtual killer on Sun 16 Jan - 19:19; edited 2 times in total
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Hi, your title being non explicit and therefore not facilitating research via the search option, I'm not answering (nor is any other member) until you change your title for an explicit one, related to your problem
Why we ask for explicit titles
Why we ask for explicit titles
The forum's search engine bases its research on keywords found in topic titles.
When you do a research, do you use "help", "urgent", "problem", "SOS" or "question" as keywords to look for topics about your problem/question?
Certainly not! So this is why it is important to use titles related to your problem/question. Doing this makes the researches much easier for visitors who use the search engine to get an answer to their question.
Thanks for your understanding.
Cordially
Forumotion Staff
MrMario- Helper
-
Posts : 22186
Reputation : 1839
Language : test
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Got your point thanks for informingMrMario wrote: Hi, your title being non explicit and therefore not facilitating research via the search option, I'm not answering (nor is any other member) until you change your title for an explicit one, related to your problem
Why we ask for explicit titlesThe forum's search engine bases its research on keywords found in topic titles.
When you do a research, do you use "help", "urgent", "problem", "SOS" or "question" as keywords to look for topics about your problem/question?
Certainly not! So this is why it is important to use titles related to your problem/question. Doing this makes the researches much easier for visitors who use the search engine to get an answer to their question.
Thanks for your understanding.
Cordially
Forumotion Staff
BTW i have changed the title now
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
phpBB3 have it that way just like here at ForuMotion.

Maki1- Hyperactive
-
Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Could this be done in phpBB2
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
How this can be done in phpBB2? Can someone tell me?
EDIT. My site is on phpBB2 not 3. My error
EDIT. My site is on phpBB2 not 3. My error
viankova- Forumember
-
Posts : 138
Reputation : 0
Language : Sumen
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
I don't think this can be done with BB2
Maki1- Hyperactive
-
Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Might any forumotion staff reply over here i want to remove that column just like the tutorial given in this topic https://help.forumotion.com/t81777-tuesday-tip-deleting-columns-topics-and-messages so i suspect that this can be done.
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Thanks for that topic Gangster
BTW what about the profile box and the page number i have mentioned above!!!
Edit:
How to lift these a bit upwards

Whats the keyword for moving it up is it margin-top or margin-bottom
<div style="position:absolute !important;margin-left: -30px;">
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
- Code:
margin-top: -15px;
Guest- Guest
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Thx that worked Gangster
Gangstar15 wrote:
- Code:
margin-top: -15px;
Virtual killer wrote:
BTW what about the profile box and the page number i have mentioned above!!!
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
1. Viewtopic_body:
Remove:
2. forum link
Remove:
- Code:
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
2. forum link
Guest- Guest
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
After removing i have to add them to the profile box and move the rank below the profile pic and how to do that?Gangstar15 wrote:1. Viewtopic_body:
Remove:
- Code:
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
http://vk-clan.nstars.org/Gangstar15 wrote:
2. forum link
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Somehow managed to do the others but still i am lagging to increase the size of the page number 

Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
ACP - Display - Templates - General - topics_list_box:
Replace:
With:
Replace:
- Code:
<!-- BEGIN pagination -->
<tr>
<td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
</tr>
<!-- END pagination -->
With:
- Code:
<!-- BEGIN pagination -->
<tr>
<td class="row1" colspan="7" align="right"><span class="gensmall" style="font-size:14px;">{PAGINATION}</span></td>
</tr>
<!-- END pagination -->
Guest- Guest
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Thanks it worked
You can mark it as solved and lock it
You can mark it as solved and lock it

Virtual killer- Forumember
-
Posts : 65
Reputation : 0
Language : english
Location : India
Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box
Solved => Locked
MrMario- Helper
-
Posts : 22186
Reputation : 1839
Language : test

» How can i merge Topic icons in phpBB2
» Topic Page : Remove Icons & Link to Profile, PM, Email Etc
» [Problem]: I have problems with modifying profile fields!
» Modifying required registration and profile info??
» Merge, move, split icons
» Topic Page : Remove Icons & Link to Profile, PM, Email Etc
» [Problem]: I have problems with modifying profile fields!
» Modifying required registration and profile info??
» Merge, move, split icons
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum