Search found 3 matches

by renefeli2
Tue Mar 13, 2012 1:36 pm
Forum: [3.0/Olympus] Styling
Topic: MySQL request question
Replies: 1
Views: 20693

MySQL request question

Hi,

I have developped a "function_autocompletion.php" function that I call from Viewforum_body and Posting_Editor.

I have a phpbb_fr_maps_city table where I have a 'city_name' and 'forum_name' fields.
Here is the code of "function_autocompletion.php":


<?php
if(isset($_POST['keywords ...
by renefeli2
Mon Mar 12, 2012 9:23 am
Forum: [3.0/Olympus] Styling
Topic: SOLVED - How to get a Custom Field Value in Viewforum_Body
Replies: 1
Views: 19145

Re: How to get a Custom Field Value in Viewforum_Body

I was wondering if this is not too complicated to do or to set up...

An other way, or let say a work arround which also would suit my wishes would be to concatenate two fields in one.

During the posting phase, the user fill out the city_name field (from Posts table) and the post_subject field ...
by renefeli2
Fri Mar 09, 2012 3:31 pm
Forum: [3.0/Olympus] Styling
Topic: SOLVED - How to get a Custom Field Value in Viewforum_Body
Replies: 1
Views: 19145

SOLVED - How to get a Custom Field Value in Viewforum_Body

Hi,
I have a bit modified my phpbb_posts table, as I have added a new field to the existing ones : "city_name".
This value is set during the posting phase with a choice list of cities name.

My question is : what and where do I have to add the code in order to be able to display this field value at ...