farouchia
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] Alkivia user profile templates?The wall template is not bad…
Personnaly I appreciated that you give several templates. Thank you Txanny!
Forum: Plugins
In reply to: Navigation bar items based on logged in status..Slipster,
I think Role Scoper does that. It is complicated but it seems to works. https://www.ads-software.com/extend/plugins/role-scoper/Forum: Plugins
In reply to: Search profiles / Profile tagsAnyone?
Forum: Plugins
In reply to: Navigation bar items based on logged in status..I am looking for such a plugin too.
Anyone?
Forum: Plugins
In reply to: [Plugin: User Community] Can you modify the display columns on main page?Thank you Txanny. I love your plugin, really!!!
Also I added an field with Register Plus and I would like to sort my members according to one of those fields. As a matter of fact, instead of displaying the role of each user, I’d like to show what they selected in a select field in their profiles (I am a : Scripter, Builder, Fashion Designer and Photographre). If I could have 4 tables for the for different types of members, it would even be better. Can you help me with this?
Also how do other members see my photo gallery? I can’t find the link to it for them to be able to see it.
Thank you!
Forum: Plugins
In reply to: [Plugin: User Community] Can you modify the display columns on main page?Hello Txanny,
Is this possible now? I would like to change the user listing but I do not see the template you were talking about…How can it be done?
Also another question : I do not see where we have access to photo gallery? Is there supposed to be a link on the profile page?
Thank you!
Forum: Plugins
In reply to: Nextgen custom fieldsWell…no luck. Nothing appears on my gallery page. But I am using the simple viewer with my Nextgen gallery…Could it be why?
Also the author says to add this <?php echo $image->ngg_custom_fields[“Your Field Name Here”]; ?> which is a different code that the one you suggested. Are we talking about the same plugin? NGG Custom Fields?
And when I open gallery.php in WP, I can see (inactive) beside the name of the file. Does that mean that this file is not being used with my current setting?
Forum: Plugins
In reply to: Nextgen custom fieldsThank you so much mygraphicfriend!
I really did not find such a clear explanation on the plugin page! I am going to try that right away!
Thank you again!
Forum: Plugins
In reply to: [Plugin: MyADManager] MyAdManager Paypal loopSame problem for me… Any solution for that?
Forum: Fixing WordPress
In reply to: Color of menu textxdesi, you will not guess how I succeeded at last in doing this!
I tried to use HTML in the title page field! And it worked! I personally new some code could work, but I did not know about colors etc. And I did not like the look of the text so, still using HTML, I simply put the code for the image in the title field.
A joke! :)))) After hours trying to find something much more complicated.
Anyway thatnk you very much for your help xdesi! ??
Forum: Fixing WordPress
In reply to: Color of menu textOh, and like in my example mentioned above, I need 2 colors per tab. That is why I thought that using an image would be simplier… :
Ex. :
Our(blue) services(red)Forum: Fixing WordPress
In reply to: Color of menu textI did it and unfortunately no change. Would it depend on my theme?
Do I have to put the 2 css lines to a specific place in my style.css file?
Forum: Fixing WordPress
In reply to: Color of menu textI created a new navbar-color in my style.css
I put <div id=”navbar-color”> in a new header that I called header-color
This hearder is called in the page template this way :
<?php /* Template Name: page-withcolors */ ?> <?php get_header(); ?> <div id="content">
I don’t know how to call the new header instead…
I am desperate.
Forum: Fixing WordPress
In reply to: Color of menu textOK. Here is my code from the header…
<div id="navbar"> <div id="navbarleft"> <ul id="nav"> <li><a href="<?php echo get_option('home'); ?>"><?php _e("Home", 'studiopress'); ?></a></li> <?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?> </ul> </div>
Forum: Fixing WordPress
In reply to: Color of menu textHello xdesi,
Thinking about it, wouldn’t it be simplier to make the color text an image and simply put the image on the tabs? I don’t know…
I already created a new page template. So now I guess I would have to change the class of the navbar and add the pic in the style.css?
I would need help to know how to write that is my page template, what to put instead of
<ul id="nav"> <li><a href="<?php echo get_option('home'); ?>"><?php _e("Home", 'studiopress'); ?></a></li> <?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?> </ul>
and also how to add that to my style.css file.
Thank you so much!