[vbresults.com] Custom PHP Pages

[vbresults.com] Custom PHP Pages 1.2.1

No permission to download

vbresults

Well-known member
vbresults submitted a new resource:

Custom PHP Pages - Create custom PHP pages with or without the XF layout.

This add-on allows creating any number of custom PHP pages with or without the XF layout.
A custom page has access to the XF engine's functions, including sessions and permissions.

All custom pages are their own PHP script with individual configuration; PHP knowledge is required.
A custom page script can be above, below or within the XF install folder, no restrictions.

You can optionally configure any of the following items on a per-page basis:
  • The...

Read more about this resource...
 
Hi,

I am not very knowledgeable in these matters.
I activated the add-on, but how to add a new page, I couldn't do it :(

Can you support me?

Thanks,
 
Why not have the price on the page before someone clicks the buy now page? Or even on your resource overview? Os is the intention for someone to accidentally buy the 500 usd brand free option? Pretty scummy to not have the price beforehand.

Uninstalled your addon.
500 ? That can't be right.
 
I'm a little confused on how to use this. What I was hoping to find a place to Add Custom PHP Page, and be presented with a Message Box/Post form where I could type my code. But I don't see how to create a PHP page and have the forum use it.
 
In that case, you have to create the custom script using the sample in the add-on description and then upload it to the site.
 
So, if I understand this, I would need to use the Sample.php as a shell and insert my custom PHP stuff between:

// EDIT BELOW TO CONFIGURE

\ScriptsPages\Setup::set([
'breadcrumbs' => ['Item 1' => '/1', 'Item 2' => '/2', 'Item 3' => '/3'],
'head' => $head,
'content' => $content
]);

and here:
// STOP HERE
 
Back
Top Bottom