Hi I see that you have integrated your phpbb3 in a joomla purity II template. Could you tell me how you have done it? Copy the source code of your menu <ul> </ul> into your phpbb3 template and link the mega.js and mootools.js into your phpbb overall_header.html template. Next you will have to add t...
YES! this is what I was looking for. Thank you very much. MOD validated succesfully! Now I need to make some changes: I need to make the user avatar have a specific size is that possible? something like: <img src="{USER_AVATAR}" width="32" height="32" alt="{USER_NA...
Thanks for reply 3Di, but obviously that is for displaying the avatar of the poster in the index body and viewforum body. It is not related to my need. For instance I have the login code, user logs in and I would like to show in that area his avatar. Maybe you are familiar with Simple Machines Forum...
karot wrote:how can i put dropdown menu like in phpbb.com ?
I already tried that but no success. I pasted in my template overall_header the source from phpbb.com navigation, css and all js, and does not work.
I hope I can find a css solution for creating a navigation similar to phpbb.com, but css based.
I trid this with no success: <img src="<?php echo $avatar_img;?>" width="<?php echo $avatar_width; ?>" height="<?php echo $avatar_height; ?>" alt="<?php echo ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) ?>" /> Any suggestion?
Kamahl19, I don't need a mod for this module... All I need is to know how can I make a phpbb.com like menu for my phpbb template. I have the js, I can get the css as well, I will take the source code of phpbb.com menu and try to make it work. Have you tried that? Don't worry about the style, all I r...
I am in for this, and you can make this work with a different style.
I don't need backend features, just get me the script runing, and style and links will be easy work html. To make sure you don't copy phpbb.com idea, you can copy this idea http://templates.joomlart.com/ja_purity_ii/
Any progress on this? I want to build a custom menu for my forum just as the website. My website will have soon a menu just like this here http://templates.joomlart.com/ja_purity_ii/ The menu has a lot of php behind, because it has to process some parameters you usually set in backend, BUT I am wand...
Hello, I an trying to do same thing, but far as I can see, you don't have to add sql queries to the templates!!! You have to call a variable value in the template, and that value is already processed by core files. We need the code that ads user's avatar in templates, maybe in the topic templates. T...