Ultimate points mod in phpBB3 not displaying on the front end. - phpbb3

I'm using phpBB3 for my forums and have installed the Ultimate points mod. Its working perfectly on the backend, tacking users points ect, but it is not publicly displaying them.
www.rise-co.com/phpBB3
I have followed these instructions
http://www.rise-co.com/UltimatePoints/install.xml
But keep getting a parse error, like its not defined properly.

What version do you have installed? All the version up to 1.1.2 have issues and will not install properly via AutoMod. A developer ported this mod into a great style plus updated it to work with phpBB 3.0.12.
This is the link for the MOD download updated: http://www.sitesplat.com/phpBB3/viewtopic.php?f=7&p=3813#p3813
But you need to be part of the members who bought FLATBOOTS style to have access to it, amazing style by the way. This is the style link just in case: http://themeforest.net/item/flatboots-phpbb3-/8536771?ref=ThemeSplat

Related

Install Magento1.x theme to Magneto 2.x version

I want to migrate my magento website store version 1.7 to 2.0.4.
First of all we are thinking to apply same theme as our existing website have, so the same look will for magento 2.x website also.
So I would like to know which steps are necessary to migrate complete store,
Initially I am looking for just installing magento 1.7 theme into magento 2.
I check this link but not able to figure out.
Is this possible ?
Any guidance please.
As per magento 2 guide lines you can't migrate whole m1 to m2. you can only able to get the following details like "order","customer","promotion rule".
As far as your theme is concern your current m1 theme is not compatible with m2 as M2 totally changed in term of coding structure.
if you have purchased your current theme for m1 then you can have wording with your theme proving to find out whether they have ready theme for m2.
Make sure before migration cause m1 extension are also not compatible with m2.
Thanks
First Thing First : get your self a development environment set up and migrate your current data i.e customer orders, products blar blar and then have a play in the development environment.
You can download the migration tools HERE
Then write down a list of all your current M1 extensions and site features and then look for the equivalant extenion on M2 market place or get one built, or build your own.
Get all your business logic working on you the new M2 development site and then when you have your site functioning as it should with the data from your M1 site start to think about the theme and styling to match your M1 site and only when you are happy flick the switch!
Just make sure you test and test every site feature in M2, migrating from magento 1 to magento 2 is not easy but its just a matter of proper planning and when you get stuck just ask here on stack for help at each point.
Good look

Red5 demos don't work

I just installed red5 on my server, and the install seems to work fine. As you can see here: http://onelifemedia.com:5080
I got this far by using this walkthrough: http://www.webhostingtalk.com/showthread.php?t=1046590
The /demos page gives me a 404 error. So I logged onto the server, and checked to see if the "demo" directory was already there. It was not.
The applications that I installed were a directory up from the root directory. I'm not sure if this is right or not.
Either way, my end goal is to actually get something working besides the main page. If I can get the demos to work, then hopefully I should be well on my way.
I guess my questions can be broken down like this:
Does anyone know how to get the demos working?
Should I forget about the demos, and try to start writing my own code?
If I should write my own code, how should I go about installing it? Since the installer is not properly installing the demos.
Thanks
The tutorial is good but you dont need the admin app. Use the installer link in the tutorial and install the demo you want to use. The content of the "demos" directory is only the swf files used to access the server demos which you use the installer app to install. For instance , select "oflaDemo" and then from the main page navigate to demos/oflaDemo et voila.
I know I'm biased being a core developer, but we've attempted to make the server as ez as possible to use.
I could install demos from the latest svn trunk, Checkout the source, use ant&ivy to build and run the server and you can install two sample apps(oflaDemo and SOSample).
You may need to use ivy commands resolve some of the common issues during installations.
E:\dev\red5\java\server\trunk>ant ivyclear dist
()Red5 user mailing list may help you, because this is not exactly problem with Red5 source.
()http://stackoverflow.com/questions/11156222/red5-demos-not-working/11935532#11935532
I could resolve the issue based on the information in Red5 users mailing list and comments by Mr.Mondain in one of the posts in Stackoverflow

Internal links with wkhtmltopdf?

I have created a PDF from several web pages using wkhtmltopdf.
Is there a way to link across pages, for example from page 10 to 15.
I tried creating an element with an ID and then an anchor to link to it, but this does not work within the same page or across pages. It turns the link into an absolute URL and tries to open it in a web browser.
I solved this issue by updating the binary that I was using.
I was using 0.8 and switched to 0.11.0 rc1.
Ensure that it is built against QT (the latest binary at http://code.google.com/p/wkhtmltopdf/downloads/detail?name=wkhtmltoimage-0.11.0_rc1-static-amd64.tar.bz2 is.
And then just to be sure enable internal links:
--enable-internal-links
when you call the conversion
i had this issue after installing pathced version of QT
i had wkhtmltopdf 0.9.6, than i also switched to 0.11.0 rc1
then worked fine!
and no need to use --enable-internal-links. you can just turn off this option by --disable-internal-links* by default its on.
Internal links appear only to work correctly in certain builds for certain platforms. With the latest WkHTMLtoPDF 0.12.5 releases the unix builds are OK (at least for Centos and Ubuntu) and internal links are generated correctly BUT windows builds DO NOT work and leave broken links. I don't know why this is and have commented on GitHub accordingly.
Also when multiple html input documents are used any 'internal' hyperlinks between these are broken (all platforms). In other words cross input document links are NOT fixed up. This would be a really useful feature addition (particularly when generating massive reports) but sadly does not appear to be supported as yet.

Attempting to install Magento Mage_GoogleShopping extension

But all I get from my Connect Manager is the following message:
community/Mage_GoogleShopping: Version for 'Mage_GoogleShopping' was not detected
If I try and use the version 1 extension key all I get is:
Couldn't resolve host 'magento-core'
I am using a mostly fresh install of Magento Community 1.5.0.1 (I say mostly because we do have our own template but it is very basic).
Anyone have any luck installing this extension. GoogleShopping is a huge boon to our hit count and the recent changes to the google products API has really affected our implementation.
this extension is still in alpha stability, you need to change your preference settings ("settings" tab in your magento connect manager) for "preferred state"
OSdave had the right answer ... but the way I fixed the error message was I blew away the download folder on the server and re-copied over from the original Magento install package.
Once I had done that I re-ran the Extension Key in Connect and this time it actually said. "That Extension is in Alpha stage. You'll need to change your preferences to install it."
I did NOT get the error above anymore. At that point everything worked like a charm.

Need help with CodeIgniter v2.0.2

I'm new to CI. Anyone could help to the latest version of CI. most of the Tutorial is for last version and it didn't work for the latest version. please help.
You can still get started using what's availabe for 1.7, if you pay attention to how file structure changed between the two versions (ie the System and Application directories are now separate). To that, many of the tuts you'll find are applicable - bearing in mind that the paths may differ, and you'll want to verify that the functions are still supported in 2.0 by use of the User's Guide).
If you walked through the tut in your link, using the Models, Views, Controllers directories inside Application, you'd get a "Hello World" page.
The User's Guide is a great tool, as are the Community Forums.
Best of luck to you.
I recently migrated a site using CodeIgniter from 1.7 to 2.0. - I found the following link to be very useful:
http://philsturgeon.co.uk/news/2010/05/upgrading-to-codeigniter-2.0

Resources