[2.0.6] Split topic Type

The cleanup is complete. This forum is now read only.

Rating:

Excellent!
7
64%
Very Good
3
27%
Good
0
No votes
Fair
0
No votes
Poor
1
9%
 
Total votes: 11

Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

[2.0.6] Split topic Type

Post by Extensions Robot »

MOD Name: Split topic Type
Author: Ptirhiik - RPGnet-fr
MOD Description: This mod splits the topic per type in the viewform display.

Disclaimer: This MOD has not been Validated by the MOD Team. The MOD has been tested for functionality only. For more information see this topic. However, the author has proven to be trustworthy.

MOD Version: 2.0.1

Download File: mod-split_topic_type-v201.zip
File Size: 151593 Bytes
Last edited by Extensions Robot on Mon Apr 30, 2007 12:29 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Nuttzy99
Former Team Member
Posts: 4917
Joined: Fri Aug 03, 2001 7:09 am
Location: the 11th dimension
Contact:

Post by Nuttzy99 »

Again, this MOD was not thoroughly validated, but we are make a one-time exception.

-Nuttzy :cool:
SpellingCow.com - Free spell check service for your forums or any web form!
No Support via PM please!
rabidgopher04
Registered User
Posts: 664
Joined: Wed Mar 05, 2003 3:54 am

Post by rabidgopher04 »

is this an update or something because I thought this MOD already existed.
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

This is a new version from the old split topic 1.0.5 that was here. You will find the upgrade scripts in the upgrade directory of the mod.
rabidgopher04
Registered User
Posts: 664
Joined: Wed Mar 05, 2003 3:54 am

Post by rabidgopher04 »

excellent! Thank you for the information.
Pinecamguy
Registered User
Posts: 60
Joined: Mon Dec 01, 2003 2:42 am
Location: Pine, CO USA
Contact:

Demo site?

Post by Pinecamguy »

Is it possible to post links to demos of these different mods. Sometimes it's hard to figure out exactly what they do, based on single sentence description.
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

All mods are installed at the demo board at http://rpgnet.clanmckeen.com/demo .
hexar
Registered User
Posts: 42
Joined: Tue Jun 03, 2003 2:39 pm

Post by hexar »

Thanks for this really nice mod! Unfortunatley, i've got a small problem.
I have your hichery mod installed too, and now i've got this forum, with sub-forums in it. And i want the stickys and announcements to be showed ABOVE the sub-forum list. But the rest of the topics, to stay under the list. Is there any way to do this? I really need it, so i'm sure everyone reads the rules for the sub-forums


Oh yea.. you probably know this. But it seems the demo board is down..
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

The site is temporaly down due to maintenance (when it will be re-up, you will see my avatar ;)).

Actually, there is a way, but a little tricky to get me involved in the explain : basicely it consists to called two time the topic list functions with the appropriate topics array. Anywway, the "above sub-forum list" spot is more dedicated to the board announcements coming with the announces suite mod :).
hexar
Registered User
Posts: 42
Joined: Tue Jun 03, 2003 2:39 pm

Post by hexar »

lol! yes, i tried that one too. but it didn't really wanna install with easymod, i gt the same error as some other guy in that thread.. but you told him to download from another link. but that link is down too! :D so i hoped this one could do the same...

No i know this is the wrong topic for this.. but does the announce mod work with stickies too?, cus i need em on top of the page, as i just ecplained :mrgreen:
metalhedd
Registered User
Posts: 12
Joined: Fri Mar 07, 2003 7:04 pm

Post by metalhedd »

I'm getting the following error trying to install part 4 of you mod using easymod.

FIND FAILED: In file [includes/def_auth.php] could not find:
$forum_auth_fields = array('auth_view', 'auth_read'
MOD script line #208 :: FAQ :: Report

There is no '$forum_aith_fields' anywhere in my def_auth file.... here is the contents of the file...
what should the line be?

Code: Select all

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// presets
if ( defined('IN_ADMIN') )
{
	// all the presets
	//                View      Read      Post      Reply     Edit     Delete    Sticky   Announce    Vote      Poll
	$simple_auth_ary = array(
		0  => array(AUTH_ALL, AUTH_ALL, AUTH_ALL, AUTH_ALL, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_REG, AUTH_REG),
		1  => array(AUTH_ALL, AUTH_ALL, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_REG, AUTH_REG),
		2  => array(AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_REG, AUTH_REG),
		3  => array(AUTH_ALL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ACL, AUTH_ACL),
		4  => array(AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ACL, AUTH_ACL),
		5  => array(AUTH_ALL, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD),
		6  => array(AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD),
	);

	$simple_auth_types = array($lang['Public'], $lang['Registered'], $lang['Registered'] . ' [' . $lang['Hidden'] . ']', $lang['Private'], $lang['Private'] . ' [' . $lang['Hidden'] . ']', $lang['Moderators'], $lang['Moderators'] . ' [' . $lang['Hidden'] . ']');
}

// data description
$field_names = array(
	'auth_view' => $lang['View'],
	'auth_read' => $lang['Read'],
	'auth_post' => $lang['Post'],
	'auth_reply' => $lang['Reply'],
	'auth_edit' => $lang['Edit'],
	'auth_delete' => $lang['Delete'],
	'auth_sticky' => $lang['Sticky'],
	'auth_announce' => $lang['Announce'],
	'auth_vote' => $lang['Vote'],
	'auth_pollcreate' => $lang['Pollcreate'],
);

// value description
$forum_auth_levels = array('ALL', 'REG', 'PRIVATE', 'MOD', 'ADMIN');
$forum_auth_const = array(AUTH_ALL, AUTH_REG, AUTH_ACL, AUTH_MOD, AUTH_ADMIN);

?>
It's a poodle.. Put it on 'delecate'
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

Ignore this very line (not used in phpBB). And btw, it is absolutly not part of this mod : you would have found the answer asking in the topic (eg topic calendar mod).
pablolobo
Registered User
Posts: 77
Joined: Fri Oct 11, 2002 11:36 am

Post by pablolobo »

uhm ok install seemed to go ok. But for some reason I cannot see the topics once I access a forum.

http://www.fwooshnet.com/forum/viewforum.php?f=1

I see the top menu bar with topics. Then the bottom menu bar with display topics. But nothing in between. I am using subVereor is that a problem? Doesn't seem like it should be....

I did get one error:
Error Detail

Warning

FIND FAILED: In file [templates/subVereor/viewforum_body.tpl] could not find:

<table
<tr>
<th
<th
<th
<th
<th
</tr>
<!-- BEGIN topicrow -->
<tr>
<td
<td
{topicrow.GOTO_PAGE}</span></td>
<td
<td
<td
<td
</tr>
<!-- END topicrow -->
<!-- BEGIN switch_no_topics -->
<tr>
<td
</tr>
<!-- END switch_no_topics -->
<tr>
<td class="catBottom"
<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
</span></td>
</tr>
</table>


Any thoughts?
pablolobo
Registered User
Posts: 77
Joined: Fri Oct 11, 2002 11:36 am

Post by pablolobo »

answered my on question.

Yah yah idiot I know... :oops:
pablolobo
Registered User
Posts: 77
Joined: Fri Oct 11, 2002 11:36 am

Verification

Post by pablolobo »

Is it possible to get some verification that this is working correctly?

Looks to be ok, but doesn't seem correct:

http://www.fwooshnet.com/forum/viewforum.php?f=1

Thank you.

pabs
Post Reply

Return to “[2.0.x] MOD Database Cleanup”