PortaMx 2.0 Virgo for SMF 2.1 Alpha

Started by feline, June 02, 2013, 04:53:23 PM

Previous topic - Next topic

feline

We are pleased the latest version our Portal Software to announce!

PortaMx  2.0 Virgo for SMF 2.1 Alpha

This version is ONLY SMF 2.1 alpha functional!

You can download the software at https://github.com/PortaMx/PortaMx-2.0-Virgo
or use the attached archive.

Feedback and bug reports are welcome.

TheListener

Quote from: feline on June 02, 2013, 04:53:23 PM
We are pleased the latest version usererer Portal Software to announce!

PortaMx  2.0 Virgo for SMF 2.1 Alpha

This version is ONLY SMF 2.1 alpha functional!
You can download the software at https://github.com/PortaMx/PortaMx-2.0-Virgo

Feedback and bug reports are welcome.

Wouldn't it be less hassle if people were able to install this as a mod?


feline

I's a normal Modification they can installed with the SMF Package Manager ...

Is that a problem for you ?

TheListener

Using github is not a favourite of mine.

:)

Is portamx down at the moment? Have given up trying to log on.

* Old Fossil is waiting on support there.

feline

Yes .. our server is currently down and I don't known how time it's up and running ...

feline

Quote from: Old Fossil on June 02, 2013, 05:00:19 PM
Using github is not a favourite of mine.

I added the archive to the first posts  :)

Matthew K.

Very nice to see, feline! One slight suggestion - in SMF 2.1, there are some added options for the Calendar in the Settings page that you might want to implement in the Calendar block.

feline

Well ... for now it's enough implemented .. by aware .. it's created in 3 Days  8)

For more I will wait that SMF 2.1 becomes beta state or more  :D

feline

Quote from: Old Fossil on June 02, 2013, 05:00:19 PM
Is portamx down at the moment? Have given up trying to log on.
Our Server is now up and running  :D

feline

We have installed a sample Site to see SMF 2.1 and PortaMx 2.0 Virgo in action.

Visit our Demo on Feline-Networks.

Road Rash Jr.

Quote from: feline on June 02, 2013, 05:11:47 PM
Quote from: Old Fossil on June 02, 2013, 05:00:19 PM
Using github is not a favourite of mine.

I added the archive to the first posts  :)

There is no archive to the first post. Only a graphic png file
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

Bigguy

Go here and click on ZIP:

https://github.com/PortaMx/PortaMx-2.0-Virgo

EDIT: Looks real good so far. really likin it. :)

Antes

Just a small reminder, in 2.1 PacMan is cleaver enough to install mods even they are in a folder. :)

feline


Road Rash Jr.

PortaMx Virgo does not install or uninstall cleanly. It requires manual changes to the /Themes/default/Display.template.php file
Find
// Show the quickbuttons, for various operations on posts.
if (!empty($context['pmx']['can_promote']) || $message['can_approve'] || $context['can_reply'] || $message['can_modify'] || $message['can_remove'] || $context['can_split'] || $context['can_restore_msg'])
echo '
<ul class="quickbuttons">';

if(!empty($context['pmx']['can_promote']))
{
$promo = in_array($message['id'], $context['pmx']['promotes']) ? 'unset' : 'set';
echo '
<li><a class="pmx_'. $promo .'_promote" href="'. $scripturl .'?action=promote;topic='. $context['current_topic'] .'.msg'. $message['id'] .'">'. $txt['pmx_'. $promo .'_promote'] .'</a></li>';
}
Replace

// Show the quickbuttons, for various operations on posts.
if ($message['can_approve'] || $context['can_reply'] || $message['can_modify'] || $message['can_remove'] || $context['can_split'] || $context['can_restore_msg'])
echo '
<ul class="quickbuttons">';

Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

Matthew K.

That's most likely because SMF 2.1 is under development still.

feline

That's true  ;)
Also you have to note, that PortaMx 2.0 Virgo is currently work in progress .. we update the code daily on GitHub. And if we have good and clean code, then we test the install/uninstall on the current SMF 2.1 Alpha/Beta or what else.  :)

And .. all things we have changed becomes valid for the next Release for the stable SMF 2.0.4.

As we say always .. "Good things come to those who wait..."  :D

Road Rash Jr.

Just observations and feedback on what I have found, nothing more nothing less. If you find the information useful in making fixes fine, if not that's fine too.
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

Road Rash Jr.

Quote from: Labradoodle-360 on June 12, 2013, 06:28:42 PM
That's most likely because SMF 2.1 is under development still.

As this is very obvious to the most novice of SMF users that smf 2.1 is still in development, it hardly needs clarifying.

Quote from: Road Rash Jr. on June 12, 2013, 09:00:25 PM
Just observations and feedback on what I have found, nothing more nothing less. If you find the information useful in making fixes fine, if not that's fine too.
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

Road Rash Jr.

With the latest update it still requires manual changes to /Themes/default/Display.template.php file and now also the index.php. Both changes are needed for install and uninstall. Just sayin  ;)

I think you have done an awesome job with the changes and additions you've made. I really like this portal.
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

feline

At start of the next week, we will update the Git repository for the current SMF 2.1 ALpha.
We have work hard on all the code to make it fully compatible with 2.1 and add a lot of visual futures in all things (collapse/expand, the editors and mutch more).

Road Rash Jr.

Hi Feline, the updates posted today work flawless. Install and uninstall without issues.
Thank you  ;)
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

feline

Yeah .. we have hard worked last night and I think we have many, many problems solved  ;)
It would be great, if give us a feedback .. thanks

feline

Very big update today !!

Today we update the 2.0 Virgo with a new HTML Editor ... latest version of ckeditor !
Also we have added a file uploader to the ckeditor, for better and simpler handling.

We fixed a lot of smaller bugs and optimize the code basis and the templates.
Huuuhh .. this was a very long run last night  8)

For the near future we plans to add this editor also in the PortaMx version for SMF 2.0x.
Also a lot of changes and optimized is planned ...

FireDitto

Attempting to install maxes out my CPU, and I get he following error from SMF:

QuoteAn Error Has Occurred
Could not upload package, please check directory permissions!

The permissions appear to be fine, and I've been able to install a couple of other mods. Not quite sure what's up there :)
Second Pass Weyr<br />An AU Pernse RPG<br /><br />SMF 2.0.6 with SP 2.3.5

feline

You must first download the Zip Archive from Github to your local PC.
Then copy this file with ftp to your server in the Folder Packages.
Now you can install ...

Road Rash Jr.

#26
I had the same problem this morning. It would not upload with the Package Manager but it installed fine by uploading via FTP then running Package Manager.

Edited : The package manager is now broke. It will give that error trying to upload any mod.
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

feline

you can't upload packages directly from GitHub in the Package Manager.
That is not a bug ..

Road Rash Jr.

No not directly from GitHub but you can download a zip from GitHub and use Package Manager to upload it. Well at least that's what worked until the last few zips.
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

feline


saosangmo

hi feline,
This version works well on latest SMF 2.1 Alpha? I see you do not update this topic since more 1 year ago.

Arantor

Considering that SMF 2.1 is now officially in beta?

Kindred

it probably does not work cleanly with 2.1 beta, since there were some fairly significant changes to to the codebase in the past year and a half.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

feline

We work currently on a new version they will work with the latest SMF 2.1 BETA.
I hope, we can this develope at start of next year ...  ;)

Advertisement: