News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Board Sort Methods

Started by drhamad, March 12, 2009, 12:20:23 PM

Previous topic - Next topic

smp420

#80
Got it updated sorry for the delay. For now I will attach it here.


Edit:
Attachment removed. The mod's license does not currently allow for redistributing it without permission from the author
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

Dharshan

R I P  : Steve Jobs | you made the world today look how it is | Thank you

Littledawg

Hello All,

Let's be clear - I'm a newb

I've tried installing mod - Both by modifying files and with the package manager.  I can login to the forum and view the categories and boards I've already made - but when I get into the admin panel and try to create/sort/etc the boards - i can't view the board page.

What other information should I provide so you can help me?

Thanks for your help!

drhamad

FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

Littledawg


1. I login to the forum normally
2. go to admin page
3. click on boards
4. It's blank

Everything else seems to be working normally - I can view and make new posts - go through the other admin features.  I just can't view the admin/forum/boards page

Dharshan

hmm..... try this

admin=> Forum=>boards=>modify boards....

and it will help us if you list the following

your SMF version....the mods you tried to install or already installed..

(if the the boards are showing in the forum normally....it's weird)
R I P  : Steve Jobs | you made the world today look how it is | Thank you

Littledawg

Sorry about that - I should have included that in my first post.

I'm running ver. 1.1.11 with no other mods installed.

I've been working on it - and can now view admin=>forum=>boards=>modify boards so that problem is solved.

However I'm now getting the following error when I click on "views" on an individual post.

Database Error
Unknown column 't.num_views' in 'order clause'
File: /var/www/vhosts/globalconsulting.net/subdomains/forum/httpdocs/Sources/MessageIndex.php
Line: 481

drhamad

This mod is not and has never been compatible with SMF 1, as per the mod instructions.  Please use the mod "Custom Board Sort" for SMF 1.
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

Dharshan

yes, Please uninstall the mod and instead use http://custom.simplemachines.org/mods/index.php?mod=382 mod,

when ur downloading a mod please look at the versions that it's compatible with..

cheers :)
R I P  : Steve Jobs | you made the world today look how it is | Thank you

legostrat

Any support planned for RC3?  Any workarounds to get it working on RC3?  :)
www.calxanime.com [nofollow] - a SMF forum!  :D  Join if you're interested.

smp420

"Things turn out best for those who make the best of the way things turn out." -Jack Buck

pittu

Board Sort methods 2.0.1 is working with RC3 though.

How to upgrade it to RC3 version?

pittu

Anybody using BSM RC3 version OR 2.0.1 version?

I am not able to install BSM rc3 on SMF RC3 Version. Getting error some table not exists.

But 2.0.1 is working. How to upgrade to RC3 version of BSM?

Joker™

Quote from: pittu on June 11, 2010, 02:13:53 PM
Board Sort methods 2.0.1 is working with RC3 though.

How to upgrade it to RC3 version?

Quote from: pittu on June 12, 2010, 01:42:27 PM
Anybody using BSM RC3 version OR 2.0.1 version?

I am not able to install BSM rc3 on SMF RC3 Version. Getting error some table not exists.

But 2.0.1 is working. How to upgrade to RC3 version of BSM?


have you guys tried this package even ?
http://www.simplemachines.org/community/index.php?topic=298643.msg2537811#msg2537811
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Melissa524

#94
I am editing this because I just reinstalled the forums.. but now I am trying to upload the package that was uploaded above and now I am getting this error message when i try to install it.

QuoteTable 'beforethefall.smf_boards' doesn't exist
File: /home/melissa524/beforethefall.magistia.net/Packages/temp/boardsortmethods2.php
Line: 13

I am running 2.0 RC3.  It worked fine on my other board, so I don't know what is up with it.
In case, I forget to say.  I am using 2.0.2

smp420

I realized that I messed up when updating the package the install script will only work if your table prefix is smf_ you can edit boardsortmethods2.php and change smf_ to your prefix.
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

Joker™

Quote from: smp420 on July 31, 2010, 06:12:13 AM
I realized that I messed up when updating the package the install script will only work if your table prefix is smf_ you can edit boardsortmethods2.php and change smf_ to your prefix.

i also got into a fix while upgrading a mod . Is there a way by which we can get the table prefix ?
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

ɔɔɔɔɔɔuɥoɾ

Quote from: Joker™ on July 31, 2010, 06:15:19 AM
Quote from: smp420 on July 31, 2010, 06:12:13 AM
I realized that I messed up when updating the package the install script will only work if your table prefix is smf_ you can edit boardsortmethods2.php and change smf_ to your prefix.

i also got into a fix while upgrading a mod . Is there a way by which we can get the table prefix ?

{dbprefix} ?


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

Joker™

this is the exact line

$columns = $smcFunc['db_list_columns']('smf_membergroups');


smf_ is prefix here how should i modify it ?
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

ɔɔɔɔɔɔuɥoɾ

#99
I believe

$columns = $smcFunc['db_list_columns']('{db_prefix}membergroups');

Something like that..


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

Advertisement: