Reply to topic  [ 464 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 31  Next
Ideas Ideas Ideas 
Author Message
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:36 pm
Posts: 5150
Location: /dev/tty0
Reply with quote
cloaked_wolf wrote:
How about a forumites pics section in the photography section?

The idea being if you've taken some photos you want to post up, you have your own thread in a members section of the photography subforum? Does that make sense?


So one would have a thread and it would act like an album for them to show off pics to other forumites and allow others to comment etc?


Sat Apr 25, 2009 5:26 pm
Profile WWW
Occasionally has a life
User avatar

Joined: Thu Apr 23, 2009 9:05 pm
Posts: 277
Location: In the studio
Reply with quote
forquare1 wrote:
cloaked_wolf wrote:
How about a forumites pics section in the photography section?

The idea being if you've taken some photos you want to post up, you have your own thread in a members section of the photography subforum? Does that make sense?


So one would have a thread and it would act like an album for them to show off pics to other forumites and allow others to comment etc?


You mean "the Random Photo thread" that we had in the old meeting place that nobody other than one or two photographically inclined forumites paid any attention to?

_________________
ProfessorF wrote:
Like so many times before and feeling a bead of sweat form on his sun-beaten brow, the dog launched himself upwards, jaws open, full of expectation edged with uncertainty, to retrieve the flying disc from it's azimuth; no dog had done this before.


Sat Apr 25, 2009 6:29 pm
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 8:46 pm
Posts: 10022
Reply with quote
forquare1 wrote:
So one would have a thread and it would act like an album for them to show off pics to other forumites and allow others to comment etc?

Yes. So you could have Forquare's Thread filled with pics you've taken but more importantly, camera settings, scene etc - everything required in order for someone else to take comparable pics.

Electric_Wizard wrote:
You mean "the Random Photo thread" that we had in the old meeting place that nobody other than one or two photographically inclined forumites paid any attention to?

I hardly looked at the random photo thread. Why? Because it would quickly run to xx no of pages. Having forumite-dedicated threads would (hopefully) keep them shorter.

_________________
Image
He fights for the users.


Sat Apr 25, 2009 6:42 pm
Profile
Occasionally has a life
User avatar

Joined: Thu Apr 23, 2009 9:05 pm
Posts: 277
Location: In the studio
Reply with quote
Ah, I see what you're saying. A thread for each forumite who is that way inclined. No reason why not, and of course it would make sense to stick them in the photography board.

_________________
ProfessorF wrote:
Like so many times before and feeling a bead of sweat form on his sun-beaten brow, the dog launched himself upwards, jaws open, full of expectation edged with uncertainty, to retrieve the flying disc from it's azimuth; no dog had done this before.


Sat Apr 25, 2009 6:44 pm
Profile
Doesn't have much of a life

Joined: Thu Apr 23, 2009 6:54 pm
Posts: 572
Reply with quote
There a gallery MOD where you have your own album, and you can then embed the pictures.

Link, as always, to follow. ;)


Sat Apr 25, 2009 6:45 pm
Profile
Moderator
User avatar

Joined: Thu Apr 23, 2009 6:11 pm
Posts: 12143
Location: Belfast
Reply with quote
How can we get our clickies to automatically open in a new window?

Mark

_________________
okenobi wrote:
All I know so far is that Mark, Jimmy Olsen and Peter Parker use Nikon and everybody else seems to use Canon.
ShockWaffle wrote:
Well you obviously. You're a one man vortex of despair.


Sat Apr 25, 2009 7:00 pm
Profile WWW
Spends far too much time on here
User avatar

Joined: Thu Apr 23, 2009 8:57 pm
Posts: 2220
Location: Here for now...
Reply with quote
timark_uk wrote:
How can we get our clickies to automatically open in a new window?

Mark


We're working on it! :)

_________________
ProfessorF wrote:
(The author of this post assumes no responsibility for any jail time served by anyone making use of this suggestion.)


Sat Apr 25, 2009 7:02 pm
Profile WWW
Moderator
User avatar

Joined: Thu Apr 23, 2009 6:11 pm
Posts: 12143
Location: Belfast
Reply with quote
Blue_Nowhere wrote:
timark_uk wrote:
How can we get our clickies to automatically open in a new window?
We're working on it! :)
Thank you. (8+)

Mark

_________________
okenobi wrote:
All I know so far is that Mark, Jimmy Olsen and Peter Parker use Nikon and everybody else seems to use Canon.
ShockWaffle wrote:
Well you obviously. You're a one man vortex of despair.


Sat Apr 25, 2009 7:08 pm
Profile WWW
Spends far too much time on here

Joined: Thu Apr 23, 2009 6:12 pm
Posts: 2020
Location: Mute City
Reply with quote
Blue_Nowhere wrote:
timark_uk wrote:
How can we get our clickies to automatically open in a new window?

Mark


We're working on it! :)


YAAAAAAAAAAAYYY!!!!!!!!! :D


Sat Apr 25, 2009 8:56 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:58 pm
Posts: 8767
Location: behind the sofa
Reply with quote
timark_uk wrote:
How can we get our clickies to automatically open in a new window?

Mark


LOL

That must be the 100th time someone's asked. I've said it twice alweady :lol:

