Jump to content


* * * * - 4 votes

(FSY23) Tutorials v2.1


  • Please log in to reply
844 replies to this topic

#801 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 12 April 2009 - 02:12 PM

You should be able to put whatever you could put into a regular post.  You'd probably have to upload the movie somewhere then use HTML code to post it in the tutorial, but I have never posted a QuickTime movie to be able to explain how to do that.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#802 Tom

Tom

    Posting God

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 1,541 posts
  • IPB Version:v2.3.x

Posted 03 May 2009 - 08:52 AM

Hello Michael, hi all,

could you please tell me which line i have to edit to achieve list stile appeareance of the subcat's?

The related template is main_page

<div class="subcats">{$cat['desc']}[b]{$cat['subs']}[/b]</div>

I've searched in components_public > tutorials.php but wasnt able to find the html code which I'd like to tweak.

Any help would be much appreciated

#803 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 04 May 2009 - 03:22 AM

Try this.  Open sources/lib/func_tutorials.php.  Find:
			$return = "<br />".$this->ipsclass->lang['sub_categories'].": ".implode( ', ', $cats );
Change to:
			$return = "<br /><ul><li>".$this->ipsclass->lang['sub_categories'].": ".implode( '</li><li>', $cats )."</li></ul>";
Save and upload.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#804 Tom

Tom

    Posting God

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 1,541 posts
  • IPB Version:v2.3.x

Posted 04 May 2009 - 09:13 AM

Great! Thank you very much Michael!

I've tweaked the code a lilttle bit, to separate the links from the label 'subcats'.

$return = "<br />".$this->ipsclass->lang['sub_categories'].": <br /><ul><li>".implode( '</li><li>', $cats )."</li></ul>";

Cheers

#805 RichardC

RichardC

    ^^ They think you are odd

  • IM Supporters
  • PipPipPipPipPipPipPipPip
  • 1,028 posts
  • Location:United Kingdom
  • Real Name:Richard
  • IPB Version:v2.3.x
Contributor

Posted 04 May 2009 - 12:04 PM

View PostTom, on May 4 2009, 10:13 AM, said:

Great! Thank you very much Michael!

I've tweaked the code a lilttle bit, to separate the links from the label 'subcats'.

$return = "<br />".$this->ipsclass->lang['sub_categories'].": <br /><ul><li>".implode( '</li><li>', $cats )."</li></ul>";

Cheers

Tom, Im interested in this also, can you post a screen shot of your result, so I can see what it does exactly, cheers

Rich

#806 Tom

Tom

    Posting God

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 1,541 posts
  • IPB Version:v2.3.x

Posted 04 May 2009 - 12:21 PM

Sure: click

#807 RichardC

RichardC

    ^^ They think you are odd

  • IM Supporters
  • PipPipPipPipPipPipPipPip
  • 1,028 posts
  • Location:United Kingdom
  • Real Name:Richard
  • IPB Version:v2.3.x
Contributor

Posted 04 May 2009 - 12:25 PM

aha, thanks Tom, nice result there

#808 Tom

Tom

    Posting God

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 1,541 posts
  • IPB Version:v2.3.x

Posted 04 May 2009 - 12:49 PM

It needs to be a bit improved - i guess, a few small design changes will give a nice result.
I like the list style more than the line especially with low screen solution it looks much better and navigation is also a bit easier.


@Michael -
in the Jum-to-Category Drop Down it seems that in one path hierarchy a '-' is missing. Could this be?

I have
Parent Cat
-- 1st Path
---- 2nd Path
---- 3rd Path (should be ------)
------- 4 th Path


And at last it would be great if you could tell me, where's the proper place is to tweak the items which are listed in the menu-box.
I'd like to chance the appereance of the list 'new Articles', 'random articles' etc.

Tia

#809 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 04 May 2009 - 01:16 PM

The thing with the dropdowns is a bug, I'll have to look into that.

The general area where those links show up is in the page_top skin template.  I'm getting to the point where I'm not going to be answering questions anymore when they are related to you guys wanting to tweak the crap out of this mod.  As I stated in the terms you agreed to when you purchased this, these mods are sold as-is, meaning I support them for how they are built to work.  Any extra stuff you want to do is up to you, it's not something I should be continually asked to look into the code to check on.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#810 Tom

Tom

    Posting God

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 1,541 posts
  • IPB Version:v2.3.x

Posted 04 May 2009 - 02:35 PM

ok, understood. Sorry in case i've bothered you with my question. It wasn't my intention to do this.

#811 Jboy

Jboy

    Member

  • IM Supporters
  • PipPipPip
  • 20 posts
  • IPB Version:v3.0.x

Posted 05 May 2009 - 09:54 AM

Michael,

This mod really is awesome, thankyou for putting the hard work into it. I do have one question, are you converting this to run on the new IP3 when its available?

Many thanks

J

#812 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 05 May 2009 - 12:41 PM

Yes, it will be.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#813 AshCool

AshCool

    Advanced Member

  • Members
  • PipPipPipPip
  • 79 posts
  • Location:UK
  • IPB Version:v2.3.x

Posted 05 May 2009 - 06:53 PM

Rip off?

#814 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 05 May 2009 - 07:04 PM

What?
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#815 Adriano Faria

Adriano Faria

    ...a curious guy...

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 3,268 posts
  • Location:Brazil
  • Real Name:Adriano
  • IPB Version:v3.3.x
Contributor

Posted 06 May 2009 - 02:10 AM

Michael, how can I unapprove a tutorial, after he is approved ?

Just set a_approved = 0 on SQL Toolbox but members still can access the tutorial.

#816 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 06 May 2009 - 02:14 AM

Yes, looking at the code, that's probably a bug.  There's no check when viewing an article to make sure it has been approved.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#817 Adriano Faria

Adriano Faria

    ...a curious guy...

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 3,268 posts
  • Location:Brazil
  • Real Name:Adriano
  • IPB Version:v3.3.x
Contributor

Posted 06 May 2009 - 02:16 AM

HUm... is there a possible fix do this bug ? It's important on my case.

I think just an IF on that column + groups that can approve.

#818 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 06 May 2009 - 12:31 PM

It will be fixed in the 3.0 version.  If you absolutely need a fix for this right now, look at the code, it should not be that hard for you to figure it out.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#819 Adriano Faria

Adriano Faria

    ...a curious guy...

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 3,268 posts
  • Location:Brazil
  • Real Name:Adriano
  • IPB Version:v3.3.x
Contributor

Posted 06 May 2009 - 12:59 PM

No. I just didn't want to edit something there without your permission! Tks.

#820 WCSG

WCSG

    Member

  • IM Supporters
  • PipPipPip
  • 46 posts
  • Location:San Diego
  • Real Name:Erik
  • IPB Version:v3.0.x

Posted 11 May 2009 - 02:28 AM

Help, I have to update a tutorial with new info.

But when I arrive to the tutorial articles now I cannot edit them, the rating pulld own and options menu look different too.  I can pull down the rating menu partially but the "options" menu does not pull down now.  Permissions are correct, don't know what may have happened.

Anyone run into this?

Pic of how the menu looks now

Attached Files






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users