Main menu
Home
News
News from Alphaplug
Download
Forum
Support us
Search
Links
Demo site
Contact
Invite a friend
Joomlastreets News
Sign-up





Lost Password?
No account yet? Register

If you find my free stuff useful, why not leave me a little something with PayPal.

Donations are greatly appreciated, and help with the costs of providing FREE Joomla! addons.




Welcome, Guest
Please Login or Register.    Lost Password?

Alphabetic bar everywhere
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Alphabetic bar everywhere
#3696
Re:Alphabetic bar everywhere 3 Years, 11 Months ago Karma: 0
Just putting together a directory for a client and I can't guarantee this will work for everyone but I found a workaround that works for me as follows:

1. Create a dummy menu link to the component - Link > Component> Alpha Content (make sure it is published)
2. Create another menu link but this time to Component Item - Link Component Item> Name of whatever you called the Component Menu Item in step 1
3. Unpublish the dummy link in step 1.

Voila!

Working here: http://www.baby-pops.com<br /><br />Post edited by: Kennedy, at: 2008/03/06 21:48
pixelsoup
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Pixel Soup Design Group
http://www.pixelsoup.ca
 
#3697
Re:Alphabetic bar everywhere 3 Years, 11 Months ago Karma: 0
I tried and I sow this doesn't work in my case.

I finally realized that here alphabetic bar stays when I leave alphacontent page to go to a static one.
The bar disappers if I go to a page linked to another content kind, such as gallery, a faq section or to a blog.
Andrea
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3736
Re:Alphabetic bar everywhere 3 Years, 11 Months ago Karma: 0
I opened a post about this as well. The alpha bar is an issue, but so are the modules. They are appearing everywhere also.
gchancy
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3880
Re:Alphabetic bar everywhere 3 Years, 10 Months ago Karma: 0
Hello,

I resolved this same problem today, i will tell you guys and tell me if worked.

1.Go to Joomla Administration
2.Go to Mambots --&gt; Site Mambots
3.Select AlphaContentBot
4. In the right column there is an &quot;Exclude ID Content&quot;
5. Just put the ID's of the contents that you don't want that appear the alphabetic,rating bar,directory.(separe wiith &quot;,&quot; if you have more than one content.

Example: 17,12,13,52,36.

6. Go be happy
ChRoNoS
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3933
Re:Alphabetic bar everywhere 3 Years, 10 Months ago Karma: 0
It's seems to me that it works.
But only one thing i corrected in mambot in file alphacontentbot.php i replaced $row-&gt;id with $row-&gt;sectionid because i think it is more usefull to exclude sections than some articles content.

And it should be mentioned that in previous version ALPHACONTENT such function in mambot was not available.
koval2001
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3938
Re:Alphabetic bar everywhere 3 Years, 10 Months ago Karma: 0
Thanx, that helped a lot.
ChRoNoS
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4198
Re:Alphabetic bar everywhere 3 Years, 8 Months ago Karma: 0
Hi Guys,

putting in exclude id s is no option for me, as I've got so many pages.
But, looked into the latest version of the bot though and found the solution:

In the file alphacontentbot.php version 3.0.4 on line 60 it says:

if ( $option=='com_alphacontent' || !isset( $row-&gt;title_alias ) || in_array ( $row-&gt;id, $listexclude ) ) return;

I've replaced it by

if ( $option!='com_alphacontent' || !isset( $row-&gt;title_alias ) || in_array ( $row-&gt;id, $listexclude ) ) return;

which should be it anyway, since if the option isn't com_alphacontent, you want to return...

Hope it is usefull for others and perhaps could be included in an update?

Kind regards,

Nathalie
mrs2nl
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4200
Re:Alphabetic bar everywhere 3 Years, 8 Months ago Karma: 0
mrs2nl wrote:
...
In the file alphacontentbot.php version 3.0.4 on line 60 it says:

if ( $option=='com_alphacontent' || !isset( $row-&gt;title_alias ) || in_array ( $row-&gt;id, $listexclude ) ) return;

I've replaced it by

if ( $option!='com_alphacontent' || !isset( $row-&gt;title_alias ) || in_array ( $row-&gt;id, $listexclude ) ) return;

Kind regards,

Nathalie


Finally the solution has arrived!!!
Thank you a lot Nathalie!!!!!!!!!!!
Andrea
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4228
Re:Alphabetic bar everywhere 3 Years, 8 Months ago Karma: 28
Thanks Nathalie. This solution will be integrated in the next package.
admin
Admin
Posts: 1095
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Corbeil-Essonnes Birthday: 02/28
The administrator has disabled public write access.
All components are free but...
Ever thought about giving something back?
Please make a donation if you want to support its continued development. Your donations help by hardware, hosting services and other expenses.
 
#4463
Re:Alphabetic bar everywhere 3 Years, 5 Months ago Karma: 0
The code in my bot was slightly different (no &gt;??), so using the fix as-is broke my site. If this happens to you, just replace the == with != and see if that works.
gremlin098
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123