Have an account? Sign in
Login  Register  Facebook
PHPBB3 Using Custom Field External
Basically I'm using phpbb as a forum of the main site and for images there are captions and in the Control Panel of the forum I added a custom profile field asking if the user if he/she wants amusing or descriptive captions.

The below is something i came up with, but it is horrible, i know, and I'm stuck.

The default captions should be descriptive, so

if ($user->data['is_registered']){
include_once($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);
$user->get_profile_fields( $user->data['user_id'] );
$user->profile_fields['pf_captions'];
if (pf_captions_value == descriptive)
echo "Lassoed, Hogtied, and Captured...";
else {
echo "Not your typical $18...";
}
}


There is also code for connecting to phpbb so ask me if you want it.

Thanks!
Started: September 18, 2011 Latest Activity: May 1, 2023 phpbb3 custom field external
12 Answers
Игровой автомат Aviator от Spribe
<a href=https://sites.google.com/view/aviator-spribe/>1Win Aviator игра в 1Вин Авиатор на деньги онлайн</a>
Aviator Спрайб
<a href=https://sites.google.com/view/krash-aviator-spribe/>aviator</a>

Posted: Cesardiulp
In: May 1, 2023



Building Volgatti / Bugatti plus GAZ #6

Posted: Davidsow
In: March 13, 2023



Самодельная вездеходная шина взорвалась на 180км/ч.

Posted: Petermix
In: March 9, 2023

Browse instruction Manuals by YAMAHA Tt R230 Owner S Manual
Product. Top Quality guides for your devices. Free download

Posted: Donniefub
In: July 5, 2021

Experience new stories, take on new challenges, and overcome varied obstacles as you dive into the refreshing adventures in Red Ball 4. Find out more about Red Ball 4 with our review of this amazing game from FDG Entertainment. Red Ball 4 looks like a very simple kiddie? https://red-ball-4.apkgames.mobi/

Posted: Jamesemows
In: May 8, 2021

Google Meet apk also the names are not in alphabetical order. While using in mobile, full screen view is available. Also, changes should be made so that sound must be available while sharing screen from phone. Google Meet apk

Posted: WallaceMat
In: May 8, 2021

Dolphin Browser has all the basic browser features like bookmark, multiple tabs, incognito mode or private browsing, etc. You’ll get all the basic browsing features with Dolphin Browser. All the basic features and fast browsing loading speed makes Dolphin browser a perfect browser app for Android. https://apk8.mobi/dolphin

Posted: Rudolphdiatt
In: April 28, 2021

To continue promising you a malware-free catalog of programs and apps, our team has integrated a Report Software feature in every catalog page that loops your feedback back to us. An excellent number of features for a free offline dictionary. APK Download Hunt is an online Apk Store App Center. It has been awarded as Best Self Improvement App of 2016 by Google Play. https://apkp.mobi/u-dictionary

Posted: EldonHic
In: April 28, 2021

PixelLab Apk app makes it easy to include any type of text that you want to include in the photo taken by you. With the PixelLab Apk app, you can easily add many other elements to your photo very easily. You can get added to the PixelLab Apk app and you will get to see all the features and features that can solve many of your problems. Along with text styles, you can make a lot of changes to your photo with the help of adding stickers, drawing with color, change or remove the background, and insert inspirational quotes. After finishing, save your photo and share it on any social media platform through using the Quick Share button. Don’t worry, all of the material used to PixelLab can be obtained through your own device. PixelLab apk

Posted: Lucasluh
In: April 20, 2021

Using Talkatone for free WiFi calling is simple. Join the millions who use Talkatone’s free Android calling app. You can make text and talk at the same time as you use TALKATONE APK. Make free calls, and from your tablet and TALKATONE, APK requires nothing but Wi-Fi or a cellular net with which you can make and obtain calls and texts. No, your savior is TALKATONE APK; it gives you free calls and free texts as you don’t have to spend your cellular balance to give someone a call or text now. https://apku.mobi/talkatone

Posted: FredaNasia
In: April 20, 2021

АлкоБарьер – эффективное средство, которое выводит токсины из организма и устраняет тягу к спиртному.
Капли "Алко Барьер" - это результативное противоядие, стремительно удаляющее отравляющие вещества с органов больного и тут же устраняет тягу к ...
Jan 23, 2017 - АлкоБарьер - средство от алкоголизма,Купить АлкоБарьер в Пугачеве,АлкоБарьер - средство от алкоголизма в Павлово,препарат ...
Монастырский чай от алкогольной зависимости! ... 1:24 народные средства против алкоголя ... 1:11 купить средство от алкоголизма ... Алко барьер: отзывы ...
Результат - от одного запаха алкоголя его тошнит. Мирослава Очень хорошее средство АлкоБарьер! я мужа вывела из запоя только благодаря этим ...


Официальный сайт: http://alcovirin.bxox.info

Posted: WalterScoNy
In: January 28, 2018

Assuming you acualy have "desciptive", as what is in the database still will work
if ($user->data['is_registered']){
include_once($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);
$user->get_profile_fields( $user->data['user_id'] );
if ($user->profile_fields['pf_captions']== 'descriptive')
echo "Lassoed, Hogtied, and Captured...";
else {
echo "Not your typical $18...";
}
}

Posted: MacOS
In: September 18, 2011

Thanks but how will someone see the Lassoed, Hogtied, and Captured without being registered? And if the user is registered it will then echo a caption depending on their setting? Thanks!
September 18, 2011

Your Answer

xDo you want to answer this question? Please login or create an account to post your answer