1. On a PC, middle-click.
2. On a Mac, Command-click
3. When posting a link, use the correct HTML... edit, D'oh! That doesn't work because HTML is disabled :evil:
4. Wait for the guy to fix it :lol:

_________________
jonbwfc's law: "In any forum thread someone will, no matter what the subject, mention Firefly."

When you're feeling too silly for x404, youRwired.net


Sun Apr 26, 2009 4:03 am
Profile WWW
Doesn't have much of a life

Joined: Thu Apr 23, 2009 6:54 pm
Posts: 572
Reply with quote
Righto:

OPEN includes/functions_content.php
FIND:
Code:
 $html    = "$whitespace<!-- $tag --><a$class href=\"$url\">$text</a><!-- $tag -->$append";


REPLACE WITH:
Code:
    if ($type == MAGIC_URL_EMAIL)
    {
        $html    = "$whitespace<!-- $tag --><a$class href=\"$url\">$text</a><!-- $tag -->$append";   
    }
    else
    {
        $html    = "$whitespace<!-- $tag --><a$class href=\"$url\" onclick=\"window.open(this.href);return false;\">$text</a><!-- $tag -->$append";
    }


OPEN styles/prosilver/template/bbcode.html
FIND:
Code:
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->


REPLACE WITH:
Code:
<!-- BEGIN url --><a href="{URL}" onclick="window.open(this.href);return false;" class="postlink">{DESCRIPTION}</a><!-- END url -->


OPEN includes/functions.php
FIND:
Code:
      case 'bbcode_htm':
         return array(
            '#<!\-\- e \-\-><a href="mailto:(.*?)">.*?</a><!\-\- e \-\->#',
            '#<!\-\- l \-\-><a (?:class="[\w-]+" )?href="(.*?)(?:(&amp;|\?)sid=[0-9a-f]{32})?">.*?</a><!\-\- l \-\->#',
            '#<!\-\- ([mw]) \-\-><a (?:class="[\w-]+" )?href="(.*?)">.*?</a><!\-\- \1 \-\->#',
            '#<!\-\- s(.*?) \-\-><img src="\{SMILIES_PATH\}\/.*? \/><!\-\- s\1 \-\->#',
            '#<!\-\- .*? \-\->#s',
            '#<.*?>#s',
         );


REPLACE WITH:
Code:
      case 'bbcode_htm':
         return array(
            '#<!\-\- e \-\-><a href="mailto:(.*?)">.*?</a><!\-\- e \-\->#',
            '#<!\-\- l \-\-><a (?:class="[\w-]+" )?href="(.*?)(?:(&amp;|\?)sid=[0-9a-f]{32})?" onclick="window\.open\(this\.href\);return false;">.*?</a><!\-\- l \-\->#',
            '#<!\-\- ([mw]) \-\-><a (?:class="[\w-]+" )?href="(.*?)" onclick="window\.open\(this\.href\);return false;">.*?</a><!\-\- \1 \-\->#',
            '#<!\-\- s(.*?) \-\-><img src="\{SMILIES_PATH\}\/.*? \/><!\-\- s\1 \-\->#',
            '#<!\-\- .*? \-\->#s',
            '#<.*?>#s',
         );


It won't change existing posts because they've already been processed into HTML but will change all new posts from date of change.

Don't know if you had already found this code change or not.


Sun Apr 26, 2009 7:14 am
Profile
Spends far too much time on here
User avatar

Joined: Thu Apr 23, 2009 8:57 pm
Posts: 2220
Location: Here for now...
Reply with quote
themcman1 wrote:
Don't know if you had already found this code change or not.


We had, but thank you for going to the trouble of finding it, it's just a case of slowly making the changes without breaking anything.

We're trying to keep downtime to a minimum here, and make changes that don't bugger things up for the users, I know this concept is probably a bit alien for those of you used to CPC, but give it a chance. ;)

_________________
ProfessorF wrote:
(The author of this post assumes no responsibility for any jail time served by anyone making use of this suggestion.)


Sun Apr 26, 2009 8:19 am
Profile WWW
Doesn't have much of a life

Joined: Thu Apr 23, 2009 6:54 pm
Posts: 572
Reply with quote
Meh, whats a week or so here or there. :lol:


Sun Apr 26, 2009 8:21 am
Profile
Moderator

Joined: Thu Apr 23, 2009 6:13 pm
Posts: 7262
Location: Here, but not all there.
Reply with quote
Okay, so now if anyone wants their profile info on the left, go to your user control panel and choose subsilver2.

I've got that one right now, and it's much more like the old place - not that I didn't like the new default look.

Actually, most of the choices have the profiles on the left. Only most currently don't seem to include your post edit options. Ah well, back to prosilver for a while longer. :D

_________________
My Flickr | Snaptophobic Bloggage
Heather Kay: modelling details that matter.
"Let my windows be open to receive new ideas but let me also be strong enough not to be blown away by them." - Mahatma Gandhi.


Sun Apr 26, 2009 8:24 am
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 7:35 pm
Posts: 6580
Location: Getting there
Reply with quote
I tried the subsilver one but foun it all very monochrome.

In the end I went for 4poziom. Profiles on the left again now :D

_________________
Oliver Foggin - iPhone Dev

JJW009 wrote:
The count will go up until they stop counting. That's the way counting works.


Doodle Sub!
Game Of Life

Image Image


Sun Apr 26, 2009 9:51 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 464 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 31  Next

Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.