Search found 75 matches: php

Searched query: php

by bamski
September 16th, 2014, 7:01 am
Forum: p8pBB comments
Topic: PreOrder Question PHP Links
Replies: 1
Views: 7760

PreOrder Question PHP Links

Hey, i search an extension which change links to affliate links. For example i post a ShopArticle to a comment and it will automaticly change this link to an affliate link. For the beginning i found a plugin which i can use in the beginning. Is that plugin compatible with your extension ? Thank you
by Admin
September 13th, 2014, 1:44 am
Forum: Alter Reports
Topic: Calendar view of reports
Replies: 2
Views: 8502

Re: Calendar view of reports

... filters and use their values as tags in query. 2 / Is there a way to display a calendar view ? And if not, can i get the query result as a PHP array (for example) and use a third-party js library to display the calendar? Only table is possible, but you can create own report layout and display ...
by thomaswiatr
September 12th, 2014, 9:14 am
Forum: Alter Reports
Topic: Calendar view of reports
Replies: 2
Views: 8502

Calendar view of reports

... pick values that are used as SQL queries parameters ? 2 / Is there a way to display a calendar view ? And if not, can i get the query result as a PHP array (for example) and use a third-party js library to display the calendar? 3 / Is it possible to download the AlterReports user manual, in order ...
by adoucette
August 2nd, 2014, 11:08 am
Forum: Direct Alias
Topic: Don't see it after install
Replies: 3
Views: 8570

Don't see it after install

... as of editing a menu item with no alias button showing. As you can see, I'm using MegaMenu, and the menu item is for an EasyBlog page. Joomla 3.3, PHP 5.3.28, MySQL 5.5.32-31.0 How shall I get this working? Thanks, Ari 2014-08-02_11-02-59.png 2014-08-02_11-01-33.png
by Admin
June 28th, 2014, 1:31 pm
Forum: p8pBB bridge
Topic: joomla module development
Replies: 2
Views: 4849

Re: joomla module development

Yes, sure:

Code: Select all

require_once(JPATH_SITE.'/components/com_p8pbb/helper.php');

$fdb = p8pbbHelper::getForumDB(); 

$query = 'SELECT * FROM #__users';
$fdb->setQuery($query, 0, 50);
$rows = $fdb->loadObjectList();

p8pbbHelper::_restoreDB('j');
by Admin
June 17th, 2014, 4:20 pm
Forum: News
Topic: Alter Reports 1.1.8
Replies: 0
Views: 315

Alter Reports 1.1.8

⋅ Feature: calculate footer formulas using initial data unaffected by PHP processors. ⋅ Feature: new column setting 'Footer PHP Processor' to parse footer value before output. ⋅ Feature: filter tags and conditional elements in options ...
by MrAnonymous
May 13th, 2014, 4:19 pm
Forum: p8pBB bridge
Topic: Pre-Sales Questions
Replies: 105
Views: 363154

Re: Pre-Sales Questions

... by uses the same email ID, would that be synchronized or will this show an error for the second user? "It should work if you have Apache and PHP 5.3+. Note that Joomla should be loaded via root - i.e. http://site.com http://localhost/joomla/ is not possible." Thats great to hear. After ...
by Admin
May 13th, 2014, 2:33 pm
Forum: p8pBB bridge
Topic: Pre-Sales Questions
Replies: 105
Views: 363154

Re: Pre-Sales Questions

... can have a tab with user's posts and display user rank in CB profile. 10) After I purchase this extension, am I able to use this in my local EasyPHP while developing my site? I always create the basic in my localhost before I do it live. It should work if you have Apache and PHP 5.3+. Note that ...
by sarrene
December 5th, 2013, 4:46 pm
Forum: p8pBB bridge
Topic: Renew + EasySocial
Replies: 7
Views: 13712

Renew + EasySocial

... progress was for EasySocial. I am in need to renewing my sub and updating our site to the final design. However, I want to wait until at least the php bridge is ready for EasySocial. Any word on progress if it had gotten started? Estimated date? I am willing to be a guinea pig ;) Peace, Sarrene'
by Admin
October 25th, 2013, 3:56 pm
Forum: Alter Reports
Topic: Complexity of SQL Queries, API?
Replies: 1
Views: 5591

Re: Complexity of SQL Queries, API?

You can use any SQL query which can be executed in your server, depending on data results size PHP memory limit and execution time can be applied for exporting large data set.

We don't have an API.