11
Mamba
Re: Assign Smarty variable to PHP with XOOPS 2.5.11-Stable

As I've mentioned earlier, in Smarty 3, the <{php}> tags are no longer supported. Instead, you need to use Smarty's built-in functions and modifiers to accomplish tasks that previously required PHP code.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



12
cadch
Re: Assign Smarty variable to PHP with XOOPS 2.5.11-Stable
  • 2/11 12:11

  • cadch

  • Just popping in

  • Posts: 48

  • Since: 2007/12/17


Quote:

liomj wrote:
lasttime before the xoops upgrade to smarty 3 this is working
<{assign var="cid" value=$downloads.cid}>    
<{
php}>
$catid=$this->get_template_vars('cid'); 
<{/
php}>


now after using
XOOPS 2.5.11-Stable with smarty 3

i receive this error
Error ErrorUsing $this when not in object context


how to update this code ?


<{assign var="cid" value=$downloads.cid}>    
<{
php}>
$catid=$_smarty_tpl->get_template_vars('cid'); 
<{/
php}>

try it~



13
saporet
Re: List of data in .txt
  • 2/10 12:23

  • saporet

  • Just popping in

  • Posts: 4

  • Since: 2/7 16:27


Thank you, Mamba. I'll try the PHPMyAdmin.



14
Mamba
Re: oledrion

You would have to create a new one
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



15
Mamba
Re: List of data in .txt

If you go to PhpMyAdmin, you can export the data in different formats, incl. CSV, which you can then import into Excel.

See this tutorial

Or watch this video:





or this one:



Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



16
oswaldo
Re: oledrion
  • 2/9 21:53

  • oswaldo

  • Quite a regular

  • Posts: 215

  • Since: 2008/8/22


Is there any option to add a new custom payment gateway?



17
saporet
Re: List of data in .txt
  • 2/8 19:57

  • saporet

  • Just popping in

  • Posts: 4

  • Since: 2/7 16:27


Thanks for the answer. I have access to the site's administration area and I am not trying anything illegal. I can consult the table with the data I need, it's true. However, I can't find any option to transfer the data into a format where I can handle it in Excel. The question is just this. I can copy and paste the data, selecting the data page by page, but it's more complicated.



18
goffy
Re: List of data in .txt
  • 2/8 19:47

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi
if you are really managing the website then you should have also access to the user table in the XOOPS database. in this table you find the information you want.
It is not possible to extract these information from user site, otherwise everyone would be able to get these sensitive data.
You need access to admin area and to the tables of your XOOPS website.



19
Mamba
XOOPS MyMenus 1.54.0 Beta 6

Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



20
saporet
Re: List of data in .txt
  • 2/7 22:24

  • saporet

  • Just popping in

  • Posts: 4

  • Since: 2/7 16:27


Many thanks for the reply. My friends and I who are managing the site would like to do the following: make a list of just the names of users and the respective date they registered (two columns to transfer to Excel), so that we can remember and celebrate that date annually , as a kind of "birthday". I don't know if I was clear enough.




TopTop
« 1 (2) 3 4 5 ... 29422 »



Login

Who's Online

183 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 183


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits