17 Posts
Grigory
10 years ago
14
Topic

I bought a Code Pack (5 plug-ins) and installed on Joomla 3.1 and Seblod 3.1.5
I want to insert the PHP code, but the field does not appear on the website.
Help please.

Get a VIP membership
10 years ago
1
Level 1

Hello Grigory,

yes we can help, but what have you done ?

Little more explainations would be great to understand the problem.


Regards.

Lionel

17 Posts
Grigory
10 years ago
0
Level 2

Thank you for responding quickly.
I've always written, but the problem was never solved.
Here on this website http://ur-rus.ru/
I installed the plug-ins. I did everything as written here http://www.seblod.com/products/1854 and shown in the screenshots. But the fields do not appear on the site. Does not appear even their titles.

10 years ago
11
Level 1

Hi Grigory,

Thanks Lionel to follow him. 

But Grigory to tell just "it's not working" is not useful!

We need to know what do you try to do. Which code do you try to insert in the plugins? Gives exactly all steps of what you're doing?

If not we're not able to help you.

Regards.

17 Posts
Grigory
10 years ago
10
Level 2

For example, I want to output a simple text with the code: "Hey, it's just text."
This will primeron this:
<?php
еcho "Hey, it's just text.";
?>
If I give you a username and password http://ur-rus.ru/administrator/
I ask you to bring at least some code using the plugin.
In order for me to look example.
The name of the form - "Gallery".
The name of the field - "Test PHP code".
Help me please use these plug-ins!

10 years ago
9
Level 3

Thanks Grigory,

The text is not display because there is no render of the output on this step. Use jDump extension to do some test and to see something.

Such in examples of this product, to see something you must override (for example) a value of a field (which is then render so display) like:

$fields['my_field_name']->value = 'Ola it's a test';

Regards.

17 Posts
Grigory
10 years ago
8
Level 4

Where can I see the Code Pack (5 plug-ins) in action?
I want to see a demo version of the plugin in the Joomla backend and frontend.
Or at least in the screenshots.
Show me please.

10 years ago
7
Level 5

Hello Grigory,

you can't see anything directly with those plugins. Quickly a litle explanation, i'll post a better description in the product in 2 or 3 days.

Those 3 plugin allow you to add some php, or css or javascript code that will be executed during the event coresponding.

To see all plugin field events and which variables you can read, just have look in the code of the plugin.

For php code:

  • Code Before render
    • renderForm (view admin / site of a content type)
    • renderContent (view intro / content of a content type, or  list / item of a search type)
  • Code BeforeStore
    • to be used in view admin or site of a content type.
  • Code AfterStore
    • to be used in view admin or site of a content type.


for each plugin you can read some variables :

  • $fields : array of all fields in the view
  • $config : array of CCK variables like:
    • pk : the id of content
    • storage : all storage that will be perform
    • ...
  • ...


I'll complete the description of the product.


Regards.

Lionel

17 Posts
Grigory
10 years ago
0
Level 6

Hello, Lionel!
I do not quite understand in English, I use a translator from Google.
The text of the code and text translator programs often incorrectly translates.
I'm Russian.
But in general I understand.
Now I remove the Joomla 3 and try to test for Joomla 2.5.
Later I will write here.
Sincerely, Grigory.

17 Posts
Grigory
10 years ago
4
Level 6

Hello, Lionel!
I tested the plugin on Joomla 2.5, and still no result.
I probably do not understand something.
I understand the following: if for example I want to display using the code: I'm Gregory.
Then plug in the box, I have to enter the following: 
<?php
еcho "I'm Grigory.";
?>
Here a screenshot: http://ur-rus.ru/
Sincerely, Grigory.

10 years ago
3
Level 7

Hello Grigory,

those plugin are not made to display something, but to be able to modify some variables before store a form, or made some task on database, or create file, or send email, ..., after store a form, .....


"I'm Gregory" it's not a php code, it's a string.

If you want to make some custom display, you must do that in template, or in plugin "Typo".



Regards.

Lionel


PS: they work on Joomla 2.5 and 3.0

17 Posts
Grigory
10 years ago
2
Level 8

Hello, Lionel!
Because of problems with the translation, I'm not completely understood.
But I need to fully understand the issue.
Do you cooperate with the Russian community Seblod? http://www.seblod.pro/forum/profile/23-admin
Please ask them to do a translation into Russian language description of all the products Seblod.
It really helps to understand the plugins and other products Seblod.
Sincerely, Grigory.

10 years ago
1
Level 9

Hi Grigory,

Please stop to ask and maybe start to help the community by asking to your Russian community. Lionel is French and in Octopoos team. We must win our life too.

Thanks for your understanding.

Regards

17 Posts
Grigory
10 years ago
0
Level 10

Hello, Bes,
Well, I'm willing to wait.
Seblod is a good extension for Joomla.
I'm sure that if your team will make the maximum translation into Russian. With examples in backend and frontend Joomla. After that Seblod quickly attain a mad popularity on the Russian market of web development.
Now it is very popular Drupal CMS.
Sincerely, Grigory.

164 Posts
redback
9 years ago
0
Level 6

@Octopoos

It is a good idea to put this explanation to the product description.

By the way a very mightful plugin.

Get a VIP membership