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.

How to merge the "topic icons" with the "icons for topic" and modifying profile box

4 posters

Go down

Solved How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 16th 2011, 19:11

I want to remove this column and make it like the forumotion one.
How to merge the "topic icons" with the "icons for topic" and modifying profile box 920934-116201165940pm
needed change like this one
How to merge the "topic icons" with the "icons for topic" and modifying profile box 237579-116201170307pm

And i am going to change my theme in few days in that
How to merge the "topic icons" with the "icons for topic" and modifying profile box 485162-116201170621pm
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
How to merge the "topic icons" with the "icons for topic" and modifying profile box 110865-116201171801pm


Last edited by Virtual killer on January 16th 2011, 19:19; edited 2 times in total
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by MrMario January 16th 2011, 19:13

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
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
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 16th 2011, 19:21

MrMario 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 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
Got your point thanks for informing
BTW i have changed the title now
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Maki1 January 16th 2011, 20:16

phpBB3 have it that way just like here at ForuMotion. Very Happy
Maki1
Maki1
Hyperactive

Male 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!

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 17th 2011, 05:06

Could this be done in phpBB2
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by viankova January 18th 2011, 17:20

How this can be done in phpBB2? Can someone tell me?


EDIT. My site is on phpBB2 not 3. My error
viankova
viankova
Forumember

Female Posts : 138
Reputation : 0
Language : Sumen

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Maki1 January 18th 2011, 17:55

I don't think this can be done with BB2
Maki1
Maki1
Hyperactive

Male 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!

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 19th 2011, 04:47

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
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 21st 2011, 05:29

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
How to merge the "topic icons" with the "icons for topic" and modifying profile box 929737-121201154105am
Whats the keyword for moving it up is it margin-top or margin-bottom
<div style="position:absolute !important;margin-left: -30px;">
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Guest January 21st 2011, 14:31

Code:
margin-top: -15px;
avatar
Guest
Guest


Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 21st 2011, 14:50


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
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Guest January 21st 2011, 14:55

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}

2. forum link
avatar
Guest
Guest


Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 21st 2011, 15:45

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}
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:
2. forum link
http://vk-clan.nstars.org/
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 23rd 2011, 06:31

Somehow managed to do the others but still i am lagging to increase the size of the page number How to merge the "topic icons" with the "icons for topic" and modifying profile box 110865-116201171801pm
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 25th 2011, 03:37

BUMP
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Guest January 25th 2011, 14:18

ACP - Display - Templates - General - topics_list_box:
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 -->
avatar
Guest
Guest


Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by Virtual killer January 25th 2011, 18:55

Thanks it worked
You can mark it as solved and lock it :wouhou:
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: How to merge the "topic icons" with the "icons for topic" and modifying profile box

Post by MrMario January 25th 2011, 20:50

Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top


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