(FSY23) Tutorials v2.1
Started by Michael, Oct 18 2006 10:58 PM
844 replies to this topic
#801
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#802
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
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
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
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#804
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'.
Cheers
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
Posted 04 May 2009 - 12:04 PM
Tom, 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'.
Cheers
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
~*~
~*~
Quote
95% of all installation errors are from not following the instructions correctly.
Click this link for information on common modification questions and errors
~*~
#807
Posted 04 May 2009 - 12:25 PM
aha, thanks Tom, nice result there
~*~
~*~
Quote
95% of all installation errors are from not following the instructions correctly.
Click this link for information on common modification questions and errors
~*~
#808
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
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
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.
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#810
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
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
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
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#813
Posted 05 May 2009 - 06:53 PM
Rip off?
#814
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#815
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.
Just set a_approved = 0 on SQL Toolbox but members still can access the tutorial.
#816
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#817
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.
I think just an IF on that column + groups that can approve.
#818
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#819
Posted 06 May 2009 - 12:59 PM
No. I just didn't want to edit something there without your permission! Tks.
#820
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
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





Contributor











