News:

Create A Forum Installed

Author Topic: A couple questions.  (Read 1331 times)

0 Members and 3 Guests are viewing this topic.

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
A couple questions.
« on: July 30, 2011, 11:24:01 pm »
I have a few questions and it would be great if you would help me out.
 
1 - How do I get it so that when someone posts an image it isn't so large on the screen. (Here is what I'm talking about: http://photography.createaforum.com/critique/general-photography/  You can see that the image is too large.)
 
2 - Can I get it so that when someone comments on a photograph in the Gallery their avatar doesn't show up. We feel that it takes up too much space on the page. If you can, how?
 
3 - Also how can I get it so that there is a "Recent Post" thing like on here?
 
Thats all I have for now. I'll update if I get another one.
« Last Edit: July 30, 2011, 11:28:00 pm by Flybird »

Share on Facebook Share on Twitter


Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: A couple questions.
« Reply #1 on: July 31, 2011, 05:44:30 pm »
1) http://photography.createaforum.com/index.php?action=admin;area=featuresettings;sa=layout;
2) I don't think that's possible
3) What CreateAForum said
« Last Edit: August 01, 2011, 01:23:17 am by xboi209 »
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: A couple questions.
« Reply #2 on: July 31, 2011, 05:47:34 pm »
3. It is a Theme Setting just setup how many topics you wish to show on board index
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: A couple questions.
« Reply #3 on: August 04, 2011, 12:45:08 am »
Thank you so much.
« Last Edit: August 07, 2011, 09:48:23 pm by Flybird »

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: A couple questions.
« Reply #4 on: August 07, 2011, 09:45:14 pm »
Hey, I have 2 more questions and would really appreciate some help.

1 - I'm trying to get it so that when an Admin/ Mod posts, their name shows in a different color. I did see a guide but I think that it only made the online status have a different colored name. Is this even an option?

2 - Are there any other themes availible other than the few that Simple Sybil (Not sure if spelled correctly, if it is wrong I am sorry)? I have looked through out the forum and haven't found any but are there some anywhere else?


Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: A couple questions.
« Reply #5 on: August 08, 2011, 03:26:12 am »
1.   The only option is setting colors for the names in the online list
2.   No those are the only ones available so far.   Hopefully someone else will create some.

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: A couple questions.
« Reply #6 on: August 08, 2011, 04:30:48 am »
1.   The only option is setting colors for the names in the online list
2.   No those are the only ones available so far.   Hopefully someone else will create some.

Oh, okay. Thanks for the help. :D

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: A couple questions.
« Reply #7 on: August 08, 2011, 11:25:14 pm »
Sorry to bother again, but I have another question. This should be the last for a while.

On my forum, well the forum that I admin on, we just got a new theme, Prince of Darkness, it was posted here by Simply Sibyl, and on the home page (http://photography.createaforum.com/index.php) these annoying grey blocks show up and make some things hard to read. I was wondering where in the CSS I can fix this problem and how.

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: A couple questions.
« Reply #8 on: August 09, 2011, 12:20:21 am »
Hmm its the EzPortal Block getting the background image from the body rule.   
This'll fix it for you:
Go to Admin > Style Manager > Styles
Click "Modify Style" across from the stylesheet
 
Search for:     (use your browsers search function - makes it easier to find things in the css)
Code: [Select]
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td
{
 padding: 0.3em 0.7em;
}

Change it to:
Code: [Select]
tr.approvebg td, tr.highlight2 td
{
 padding: 0.3em 0.7em;
}
tr.windowbg td, tr.windowbg2 td
{
 padding:0.3em 0.7em;
 background: #000;
}
Click Modify Style then refresh your browser.

I cannot update the original thread with the stylesheet in it here due to some wierd bug on this forum so you'lll have to go in and do that edit.
« Last Edit: August 09, 2011, 12:24:12 am by simply sibyl »

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: A couple questions.
« Reply #9 on: August 09, 2011, 08:25:12 pm »
Thanks so much. It worked perfectly. It looks a lot better now that it is gone. Thanks again.

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: A couple questions.
« Reply #10 on: August 15, 2011, 05:10:34 am »
I have another question.

Can I get it so that when someone registers they can put down a user that referred them? And then it counts it so I can keep track of how many referrals that member has?

Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: A couple questions.
« Reply #11 on: August 15, 2011, 10:17:15 pm »
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

Offline Flybird

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: A couple questions.
« Reply #12 on: August 16, 2011, 05:23:06 pm »
Okay, thanks.

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
397 Views
Last post July 16, 2011, 08:21:12 pm
by Seldom Fail
5 Replies
1004 Views
Last post August 28, 2011, 04:53:16 pm
by .: ƒ♥яєνєяωιѕнєѕ :.
4 Replies
522 Views
Last post February 13, 2013, 02:45:56 am
by CreateAForum
3 Replies
554 Views
Last post August 29, 2013, 10:50:49 pm
by Sara50840
19 Replies
252 Views
Last post December 16, 2021, 03:55:54 pm
by wapiza