News:

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

Main Menu

View Single Post

Started by live627, November 14, 2006, 08:56:06 PM

Previous topic - Next topic

SleePy

Did the mod install correctly (ie no errors at all)? Could you provide a link to your forum so I may see it in action?
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

ragots

Yes, the mod installed with no errors.

here is the link to my forum
I give you a link straight into a topic so you don't have to look around

http://love.mixbeat.com/hype/index.php?option=com_smf&Itemid=231&topic=1096.15


thanks

shadow82x

I get an error at the top of each forum

//View Single PM $txt['singlepm_prange'] = 'Parameter p out of range. Please Go back and try again'; $txt['singlepm_vmsg'] = 'Viewing Message #'; $txt['enableSinglePM'] = 'Enable Single Personal Message View.';

my url is www.egad.co.nr
Colin B
Former Spammer, Customize, & Support Team Member

SleePy

Quote from: ragots on March 17, 2007, 03:59:03 AM
Yes, the mod installed with no errors.

here is the link to my forum
I give you a link straight into a topic so you don't have to look around

http://love.mixbeat.com/hype/index.php?option=com_smf&Itemid=231&topic=1096.15


thanks

I will have to look more on this. I developed this using 1.1.2 and not 1.1 RC3. So there may be a bug or something that is making it not work correctly with RC3. Though you should upgrade as soon as possible due to the security fixes since RC3. Nor was it tested for joomla bridge compatibility. Though it should function fine on the bridge.

Quote from: shadow82x on March 17, 2007, 10:07:18 AM
I get an error at the top of each forum

//View Single PM $txt['singlepm_prange'] = 'Parameter p out of range. Please Go back and try again'; $txt['singlepm_vmsg'] = 'Viewing Message #'; $txt['enableSinglePM'] = 'Enable Single Personal Message View.';

my url is www.egad.co.nr
Shadow,
This is the wrong mod but it is due to It adding the text outside the ?> in Modifications.english.php in /Themes/default/languages
Open it up and find and move ?> to the very end and have nothing after it not even spaces or returns.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

ragots

I'm scared of updating from 1.1 RC3 to 1.1.2 because I have so many mods.


My forum is running fine with 1.1RC3 and I'm worried about updating. And I don't know how to update either.



HERE is A LIST OF MY INSTALLED MODS.

Quote1.     Streaming 3      4.2.2a      
2.    Advanced Visual Verification 1.0    
3.    Anonymous Posting Mod    1.01    
4.    Max Subject Length    1.1    
5.    SMF Gallery Lite    1.6.4    
6.    Rename Topic    1.0.2    
7.    Ad Managment    2.0    
8.    Users Online Today Mod    1.4.0b3    
9.    SMF File Manager    1.0.1    
10.    No Spam by Guests!    0.1    
11.    Hide Post    1.0.7    
12.    MessagePreview    1.0    
13.    Board Viewers Mod    1.0    
14.    SMF 1.0.9 and 1.1 RC3-1 Security Patch 1.0.8/1.1 RC3    
15.    Karma Buttons    1.02    
16.    Board Notes    1.0.5    
17.    Contact Page    1.0    
18.    SMF Shoutbox    1.15    
19.    Hide Board    1.1    
20.    Hide Tag    1.2.4    
21.    Enhanced Quick Reply for 1.1 RC3 TBA    
22.    Expand Pages Mod    1.0    
23.    Active Members In Topic    1.5



SleePy

You should ensure that all those mods are updated for 1.1 Final at least if not 1.1.2
Then Create a test site with 1.1 RC3 and duplicate your sites database (so you got 2 forums really) and make sure your new test site is pointing to it. upgrade it and then the mods. If everything goes ok. You can either just make that forums or upgrade the other one as well. ;)
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

ragots

Oh, mmm sounds easy. Just the part about duplicating my database I don't get.
I don't quite know how to do that. I do that in my phpmyadmin ?

Why don't I just create a new forum in 1.1.2
then duplicate my database (granted i find how to do that)
then installed the mods that are upgraded for 1.1.2
(most of them will be at one point I guess)
then use that as my new forum...
and scrap the 1.1.RC3 one...

is that a good route ?  

SleePy

You can't do that. Some changes to the database where slightly made between 1.1 RC3 and 1.1 Final. So you need to run upgrade.php to ensure that the database is upgraded.
But I suggest duplicating your database anyways if it is a bigger database. Imagine trying to upload a 50 mb (just guessing your database size) database backup file :o
So a duplicate database would mean a quicker fix if something went wrong  ;)
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

ragots

Will you try to fix this mod though ?

At this point, it seems not to work...

;-)

SleePy

#29
Well I have to make 1.1 RC3 tests. Something might be different with it.
But it works fine with 1.1.2
Check it out on my test forum:
http://sleepy.lordsofclantribe.com/index.php?port=Demo;topic=1.msg6#new

It operates how it should on my test site and live site. So I am thinking this is a 1.1 RC3 bug.
Though I only guarantee my mods will work with the latest stable release as that is what they are developed on. I developed this mod on 1.1 RC3 but 2.0 was developed on 1.1.2

Edit-
Quick test on 1.1 RC3 it works. Do you got any other mods installed that edit the Display.php or Display.template.php?

If you don't just uninstall the mod then upload fresh files of those. At least the Display.php if you can as this is where all the action is handled for the mod.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

ragots

which version of your Single Post mod did you test that worked fine on 1.1RC3 ?

version 1.1 or version 2.0 ?
Your version 2.0 that's attached on page 1 of this topic ?


As for the question about Display.php and Display.template.php
I don't know what to answer since I have so many mods.


I attached both files so you can have a quick glance.


SleePy

Those 2 files don't even contain my mod. Are you sure it installed?

I quickly added my mod into it. I don't have your Modifications.egnlish.php so make sure to add in that file this line:
$txt['topic-start'] = 'Topic Start';

Then Use these 2 files.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

ragots

Finally, it worked.

I installed it manually like you instructed and it worked.
As you can see here
http://love.mixbeat.com/hype/index.php?option=com_smf&Itemid=238

I tested it with a 136 pages long topic and it worked !!!

Do I still need to revert back to my original
Display.php and Display.template.php
and install it as a mod ?

If so, do I use your version 1.1 or the version 2.0 of Single Post ?





SleePy

#33
Well I basically installed the mod when i edited those 2 files  :P

So you can edit the installed.list in Packages Folder and add it in so it appears to be installed:


View Single Post|^|SinglePost2.0Beta.zip|^|SleePy:SinglePost|^|2.0


Thanks for the test. Good to know that It does work well :) I came up with a better Idea on how to handle it than the way I was. Plus it makes it DE compatible with the new feature
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

ragots

Ok, I'll do that.
And thank you very much for this mod.



SacmaliK


My Mods
Veoh Bbc Tag:here
Topic get Keywords:here
...

Cool999

Its not working for me, does i need to edit my them to make it work.

I tried it using- http://www.smfhacks.com/smf-package-parser.html

But its not showing edits,  and its also showing different mod name.

Please Help.

If i have to edit it for the them, then tell what i have to edit.

Thanks

SleePy

Try the official site for the mod parser:
http://modparser.dev.dansoftaustralia.net/about.php

It only installs for the default theme so you may need to edit it to work with any other theme.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Cool999

I am unable to understand it, can u please tell me here, what to Find and replace or add.

THanks

Quote from: SleePy on July 24, 2007, 12:13:56 PM
Try the official site for the mod parser:
http://modparser.dev.dansoftaustralia.net/about.php

It only installs for the default theme so you may need to edit it to work with any other theme.

Garry

I cant get the veiw single post to work either

all it does is move the post to the top of the screen

Any suggestions

Advertisement: